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 12:34:56 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b86) - Build # 5633 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5633/
Java: 64bit/jdk1.8.0-ea-b86 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  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([629616B8A84285D8:46F0BBB6228D33BE]: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:490)
	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([629616B8A84285D8]: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:490)
	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 9049 lines...]
[junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.504; org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.505; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.506; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.506; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.537; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.572; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.572; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.576; org.apache.solr.schema.IndexSchema; [null] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.849; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.852; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.853; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.856; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.865; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.866; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.866; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.874; org.apache.solr.core.CoreContainer; New CoreContainer 1704445303
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.907; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.908; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505/
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.908; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@423f9191
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.908; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.909; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.909; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505/index/
[junit4:junit4]   1> WARN  - 2013-05-13 10:18:44.910; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.910; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505/index
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.911; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@73463f46 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ed8b89d)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.912; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.912; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.914; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.914; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.914; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.915; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.915; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.916; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.916; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.916; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.917; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.917; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.918; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.918; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.919; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.919; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.919; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.920; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.920; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.921; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.921; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.922; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.922; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.923; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.923; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.923; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.924; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.924; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.927; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-13 10:18:44.928; 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 10:18:44.930; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [XSLT, SOLRCONFIG-MASTER2.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, SOLRCONFIG-SPELLCHECKER.XML, SCHEMA-SNIPPET-TYPE.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-ELEVATE.XML, SOLRCONFIG_CODEC.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SOLRCONFIG-REPEATER.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA11.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SCHEMA-TINY.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-BM25.XML, OPEN-EXCHANGE-RATES.JSON, TRIVIAL.UPDATEPROCESSOR1.JS, PROTWORDS.TXT, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, HYPHENATION.DTD, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, PHRASESUGGEST.TXT, WDFTYPES.TXT, SOLRCONFIG-HIGHLIGHT.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, FRENCHARTICLES.TXT, SCHEMA-XINCLUDE.XML, STOPWITHBOM.TXT, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, SCHEMA15.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-WARMER.XML, SOLRCONFIG-TERMINDEX.XML, SOLRCONFIG-DELPOLICY2.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SOLRCONFIG-SLAVE1.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-BASIC.XML, SCHEMA_CODEC.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-MASTER3.XML, KEEP-2.TXT, SCHEMA-SPATIAL.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, ELEVATE.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-SOLCOREPROPERTIES.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, SOLRCONFIG-MINIMAL.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SCHEMA-PHRASESUGGEST.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SCHEMA-FOLDING.XML, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-TRANSFORMERS.XML, SCHEMASURROUND.XML, SCHEMA-REPLICATION1.XML, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, SOLRCONFIG-ENABLEPLUGIN.XML, STOPWORDS.TXT, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, KEEP-1.TXT, SCHEMA-EFF.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-MASTER1.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, COMPOUNDDICTIONARY.TXT, STEMDICT.TXT, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, SCHEMA-LMDIRICHLET.XML, STOP-1.TXT, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TFIDF.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-XINCLUDE.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-BINARYFIELD.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA12.XML, SCHEMA-REVERSED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-CACHING.XML, BAD-CURRENCY.XML, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-INDEXCONFIG.XML, SCHEMA-CHARFILTERS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, SCHEMA-REST.XML, SCHEMA-TRIE.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, HUNSPELL-TEST.AFF, SCHEMA-MINIMAL.XML, SOLRCONFIG-SLAVE.XML, SCHEMA-DOCVALUESMULTI.XML, HUNSPELL-TEST.DIC, BAD_SOLRCONFIG.XML, SCHEMA-COLLATE.XML, BAD-SCHEMA-DUP-FIELD.XML, STOPTYPES-2.TXT, SCHEMA-DOCVALUES.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMA-LUCENEMATCHVERSION.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-MP-SOLRCONFIG.XML, SCHEMA-IB.XML, SOLRCONFIG-NOCACHE.XML, JASUGGEST.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-ALTDIRECTORY.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-DFR.XML, CURRENCY.XML, OLD_SYNONYMS.TXT, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, SOLRCONFIG_PERF.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-SPELLCHECKER.XML, SCHEMA-BEHAVIOR.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, DA_UTF8.XML, FUZZYSUGGEST.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-DOCVALUESFACETING.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-SIM.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, STOP-2.TXT, SOLRCONFIG-PROPINJECT.XML, SYNONYMS.TXT, SCHEMA-SYNONYM-TOKENIZER.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, STOPTYPES-1.TXT, SCHEMA-LMJELINEKMERCER.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML]
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.932; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5d95ba97 main
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.932; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.932; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:44.933; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.053; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.093; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@5d95ba97 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.103; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.109; org.apache.solr.SolrTestCaseJ4; ####initCore end
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.114; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.122; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.130; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.131; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.138; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.141; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.144; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.145; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.148; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.150; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.154; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.154; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.158; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.167; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.171; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.172; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.175; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.180; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.183; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.184; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.187; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.189; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.192; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.200; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.204; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.207; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.210; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.212; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.215; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.216; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.219; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.220; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.223; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.225; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.228; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.230; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.233; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.234; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.237; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.274; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.278; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.281; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.284; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.287; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.291; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.291; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.294; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.310; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.314; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.316; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.319; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.322; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.326; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.338; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.342; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.343; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.346; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.348; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.351; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.355; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.358; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.361; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.364; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.366; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.369; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.372; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.375; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.376; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.379; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.381; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.384; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.388; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.392; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.394; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.398; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.398; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.401; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.402; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.405; org.apache.solr.SolrTestCaseJ4; ###Starting testField
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.406; org.apache.solr.SolrTestCaseJ4; ###Ending testField
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.409; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.412; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.415; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.416; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.419; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.422; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.426; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.427; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.430; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.432; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.435; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.436; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.439; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.440; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.443; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.445; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.448; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.448; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.451; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.453; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.456; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.457; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.461; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.461; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.465; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.467; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.469; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.470; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.473; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.476; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.480; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.480; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.483; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.486; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.490; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.491; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.495; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.497; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.500; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.501; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.505; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.505; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.508; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.509; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.512; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.513; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.515; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.515; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1704445303
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.515; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@20c54be9
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.525; 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 10:18:45.525; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.526; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.526; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.526; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.527; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.527; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.528; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505/index
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.528; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 10:18:45.528; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368440324505
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=pt_PT, timezone=Pacific/Samoa
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=149261960,total=294846464
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SuggesterTest, PeerSyncTest, QueryResultKeyTest, ReturnFieldsTest, TestQuerySenderListener, TestSort, TestCloudManagedSchemaAddField, CircularListTest, CacheHeaderTest, LukeRequestHandlerTest, UpdateRequestProcessorFactoryTest, ResourceLoaderTest, TestDynamicFieldCollectionResource, TestConfig, SOLR749Test, TestReversedWildcardFilterFactory, SolrIndexSplitterTest, TestIBSimilarityFactory, SchemaVersionSpecificBehaviorTest, PolyFieldTest, StatelessScriptUpdateProcessorFactoryTest, TestLFUCache, DocumentBuilderTest, SpatialFilterTest, DistributedTermsComponentTest, UUIDFieldTest, SolrCoreTest, SimpleFacetsTest, TestPropInjectDefaults, TestValueSourceCache, QueryParsingTest, QueryEqualityTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=629616B8A84285D8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt_PT -Dtests.timezone=Pacific/Samoa -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s J0 | 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([629616B8A84285D8]: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 on J0 in 1.10s, 63 tests, 1 failure <<< FAILURES!

[...truncated 335 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.306; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.306; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.307; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368440900306/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.307; 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 10:28:20.307; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.407; org.apache.solr.cloud.ZkTestServer; start zk server on port:43555
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.408; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.549; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5e5e9125 name:ZooKeeperConnection Watcher:127.0.0.1:43555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.549; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.552; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.554; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5099749e name:ZooKeeperConnection Watcher:127.0.0.1:43555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.554; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.554; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.571; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.572; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@182204b4 name:ZooKeeperConnection Watcher:127.0.0.1:43555/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.573; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.573; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.610; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.611; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.612; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.612; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.613; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.614; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.614; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.615; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.615; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.616; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.616; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.617; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.618; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1cb36dab name:ZooKeeperConnection Watcher:127.0.0.1:43555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.618; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.619; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.621; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
[junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.621; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.622; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.626; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.628; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.630; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.632; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.633; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.635; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.637; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.639; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.641; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.643; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.645; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.651; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.654; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.656; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.659; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.662; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.664; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.667; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.670; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.673; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.675; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.679; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.681; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.684; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.687; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.689; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.691; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.693; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.696; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.699; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.702; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.704; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.706; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.709; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.711; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.713; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.716; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.718; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.720; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.721; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.724; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.726; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.727; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.729; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.731; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.735; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.737; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.739; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.740; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.742; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.744; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.745; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.747; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.749; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.751; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.752; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.754; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.756; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.758; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.760; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.761; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.763; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.765; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.768; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.772; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.774; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.776; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.778; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.780; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.782; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.784; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.786; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.788; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.790; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.793; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.795; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.797; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.799; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.801; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.803; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.805; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.807; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.809; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.811; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.813; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.815; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.817; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.819; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.821; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.822; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.828; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:43555 43555
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.830; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368440900306
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.837; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.837; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.968; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368440900837/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:20.968; 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 10:28:20.968; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.068; org.apache.solr.cloud.ZkTestServer; start zk server on port:46722
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.069; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.073; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@22489aaf name:ZooKeeperConnection Watcher:127.0.0.1:46722 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.074; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.074; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.084; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.086; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7336f045 name:ZooKeeperConnection Watcher:127.0.0.1:46722/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.086; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.087; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.087; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.088; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@744251e3 name:ZooKeeperConnection Watcher:127.0.0.1:46722/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.088; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.089; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.099; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:46722 46722
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.100; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368440900837
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.105; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.106; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.106; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368440901106/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.106; 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 10:28:21.107; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.207; org.apache.solr.cloud.ZkTestServer; start zk server on port:54429
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.208; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.210; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@480a0257 name:ZooKeeperConnection Watcher:127.0.0.1:54429 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.210; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.211; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.213; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.214; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2317062f name:ZooKeeperConnection Watcher:127.0.0.1:54429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.214; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.214; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.215; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.216; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@fe50c07 name:ZooKeeperConnection Watcher:127.0.0.1:54429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.216; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.216; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.249; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.250; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.250; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.250; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.251; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.251; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.252; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.252; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.252; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.253; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.253; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.254; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.255; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1c3daede name:ZooKeeperConnection Watcher:127.0.0.1:54429 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.255; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.256; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
[junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.257; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.257; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.261; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.263; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.265; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.266; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.268; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.270; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.271; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.273; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.275; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.280; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.281; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.283; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.285; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.286; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.288; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.290; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.292; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.294; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.296; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.297; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.299; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.301; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.302; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.304; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.305; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.307; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.311; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.312; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.314; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.315; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.317; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.319; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.321; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.323; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.324; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.326; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.328; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.329; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.332; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.334; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.336; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.338; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.340; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.345; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.346; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.348; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.349; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.351; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.352; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.353; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.355; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.357; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.359; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.360; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.362; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.364; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.365; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.367; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.368; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.370; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.373; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.375; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.377; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.378; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.380; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.382; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.383; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.386; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.388; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.391; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.393; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.395; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.400; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.402; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.404; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.407; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.409; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.412; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.414; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.415; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.417; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.418; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.420; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.424; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.425; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@368b4118 name:ZooKeeperConnection Watcher:127.0.0.1:54429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.425; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.426; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.456; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.457; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.458; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@305da98c name:ZooKeeperConnection Watcher:127.0.0.1:54429 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.459; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.460; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/
[junit4:junit4]   1> idir:core0
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.460; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/conf with name core0 for SolrCore core0
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.460; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.462; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
[junit4:junit4]   1> idir:core1
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.464; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/conf with name core1 for SolrCore core1
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.465; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.467; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.471; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:54429 54429
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.472; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368440901106
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.478; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.478; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.599; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368440901479/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.599; 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 10:28:21.600; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.700; org.apache.solr.cloud.ZkTestServer; start zk server on port:34658
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.701; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.705; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@58dea96a name:ZooKeeperConnection Watcher:127.0.0.1:34658 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.705; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.705; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.708; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.709; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@c5d124f name:ZooKeeperConnection Watcher:127.0.0.1:34658/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.709; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.710; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.710; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.711; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@63564fc5 name:ZooKeeperConnection Watcher:127.0.0.1:34658/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.712; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.712; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.712; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.713; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@78f54723 name:ZooKeeperConnection Watcher:127.0.0.1:34658 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.714; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.715; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.718; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.720; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.722; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.723; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.725; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.728; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.730; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.732; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.736; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.737; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.739; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.741; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.742; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.744; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.745; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.747; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.749; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.750; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.752; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.754; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.755; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.757; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.758; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.760; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.762; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.763; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.765; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.766; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.768; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.772; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.773; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.775; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.778; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.780; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.782; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.783; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.785; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.788; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.790; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.792; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.794; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.796; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.798; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.799; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.801; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.803; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.804; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.806; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.807; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.809; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.810; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.812; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.813; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.815; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.817; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.818; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.820; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.822; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.823; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.825; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.826; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.828; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.830; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.831; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.833; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.834; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.836; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.838; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.839; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.841; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.843; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.844; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.846; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.848; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.850; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.852; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.853; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.855; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.856; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.858; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.860; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.861; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.863; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.865; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.867; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.868; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.870; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.871; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.873; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.874; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.876; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.879; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.880; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@554d24ae name:ZooKeeperConnection Watcher:127.0.0.1:34658/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.880; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.880; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.881; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.884; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.884; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@31e68b22 name:ZooKeeperConnection Watcher:127.0.0.1:34658/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.885; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.886; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.887; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.887; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.888; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.889; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.890; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.891; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.892; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.892; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.893; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.894; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.895; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.896; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.897; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.898; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.899; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.899; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.900; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.901; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.902; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.903; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.903; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.904; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.905; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.906; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.907; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.907; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.908; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.909; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.910; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.911; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.911; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.912; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.913; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.914; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.915; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.915; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.916; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.917; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.918; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.919; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.920; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.920; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.921; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.922; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.923; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.924; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.924; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.925; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.926; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.927; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.928; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.929; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.930; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.931; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.931; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.932; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.933; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.934; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.935; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.935; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.936; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.937; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.938; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.939; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.940; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.940; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.941; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.942; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.943; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.944; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.944; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.945; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.946; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.947; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.948; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.948; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.949; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.950; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.951; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.952; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.952; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.953; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.954; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.955; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.956; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.957; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.957; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.958; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.959; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.960; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.961; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.962; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:21.962; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368440901883/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.011; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:34658 34658
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.012; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368440901479
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=629616B8A84285D8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=Asia/Omsk -Dtests.file.encoding=US-ASCII
[junit4:junit4] FAILURE 0.55s J1 | 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([629616B8A84285D8:46F0BBB6228D33BE]: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 10:28:22.023; org.apache.solr.SolrTestCaseJ4; ###Starting testList
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.023; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.023; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368440902023/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.024; 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 10:28:22.024; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.124; org.apache.solr.cloud.ZkTestServer; start zk server on port:58387
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.125; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.127; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@21909d30 name:ZooKeeperConnection Watcher:127.0.0.1:58387 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.128; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.131; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.131; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2e3a3518 name:ZooKeeperConnection Watcher:127.0.0.1:58387/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.132; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.132; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.132; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.133; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.134; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@542e6735 name:ZooKeeperConnection Watcher:127.0.0.1:58387/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.135; 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 10:28:22.137; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:58387 58387
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.138; org.apache.solr.SolrTestCaseJ4; ###Ending testList
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368440902023
[junit4:junit4]   1> INFO  - 2013-05-13 10:28:22.140; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 1840 T2746 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 5 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=es_GT, timezone=Asia/Omsk
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=86108168,total=363659264
[junit4:junit4]   2> NOTE: All tests run in this JVM: [NotRequiredUniqueKeyTest, NoCacheHeaderTest, IndexReaderFactoryTest, TestJmxMonitoredMap, BasicZkTest, DocValuesMultiTest, BadCopyFieldTest, TestHashPartitioner, TestLazyCores, SolrRequestParserTest, DocumentAnalysisRequestHandlerTest, TestMultiCoreConfBootstrap, TestJmxIntegration, TestSolr4Spatial, SolrTestCaseJ4Test, OutputWriterTest, CollectionsAPIDistributedZkTest, CopyFieldTest, OpenCloseCoreStressTest, TimeZoneUtilsTest, TestNumberUtils, OpenExchangeRatesOrgProviderTest, DefaultValueUpdateProcessorTest, TestCodecSupport, TestElisionMultitermQuery, SignatureUpdateProcessorFactoryTest, TestDFRSimilarityFactory, IndexSchemaRuntimeFieldTest, RequestHandlersTest, FullSolrCloudDistribCmdsTest, EchoParamsTest, TestPostingsSolrHighlighter, TestPropInject, TestSchemaNameResource, TestCopyFieldCollectionResource, NumericFieldsTest, TestPartialUpdateDeduplication, TestRangeQuery, ZkNodePropsTest, XmlUpdateRequestHandlerTest, SolrPluginUtilsTest, TestSolrQueryParserResource, TestStressLucene, TestBM25SimilarityFactory, BasicDistributedZk2Test, ShardRoutingCustomTest, CoreContainerCoreInitFailuresTest, TestIndexSearcher, SolrCoreCheckLockOnStartupTest, TestArbitraryIndexDir, DirectUpdateHandlerTest, TestOmitPositions, DistanceFunctionTest, TestLMJelinekMercerSimilarityFactory, URLClassifyProcessorTest, TestAtomicUpdateErrorCases, TestRTGBase, DisMaxRequestHandlerTest, TestDistributedSearch, TestClassNameShortening, TermVectorComponentDistributedTest, FileUtilsTest, ClusterStateTest, IndexBasedSpellCheckerTest, TestSystemIdResolver, BadIndexSchemaTest, TestSolrJ, JSONWriterTest, TestMergePolicyConfig, TestSchemaVersionResource, TestCSVResponseWriter, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, ClusterStateUpdateTest, TestRandomFaceting, ZkCLITest]
[junit4:junit4] Completed on J1 in 2.86s, 5 tests, 1 failure <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b86) - Build # 5638 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5638/
Java: 64bit/jdk1.8.0-ea-b86 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
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([F867C78D2EA3DF5F]: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:490)
	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 9792 lines...]
[junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.090; org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.091; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.091; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.091; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.119; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.152; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.153; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.156; org.apache.solr.schema.IndexSchema; [null] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.415; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.417; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.418; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.420; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.426; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.426; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.426; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.433; org.apache.solr.core.CoreContainer; New CoreContainer 296617768
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.455; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.456; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090/
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.456; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@72008712
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.456; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.457; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.457; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090/index/
[junit4:junit4]   1> WARN  - 2013-05-13 17:04:12.457; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.458; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090/index
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.459; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@cc7f7db lockFactory=org.apache.lucene.store.NativeFSLockFactory@3ae4735c)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.459; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.460; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.461; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.461; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.461; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.462; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.462; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.462; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.463; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.463; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.464; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.464; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.464; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.465; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.465; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.465; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.466; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.466; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.466; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.467; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.467; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.467; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.468; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.468; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.468; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.469; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.469; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.470; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.472; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-13 17:04:12.473; 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 17:04:12.474; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-NOCACHE.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY2.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, STOP-1.TXT, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, STOPWORDSWRONGENCODING.TXT, SCHEMA-TFIDF.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-NATIVELOCK.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-MINIMAL.XML, SCHEMA-TRIE.XML, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, TRIVIAL.UPDATEPROCESSOR0.JS, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, JASUGGEST.TXT, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER3.XML, SOLRCONFIG-ALTDIRECTORY.XML, SOLRCONFIG_PERF.XML, SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SPELLCHECKER.XML, COMPOUNDDICTIONARY.TXT, XSLT, SCHEMA-SYNONYM-TOKENIZER.XML, SCHEMA-BINARYFIELD.XML, SCHEMA-REPLICATION1.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-FUNCTIONQUERY.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-ENABLEPLUGIN.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, STEMDICT.TXT, SCHEMA-TINY.XML, SCHEMA-REST.XML, SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-REPEATER.XML, SCHEMA-LMDIRICHLET.XML, STOP-2.TXT, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-EFF.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, PROTWORDS.TXT, DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-REQHANDLER.INCL, KEEP-1.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, SCHEMA-REPLICATION2.XML, STOPWITHBOM.TXT, OPEN-EXCHANGE-RATES.JSON, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, HUNSPELL-TEST.AFF, SCHEMA15.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-LAZYWRITER.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SCHEMA-STOP-KEEP.XML, SOLRCONFIG-HIGHLIGHT.XML, SOLRCONFIG-SOLR-749.XML, SCHEMA-SIM.XML, FRENCHARTICLES.TXT, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REVERSED.XML, CONDITIONAL.UPDATEPROCESSOR.JS, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG_CODEC.XML, PHRASESUGGEST.TXT, SCHEMA_CODEC.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-COMPONENTS-NAME.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-NUMERIC.XML, SOLRCONFIG-SIMPLELOCK.XML, SOLRCONFIG-ELEVATE.XML, SCHEMA-LUCENEMATCHVERSION.XML, STOPTYPES-2.TXT, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SCHEMA-DOCVALUES.XML, SCHEMA11.XML, STOPWORDS.TXT, SOLRCONFIG-TERMINDEX.XML, SOLRCONFIG-SLAVE.XML, ADDFIELDS.UPDATEPROCESSOR.JS, STOP-SNOWBALL.TXT, HYPHENATION.DTD, SCHEMA12.XML, SOLRCONFIG-BASIC.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-PHRASESUGGEST.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-CACHING.XML, STOPTYPES-1.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, BAD_SOLRCONFIG.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, WDFTYPES.TXT, BAD-SCHEMA-NONTEXT-ANALYZER.XML, BAD-MP-SOLRCONFIG.XML, SCHEMA-SNIPPET-TYPE.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, KEEP-2.TXT, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-MASTER2.XML, BAD-SCHEMA-DUP-FIELD.XML, SCHEMA-DFR.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-COPYFIELD-TEST.XML, OLD_SYNONYMS.TXT, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, SYNONYMS.TXT, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, SCHEMA-FOLDING.XML, CURRENCY.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-BEHAVIOR.XML, SOLRCONFIG-MINIMAL.XML, SCHEMA-IB.XML, ELEVATE.XML, SOLRCONFIG-MASTER.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-BM25.XML, SOLRCONFIG-MASTER1.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-INDEXCONFIG.XML, DA_UTF8.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, SCHEMA-LMJELINEKMERCER.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT, SCHEMA-SPELLCHECKER.XML, SCHEMA-SWEETSPOT.XML, FUZZYSUGGEST.TXT, SCHEMASURROUND.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-SPATIAL.XML, SOLRCONFIG-XINCLUDE.XML, SCHEMA-COLLATE.XML]
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.476; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@38ba27cb main
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.477; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.477; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.477; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.481; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.499; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@38ba27cb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.502; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.504; org.apache.solr.SolrTestCaseJ4; ####initCore end
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.507; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.518; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.522; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.522; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.525; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.526; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.529; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.532; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.536; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.539; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.543; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.545; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.549; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.556; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.561; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.562; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.567; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.568; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.572; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.573; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.578; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.579; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.584; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.586; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.591; org.apache.solr.SolrTestCaseJ4; ###Starting testField
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.592; org.apache.solr.SolrTestCaseJ4; ###Ending testField
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.596; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.598; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.603; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.605; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.609; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.618; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.623; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.624; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.629; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.631; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.635; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.636; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.641; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.641; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.645; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.646; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.649; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.650; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.653; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.655; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.659; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.659; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.662; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.663; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.667; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.667; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.671; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.671; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.674; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.675; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.678; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.679; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.682; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.685; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.688; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.689; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.692; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.697; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.701; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.703; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.707; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.710; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.715; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.716; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.720; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.721; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.725; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.726; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.730; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.733; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.738; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.740; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.745; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.746; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.750; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.805; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.808; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.809; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.812; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.813; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.818; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.822; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.826; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.826; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.829; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.830; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.833; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.835; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.840; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.842; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.846; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.847; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.851; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.853; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.856; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.857; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.860; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.860; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.863; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.865; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.867; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.868; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.870; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.871; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.873; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.874; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.877; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.877; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.880; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.882; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.884; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.890; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.892; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.893; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.896; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.897; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.900; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.900; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.903; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.903; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.904; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.904; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=296617768
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.905; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3fd8a0b6
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.910; 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 17:04:12.911; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.911; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.911; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.912; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.912; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.912; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.912; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090/index
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.912; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 17:04:12.913; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368464652090
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=th_TH, timezone=America/Indiana/Knox
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=198934256,total=328335360
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFiltering, DebugComponentTest, TestSuggestSpellingConverter, TestMergePolicyConfig, MultiTermTest, DOMUtilTest, IndexReaderFactoryTest, TestUniqueKeyFieldResource, DefaultValueUpdateProcessorTest, PreAnalyzedUpdateProcessorTest, SortByFunctionTest, XsltUpdateRequestHandlerTest, TestFieldTypeResource, AliasIntegrationTest, TestOmitPositions, TestBinaryResponseWriter, ZkSolrClientTest, URLClassifyProcessorTest, TestCodecSupport, DocValuesMultiTest, XmlUpdateRequestHandlerTest, HardAutoCommitTest, NotRequiredUniqueKeyTest, CopyFieldTest, TestDFRSimilarityFactory, TestSolrXMLSerializer, SpellPossibilityIteratorTest, SolrIndexConfigTest, RequestHandlersTest, TestPostingsSolrHighlighter, TestClassNameShortening, SuggesterWFSTTest, TestUpdate, TestCloudManagedSchema, TestZkChroot, OpenExchangeRatesOrgProviderTest, FullSolrCloudDistribCmdsTest, TestAnalyzedSuggestions, TestQueryTypes, NoCacheHeaderTest, TestReload, EchoParamsTest, TestSolrJ, DirectUpdateHandlerTest, TestLMJelinekMercerSimilarityFactory, BadCopyFieldTest, NumericFieldsTest, PathHierarchyTokenizerFactoryTest, SampleTest, CurrencyFieldOpenExchangeTest, TestPartialUpdateDeduplication, RequiredFieldsTest, TestStressReorder, SpellCheckCollatorTest, LeaderElectionIntegrationTest, TestHashPartitioner, TestAddFieldRealTimeGet, TestQuerySenderNoQuery, CoreContainerCoreInitFailuresTest, TestStressLucene, TestLuceneMatchVersion, TestUtils, ShardRoutingCustomTest, TestDefaultSimilarityFactory, TestFieldCollectionResource, SolrPluginUtilsTest, TestCollationField, HighlighterConfigTest, TestNumberUtils, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, ShardRoutingTest, BasicZkTest, TestRandomFaceting, LeaderElectionTest, ZkCLITest, TestDistributedSearch, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressVersions, TestSolr4Spatial, StatsComponentTest, SpellCheckComponentTest, BadIndexSchemaTest, TestFunctionQuery, TestBadConfig, HighlighterTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SimplePostToolTest, SignatureUpdateProcessorFactoryTest, SolrRequestParserTest, SuggesterTSTTest, TestTrie, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=F867C78D2EA3DF5F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th_TH -Dtests.timezone=America/Indiana/Knox -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s J1 | 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([F867C78D2EA3DF5F]: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 on J1 in 0.86s, 63 tests, 1 failure <<< FAILURES!

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

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



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

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

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

Error Message:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base

Stack Trace:
java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
	at __randomizedtesting.SeedInfo.seed([2E658EBB655803E4:A0323B5EF97B582]: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([2E658EBB655803E4]: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 9511 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.005; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.005; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.006; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459780005/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.006; 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 15:43:00.006; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.106; org.apache.solr.cloud.ZkTestServer; start zk server on port:40096
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.108; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.112; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4619c902 name:ZooKeeperConnection Watcher:127.0.0.1:40096 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.113; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.113; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.119; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.121; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3a366472 name:ZooKeeperConnection Watcher:127.0.0.1:40096/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.121; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.122; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.156; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.158; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@414a36e5 name:ZooKeeperConnection Watcher:127.0.0.1:40096/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.158; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.167; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:40096 40096
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.169; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459780005
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.177; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.178; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.178; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459780178/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.179; 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 15:43:00.180; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.280; org.apache.solr.cloud.ZkTestServer; start zk server on port:38521
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.281; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.285; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@713fb9a0 name:ZooKeeperConnection Watcher:127.0.0.1:38521 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.285; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.286; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.290; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.292; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7721e1ee name:ZooKeeperConnection Watcher:127.0.0.1:38521/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.292; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.293; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.294; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.296; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6775a6 name:ZooKeeperConnection Watcher:127.0.0.1:38521/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.296; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.296; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.297; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.299; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@a858c0d name:ZooKeeperConnection Watcher:127.0.0.1:38521 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.299; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.302; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.315; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.319; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.323; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.327; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.336; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.340; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.344; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.348; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.352; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.357; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.361; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.366; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.370; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.374; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.378; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.382; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.395; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.407; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.412; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.416; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.431; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.436; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.440; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.444; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.448; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.466; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.468; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.471; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.474; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.476; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.478; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.480; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.482; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.485; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.487; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.490; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.492; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.498; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.503; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.506; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.507; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.509; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.511; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.513; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.515; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.517; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.518; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.521; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.523; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.525; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.527; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.529; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.531; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.533; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.535; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.538; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.540; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.542; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.544; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.547; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.553; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.555; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.557; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.560; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.562; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.563; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.565; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.567; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.569; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.572; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.576; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.578; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.580; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.581; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.583; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.585; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.587; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.589; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.591; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.593; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.595; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.596; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.600; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.601; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@d84f793 name:ZooKeeperConnection Watcher:127.0.0.1:38521/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.601; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.602; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.602; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.607; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.609; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5ef8ce3b name:ZooKeeperConnection Watcher:127.0.0.1:38521/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.610; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.613; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.615; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.617; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.619; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.622; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.625; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.627; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.629; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.631; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.632; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.634; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.636; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.639; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.641; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.643; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.645; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.647; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.648; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.650; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.652; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.654; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.656; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.658; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.661; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.662; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.665; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.666; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.669; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.670; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.672; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.674; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.676; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.678; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.680; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.682; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.684; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.686; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.688; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.690; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.692; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.695; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.697; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.698; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.701; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.702; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.705; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.706; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.710; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.712; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.714; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.716; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.718; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.720; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.722; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.724; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.727; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.730; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.732; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.734; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.736; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.738; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.740; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.742; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.745; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.747; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.749; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.751; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.753; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.756; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.758; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.760; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.762; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.765; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.767; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.769; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.771; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.774; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.776; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.778; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.780; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.782; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.784; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.787; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.789; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.791; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.793; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.795; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.797; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.799; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.801; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.803; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.805; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.807; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.810; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.883; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:38521 38521
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.884; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459780178
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=2E658EBB655803E4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_KW -Dtests.timezone=America/Bahia -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE 0.75s J0 | ZkCLITest.testUpConfigLinkConfigClearZk <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368459780607/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([2E658EBB655803E4:A0323B5EF97B582]: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 15:43:00.921; org.apache.solr.SolrTestCaseJ4; ###Starting testList
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.921; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.922; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459780922/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:00.922; 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 15:43:00.922; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.023; org.apache.solr.cloud.ZkTestServer; start zk server on port:53856
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.024; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.028; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@563f1940 name:ZooKeeperConnection Watcher:127.0.0.1:53856 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.029; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.029; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.035; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.037; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1b43e551 name:ZooKeeperConnection Watcher:127.0.0.1:53856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.037; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.038; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.038; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.042; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.044; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@e474e3c name:ZooKeeperConnection Watcher:127.0.0.1:53856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.044; 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 15:43:01.051; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:53856 53856
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.053; org.apache.solr.SolrTestCaseJ4; ###Ending testList
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459780922
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.063; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.063; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.203; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459781064/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.203; 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 15:43:01.203; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.303; org.apache.solr.cloud.ZkTestServer; start zk server on port:52466
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.304; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.308; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6502dd6c name:ZooKeeperConnection Watcher:127.0.0.1:52466 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.309; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.312; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.313; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6d4e8125 name:ZooKeeperConnection Watcher:127.0.0.1:52466/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.313; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.313; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.314; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.315; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5b63ff35 name:ZooKeeperConnection Watcher:127.0.0.1:52466/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.315; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.315; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459781064/tmp-solr-home/'
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.361; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.362; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.363; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1c2f17b0 name:ZooKeeperConnection Watcher:127.0.0.1:52466 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.363; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.364; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.367; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459781064/tmp-solr-home/
[junit4:junit4]   1> idir:collection1
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.367; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459781064/tmp-solr-home/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.368; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.377; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.379; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.383; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.389; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.391; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.393; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.395; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.397; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.399; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.401; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.405; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.407; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.409; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.411; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.413; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.415; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.417; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.418; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.420; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.423; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.425; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.427; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.429; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.431; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.433; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.435; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.437; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.439; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.441; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.443; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.447; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.449; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.451; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.453; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.455; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.457; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.459; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.463; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.467; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.472; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.476; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.479; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.483; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.484; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.488; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.490; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.491; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.494; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.496; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.498; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.500; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.501; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.503; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.505; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.507; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.509; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.511; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.513; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.515; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.516; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.519; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.521; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.523; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.526; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.528; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.530; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.531; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.533; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.535; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.537; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.539; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.541; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.543; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.545; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.547; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.553; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.556; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.558; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.559; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.562; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.563; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.565; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.567; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.571; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:52466 52466
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.572; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459781064
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.577; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.578; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.691; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459781578/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.691; 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 15:43:01.692; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.792; org.apache.solr.cloud.ZkTestServer; start zk server on port:36481
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.793; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.797; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5d9b977e name:ZooKeeperConnection Watcher:127.0.0.1:36481 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.797; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.797; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.800; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.801; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@244c9ef9 name:ZooKeeperConnection Watcher:127.0.0.1:36481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.801; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.801; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.802; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.803; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6c33f924 name:ZooKeeperConnection Watcher:127.0.0.1:36481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.803; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.803; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459781578/tmp-solr-home/'
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.846; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.847; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.848; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a95d358 name:ZooKeeperConnection Watcher:127.0.0.1:36481 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.849; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.850; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459781578/tmp-solr-home/
[junit4:junit4]   1> idir:collection1
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.850; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459781578/tmp-solr-home/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.850; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.855; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.857; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.859; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.861; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.865; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.868; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.871; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.873; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.875; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.877; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.879; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.881; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.883; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.885; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.887; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.890; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.891; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.894; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.896; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.898; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.900; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.902; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.904; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.906; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.909; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.913; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.918; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.923; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.928; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.933; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.938; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.942; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.947; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.951; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.955; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.959; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.961; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.963; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.966; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.968; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.970; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.972; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.974; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.976; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.980; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.982; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.985; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.987; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.988; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.990; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.992; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.994; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.995; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.997; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:01.999; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.001; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.003; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.005; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.007; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.009; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.012; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.013; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.015; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.017; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.019; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.021; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.023; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.026; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.028; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.030; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.032; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.035; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.038; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.040; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.042; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.044; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.045; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.048; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.050; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.052; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.054; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.056; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.059; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.061; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.062; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.064; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.066; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.069; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.071; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.072; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.075; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.076; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.078; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.082; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.083; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@359aa447 name:ZooKeeperConnection Watcher:127.0.0.1:36481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.083; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.083; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.123; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.123; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.125; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2746ec1f name:ZooKeeperConnection Watcher:127.0.0.1:36481 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.125; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.126; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/
[junit4:junit4]   1> idir:core0
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.126; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/conf with name core0 for SolrCore core0
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.127; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.129; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
[junit4:junit4]   1> idir:core1
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.132; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/conf with name core1 for SolrCore core1
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.132; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.134; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.138; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:36481 36481
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.139; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368459781578
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:02.141; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 2174 T2509 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 5 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=ar_KW, timezone=America/Bahia
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=91860168,total=231477248
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestPluginEnable, SearchHandlerTest, ClusterStateUpdateTest, TestPropInjectDefaults, DocValuesTest, RegexBoostProcessorTest, DirectSolrConnectionTest, StatelessScriptUpdateProcessorFactoryTest, TestManagedSchema, LegacyHTMLStripCharFilterTest, ChaosMonkeyShardSplitTest, PreAnalyzedFieldTest, SyncSliceTest, TestFieldTypeCollectionResource, TestSolrDeletionPolicy1, FileBasedSpellCheckerTest, CircularListTest, LeaderElectionTest, TestTrie, PrimitiveFieldTypeTest, JsonLoaderTest, ResponseLogComponentTest, TestFieldResource, BadCopyFieldTest, TestQuerySenderListener, SolrCoreTest, TestDocSet, SliceStateTest, TestSchemaResource, DateFieldTest, BadComponentTest, TestStressVersions, PeerSyncTest, SimpleFacetsTest, UUIDFieldTest, SynonymTokenizerTest, TestLRUCache, TermVectorComponentTest, FieldMutatingUpdateProcessorTest, PluginInfoTest, TestReplicationHandler, TestRealTimeGet, TestRandomDVFaceting, TestPhraseSuggestions, ReturnFieldsTest, SolrInfoMBeanTest, AliasIntegrationTest, CacheHeaderTest, BasicDistributedZkTest, TestDocumentBuilder, RAMDirectoryFactoryTest, LoggingHandlerTest, ZkCLITest]
[junit4:junit4] Completed on J0 in 3.20s, 5 tests, 1 failure <<< FAILURES!

[...truncated 37 lines...]
[junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.483; org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.484; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.485; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.485; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.518; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.558; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.559; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.563; org.apache.solr.schema.IndexSchema; [null] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.861; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.865; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.867; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.870; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.880; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.880; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.880; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.886; org.apache.solr.core.CoreContainer; New CoreContainer 838053481
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.909; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.910; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484/
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.910; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cb154fd
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.910; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.911; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.911; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484/index/
[junit4:junit4]   1> WARN  - 2013-05-13 15:43:50.911; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.912; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484/index
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.913; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@30bffe08 lockFactory=org.apache.lucene.store.NativeFSLockFactory@df9a7a0)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.913; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.914; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.915; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.915; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.915; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.916; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.916; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.917; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.917; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.917; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.918; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.918; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.918; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.919; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.919; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.919; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.920; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.920; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.920; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.921; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.921; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.921; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.922; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.922; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.923; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.923; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.923; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.924; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.926; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-13 15:43:50.927; 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 15:43:50.928; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, 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, SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.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 15:43:50.930; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4f44fae7 main
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.931; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.931; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:50.931; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.006; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.043; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4f44fae7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.050; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.055; org.apache.solr.SolrTestCaseJ4; ####initCore end
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.060; org.apache.solr.SolrTestCaseJ4; ###Starting testField
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.077; org.apache.solr.SolrTestCaseJ4; ###Ending testField
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.080; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.084; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.087; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.090; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.093; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.094; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.097; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.097; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.101; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.103; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.106; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.107; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.110; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.125; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.129; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.133; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.138; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.151; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.156; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.157; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.161; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.162; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.166; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.168; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.172; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.172; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.175; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.176; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.179; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.186; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.190; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.190; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.194; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.198; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.202; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.202; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.205; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.207; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.211; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.213; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.216; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.216; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.220; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.221; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.225; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.226; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.229; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.230; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.233; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.234; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.237; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.242; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.246; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.254; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.257; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.257; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.260; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.261; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.264; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.267; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.270; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.271; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.274; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.276; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.279; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.281; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.284; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.284; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.287; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.289; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.293; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.293; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.296; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.298; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.301; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.311; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.314; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.315; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.318; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.319; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.322; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.323; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.326; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.328; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.332; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.333; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.337; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.338; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.341; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.342; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.345; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.348; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.352; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.352; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.355; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.358; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.361; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.363; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.366; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.400; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.404; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.405; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.408; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.409; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.412; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.413; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.417; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.419; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.422; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.423; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.426; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.427; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.430; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.431; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.434; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.435; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.438; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.439; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.442; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.443; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.447; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.448; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.452; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.453; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.454; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.454; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=838053481
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.454; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@753f891d
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.461; 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 15:43:51.461; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.461; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.462; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.462; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.462; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.462; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.463; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484/index
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.463; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 15:43:51.463; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368459830484
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_PH, timezone=America/Cayenne
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=42680176,total=231477248
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestPluginEnable, SearchHandlerTest, ClusterStateUpdateTest, TestPropInjectDefaults, DocValuesTest, RegexBoostProcessorTest, DirectSolrConnectionTest, StatelessScriptUpdateProcessorFactoryTest, TestManagedSchema, LegacyHTMLStripCharFilterTest, ChaosMonkeyShardSplitTest, PreAnalyzedFieldTest, SyncSliceTest, TestFieldTypeCollectionResource, TestSolrDeletionPolicy1, FileBasedSpellCheckerTest, CircularListTest, LeaderElectionTest, TestTrie, PrimitiveFieldTypeTest, JsonLoaderTest, ResponseLogComponentTest, TestFieldResource, BadCopyFieldTest, TestQuerySenderListener, SolrCoreTest, TestDocSet, SliceStateTest, TestSchemaResource, DateFieldTest, BadComponentTest, TestStressVersions, PeerSyncTest, SimpleFacetsTest, UUIDFieldTest, SynonymTokenizerTest, TestLRUCache, TermVectorComponentTest, FieldMutatingUpdateProcessorTest, PluginInfoTest, TestReplicationHandler, TestRealTimeGet, TestRandomDVFaceting, TestPhraseSuggestions, ReturnFieldsTest, SolrInfoMBeanTest, AliasIntegrationTest, CacheHeaderTest, BasicDistributedZkTest, TestDocumentBuilder, RAMDirectoryFactoryTest, LoggingHandlerTest, ZkCLITest, RecoveryZkTest, PolyFieldTest, TestXIncludeConfig, TestSolrCoreProperties, TestQueryUtils, QueryResultKeyTest, TestManagedSchemaFieldResource, TestFastLRUCache, UpdateRequestProcessorFactoryTest, PreAnalyzedUpdateProcessorTest, TestRemoteStreaming, TestPseudoReturnFields, QueryEqualityTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=2E658EBB655803E4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_PH -Dtests.timezone=America/Cayenne -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J0 | 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([2E658EBB655803E4]: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 on J0 in 1.05s, 63 tests, 1 failure <<< FAILURES!

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

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



Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_21) - Build # 5636 - Still Failing!

Posted by Robert Muir <rc...@gmail.com>.
I committed a "fix" (may or may not work) just to trunk. lets see if
Uwe's jenkins takes. if it does, ill backport, otherwise we can just
revert it.

On Mon, May 13, 2013 at 12:28 PM, Mark Miller <ma...@gmail.com> wrote:
> I added some output to the fail earlier this morning - hopefully that helps. I can also try running it in my windows vm.
>
> - Mark
>
> On May 13, 2013, at 12:19 PM, Robert Muir <rc...@gmail.com> wrote:
>
>> I cannot reproduce this locally, but at least this seems sheisty:
>>
>>    for (File sourceFile :sourceFiles){
>>      if (!sourceFile.isHidden()){
>>
>> I don't think this .isHidden will exclude .svn correctly on windows:
>>
>> Tests whether the file named by this abstract pathname is a hidden
>> file. The exact definition of hidden is system-dependent. On UNIX
>> systems, a file is considered to be hidden if its name begins with a
>> period character ('.'). On Microsoft Windows systems, a file is
>> considered to be hidden if it has been marked as such in the
>> filesystem.
>>
>> Doesn't explain why it fails on linux, but still.
>>
>> On Mon, May 13, 2013 at 12:12 PM, Robert Muir <rc...@gmail.com> wrote:
>>>
>>> I'm looking into this one. I think the logic for file comparison is not quite right and needs to ignore .svn
>>>
>>> On Mon, May 13, 2013 at 10:25 AM, Policeman Jenkins Server <je...@thetaphi.de> wrote:
>>>>
>>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5636/
>>>> Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>>>
>>>> 2 tests failed.
>>>> FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
>>>>
>>>> Error Message:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>>
>>>> Stack Trace:
>>>> java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>
>>>
>>>
>>>>
>>>>        at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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([935A541927F509FD]: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 9182 lines...]
>>>> [junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.656; org.apache.solr.SolrTestCaseJ4; ####initCore
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.657; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.710; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.779; org.apache.solr.schema.IndexSchema; [null] Schema name=test
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.093; org.apache.solr.schema.IndexSchema; default search field in schema is text
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.096; org.apache.solr.schema.IndexSchema; unique key field: id
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.098; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.101; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.116; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.127; org.apache.solr.core.CoreContainer; New CoreContainer 861572150
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.154; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2631475e
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index/
>>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index' doesn't exist. Creating new index...
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
>>>> [junit4:junit4]   1>    commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@11a4bafb lockFactory=org.apache.lucene.store.NativeFSLockFactory@79050055)),segFN=segments_1,generation=1}
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.160; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.165; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.166; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.170; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.171; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.172; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.173; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.174; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.175; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.176; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.178; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.179; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.182; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
>>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.183; 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 14:05:10.185; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, 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, SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.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 14:05:10.187; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3b277576 main
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.189; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.260; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.312; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3b277576 main{StandardDirectoryReader(segments_1:1)}
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.344; org.apache.solr.core.CoreContainer; registering core: collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.347; org.apache.solr.SolrTestCaseJ4; ####initCore end
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.352; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.394; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.402; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.404; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.410; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.421; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.428; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.429; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.436; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.439; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.447; org.apache.solr.SolrTestCaseJ4; ###Starting testField
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.448; org.apache.solr.SolrTestCaseJ4; ###Ending testField
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.454; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.461; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.466; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.467; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.472; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.474; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.481; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.482; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.488; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.490; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.496; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.506; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.511; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.515; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.520; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.522; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.527; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.530; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.536; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.538; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.543; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.544; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.549; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.555; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.560; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.562; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.566; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.575; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.580; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.582; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.589; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.593; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.600; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.602; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.610; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.611; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.616; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.619; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.625; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.626; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.631; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.637; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.642; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.646; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.651; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.674; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.678; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.682; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.686; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.688; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.692; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.693; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.697; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.698; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.702; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.703; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.708; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.709; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.713; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.716; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.720; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.731; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.735; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.737; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.747; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.748; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.753; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.756; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.761; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.764; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.769; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.772; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.778; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.780; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.784; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.787; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.797; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.799; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.804; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.806; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.810; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.811; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.821; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.823; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.828; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.829; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.832; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.837; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.841; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.842; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.845; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.848; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.852; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.887; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.892; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.893; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.899; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.901; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.907; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.908; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.914; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.916; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.920; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.922; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.926; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.927; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.931; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.934; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.SolrTestCaseJ4; ###deleteCore
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=861572150
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.937; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7dab4790
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.973; 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 14:05:10.973; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657;done=false>>]
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index;done=false>>]
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>>>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_ZA, timezone=America/Rosario
>>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=39318832,total=126418944
>>>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest]
>>>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_ZA -Dtests.timezone=America/Rosario -Dtests.file.encoding=UTF-8
>>>> [junit4:junit4] ERROR   0.00s J0 | 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([935A541927F509FD]: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 on J0 in 1.42s, 63 tests, 1 failure <<< FAILURES!
>>>>
>>>> [...truncated 268 lines...]
>>>> [junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.SolrTestCaseJ4; ###Starting testList
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509/zookeeper/server1/data
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; 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 14:12:26.629; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.729; org.apache.solr.cloud.ZkTestServer; start zk server on port:54107
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.730; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.852; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@29734b5d name:ZooKeeperConnection Watcher:127.0.0.1:54107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.860; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.862; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71590218 name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.864; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.889; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@57eb883a name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; 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 14:12:26.896; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:54107 54107
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.897; org.apache.solr.SolrTestCaseJ4; ###Ending testList
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904/zookeeper/server1/data
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; 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 14:12:27.020; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.120; org.apache.solr.cloud.ZkTestServer; start zk server on port:40584
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.122; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.128; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@44b8e37 name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.136; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.137; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d05c52b name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.140; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2bf646d6 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.143; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.144; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.146; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7774d15f name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.147; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.150; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.165; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.170; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.176; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.181; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.185; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.190; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.195; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.205; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.210; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.220; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.235; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.239; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.244; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.249; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.254; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.259; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.264; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.269; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.280; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.285; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.289; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.295; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.325; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.334; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.337; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.344; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.347; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.351; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.356; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.361; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.365; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.368; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.380; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.383; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.408; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.412; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.416; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.431; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.436; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.440; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.449; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.453; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.458; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.462; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.466; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.471; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.476; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.490; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.504; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.508; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.516; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.521; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.526; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.531; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.536; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.541; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.546; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.556; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.566; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.577; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.582; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.587; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.591; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.596; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.604; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@62809273 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.607; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.608; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.616; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1fe17aae name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.622; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-top.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.624; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.626; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/protwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.629; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-FoldToASCII.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.632; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.635; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.637; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.639; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_eu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.641; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.643; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_sv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.645; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_es.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.648; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/userdict_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.650; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stoptags_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.653; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stemdict_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.655; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_bg.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.658; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hy.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.660; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_el.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.662; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/hyphenations_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.665; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ar.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.667; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.669; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_pt.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.672; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.674; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_th.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.676; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_de.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.678; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_lv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.680; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.682; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ru.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.685; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.687; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_da.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.689; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_gl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.691; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_no.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.694; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.696; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fa.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.698; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_tr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.700; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_id.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.703; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ro.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.705; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_cz.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.707; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.709; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.711; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.714; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.716; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.718; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_en.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.720; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/stopwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.722; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/spellings.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.724; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-ISOLatin1Accent.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.727; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.730; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/luke.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.732; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/updateXml.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.735; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_atom.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.737; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.739; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_rss.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.741; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/scripts.conf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.743; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/synonyms.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.745; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/update-script.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.749; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_spatial.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.751; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/mime_type_lists.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.753; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/results_list.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.755; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster_results.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.758; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_grouped.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.760; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/layout.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.762; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/join_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.764; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/debug.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.766; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_queries.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.768; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_group.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.770; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/main.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.772; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/VM_global_library.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.774; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_bottom.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.776; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/error.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.778; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facets.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.781; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/richtext_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.783; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/head.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.785; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_form.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.787; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.789; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_plain.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.791; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_pivot.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.793; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/browse.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.796; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.798; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/footer.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.801; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.803; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/README.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.805; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/did_you_mean.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.808; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/header.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.810; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.812; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/suggest.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.814; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_top.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.817; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.819; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/product_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.822; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_ranges.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.825; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/tabs.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.827; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_fields.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.829; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/elevate.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.831; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-bottom.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.834; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.906; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:40584 40584
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.907; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904
>>>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_US -Dtests.timezone=Etc/GMT+5 -Dtests.file.encoding=UTF-8
>>>> [junit4:junit4] FAILURE 1.02s J0 | ZkCLITest.testUpConfigLinkConfigClearZk <<<
>>>> [junit4:junit4]    > Throwable #1: java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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 14:12:27.918; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.919; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919/zookeeper/server1/data
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; 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 14:12:28.036; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.136; org.apache.solr.cloud.ZkTestServer; start zk server on port:45855
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.137; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.143; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3fa227e5 name:ZooKeeperConnection Watcher:127.0.0.1:45855 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.151; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7fa12993 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.154; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.155; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71c03b87 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.169; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:45855 45855
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.171; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.182; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.183; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183/zookeeper/server1/data
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; 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 14:12:28.185; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.285; org.apache.solr.cloud.ZkTestServer; start zk server on port:41605
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.286; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.290; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@17c7ae50 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.297; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@436e9706 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.302; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@384fa078 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.312; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.359; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.365; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@33e0a023 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.369; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
>>>> [junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.375; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.378; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.388; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.392; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.396; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.401; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.415; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.427; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.432; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.437; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.451; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.465; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.472; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.477; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.492; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.515; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.519; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.522; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.525; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.538; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.542; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.553; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.557; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.567; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.575; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.578; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.583; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.592; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.597; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.607; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.613; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.617; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.626; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.629; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.632; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.635; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.637; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.644; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.648; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.656; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.659; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.663; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.666; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.671; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.674; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.680; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.691; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.695; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.706; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.713; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.716; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.721; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.729; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.739; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.746; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.753; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.757; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.760; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.766; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.773; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.776; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.779; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.782; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.786; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.793; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.796; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.799; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.802; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.806; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.809; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.812; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.814; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.819; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.825; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.833; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:41605 41605
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.835; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.842; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843/zookeeper/server1/data
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.844; 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 14:12:28.844; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.944; org.apache.solr.cloud.ZkTestServer; start zk server on port:48555
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.946; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.950; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6eacaf80 name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.962; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4e7f6cb1 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a82442f name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.967; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.018; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.019; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.021; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.023; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.024; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.026; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2a37279d name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.039; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
>>>> [junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.040; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.041; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.050; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.053; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.057; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.072; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.077; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.081; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.084; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.087; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.094; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.097; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.100; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.103; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.106; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.120; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.133; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.137; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.141; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.148; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.152; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.155; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.158; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.161; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.164; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.167; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.169; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.172; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.175; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.179; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.182; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.184; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.187; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.189; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.191; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.194; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.196; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.198; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.203; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.206; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.209; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.211; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.216; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.219; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.221; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.232; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.237; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.241; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.246; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.251; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.256; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.261; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.265; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.270; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.279; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.284; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.287; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.296; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.300; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.304; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.313; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.317; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.322; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.326; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.335; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.345; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.349; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.362; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.367; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.371; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.418; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.420; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d97b078 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.481; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@179bb4bd name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.482; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/
>>>> [junit4:junit4]   1> idir:core0
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/conf with name core0 for SolrCore core0
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.485; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.488; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
>>>> [junit4:junit4]   1> idir:core1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/conf with name core1 for SolrCore core1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.501; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:48555 48555
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.502; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.504; org.apache.solr.SolrTestCaseJ4; ###deleteCore
>>>> [junit4:junit4]   2> 3011 T1218 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 5 leaked thread(s).
>>>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_US, timezone=Etc/GMT+5
>>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=96606064,total=180682752
>>>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest, SpatialFilterTest, BadCopyFieldTest, TestGroupingSearch, PeerSyncTest, SliceStateTest, TestStressVersions, SystemInfoHandlerTest, RecoveryZkTest, ResponseLogComponentTest, PrimitiveFieldTypeTest, ClusterStateUpdateTest, SyncSliceTest, DocValuesTest, TestQuerySenderListener, PreAnalyzedUpdateProcessorTest, SOLR749Test, TestJoin, TestStressRecovery, TestCloudManagedSchemaAddField, TestSort, LukeRequestHandlerTest, AnalysisAfterCoreReloadTest, TestUniqueKeyFieldResource, SuggesterFSTTest, CoreAdminHandlerTest, FieldMutatingUpdateProcessorTest, FileBasedSpellCheckerTest, UnloadDistributedZkTest, TestSolrQueryParser, SolrInfoMBeanTest, TestFieldResource, ZkCLITest]
>>>> [junit4:junit4] Completed on J0 in 3.54s, 5 tests, 1 failure <<< FAILURES!
>>>>
>>>> [...truncated 570 lines...]
>>>> BUILD FAILED
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:377: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:357: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: There were test failures: 295 suites, 1230 tests, 1 suite-level error, 1 failure, 13 ignored (7 assumptions)
>>>>
>>>> Total time: 37 minutes 59 seconds
>>>> Build step 'Invoke Ant' marked build as failure
>>>> Description set: Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>>> Archiving artifacts
>>>> Recording test results
>>>> Email was triggered for: Failure
>>>> Sending email for trigger: Failure
>>>>
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

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


Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_21) - Build # 5636 - Still Failing!

Posted by Robert Muir <rc...@gmail.com>.
Oh this would explain it! My commit made it into #5638, lets see if it takes.

On Mon, May 13, 2013 at 12:42 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> I am not sure, maybe the windows Jenkins slaves use svn 1.7, where the .svn
> folder is only on root level.
>
> I am on business trip so cannot check at the moment.
>
> LINUX works with 1.6 as ubuntu lts ships only with 1.6
>
> Uwe
>
>
>
> Robert Muir <rc...@gmail.com> schrieb:
>>
>> Yeah, I think thats the issue actually. the second check is trying to
>> filter individual files based on whether they are .hidden(). But i
>> don't know if this really always works, like what does it return if
>> the file itself (stoptags_ja.txt.svn-base) does not begin with ., but
>> is inside a directory that starts with . And what does it do on
>> windows :)
>>
>> so i think instead we can try using an explicit filter on directories
>> themselves that start with . and remove the second check:
>> http://svn.apache.org/r1481954
>>
>> On Mon, May 13, 2013 at 12:30 PM, Mark Miller <ma...@gmail.com>
>> wrote:
>>>
>>> Ah, the new output just points to the .svn issue.
>>>
>>> Perhaps we should
>>> just exclude .svn explicitly?
>>>
>>> - Mark
>>>
>>> On May 13, 2013, at 12:28 PM, Mark Miller <ma...@gmail.com> wrote:
>>>
>>>> I added some output to the fail earlier this morning - hopefully that
>>>> helps. I can also try running it in my windows vm.
>>>>
>>>> - Mark
>>>>
>>>> On May 13, 2013, at 12:19 PM, Robert Muir <rc...@gmail.com> wrote:
>>>>
>>>>> I cannot reproduce this locally, but at least this seems sheisty:
>>>>>
>>>>> for (File sourceFile :sourceFiles){
>>>>> if (!sourceFile.isHidden()){
>>>>>
>>>>> I don't think this .isHidden will exclude .svn correctly on windows:
>>>>>
>>>>> Tests whether the file named by this abstract pathname is a hidden
>>>>> file. The exact definition of hidden is system-dependent. On
>>>>> UNIX
>>>>> systems, a file is considered to be hidden if its name begins with a
>>>>> period character ('.'). On Microsoft Windows systems, a file is
>>>>> considered to be hidden if it has been marked as such in the
>>>>> filesystem.
>>>>>
>>>>> Doesn't explain why it fails on linux, but still.
>>>>>
>>>>> On Mon, May 13, 2013 at 12:12 PM, Robert Muir <rc...@gmail.com> wrote:
>>>>>
>>>>>> I'm looking into this one. I think the logic for file comparison is
>>>>>> not quite right and needs to ignore .svn
>>>>>>
>>>>>> On Mon, May 13, 2013 at 10:25 AM, Policeman Jenkins Server
>>>>>> <je...@thetaphi.de> wrote:
>>>>>>
>>>>>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5636/
>>>>>>> Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops
>>>>>>> -XX:+UseConcMarkSweepGC
>>>>>>>
>>>>>>> 2 tests failed.
>>>>>>> FAILED:
>>>>>>> org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
>>>>>>>
>>>>>>> Error Message:
>>>>>>>
>>>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>>>>> does not exist
>>>>>>> source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>>>>>
>>>>>>> Stack Trace:
>>>>>>> java.lang.AssertionError:
>>>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>>>>> does not exist
>>>>>>> source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> at
>>>>>>>
>>>>>>> __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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([935A541927F509FD]: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 9182 lines...]
>>>>>>> [junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.656;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ####initCore
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.657;
>>>>>>> org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for
>>>>>>> directory:
>>>>>>>
>>>>>>> '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658;
>>>>>>> org.apache.solr.core.SolrResourceLoader; Adding
>>>>>>> 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README'
>>>>>>> to classloader
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658;
>>>>>>> org.apache.solr.core.SolrResourceLoader; Adding
>>>>>>> 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/'
>>>>>>> to classloader
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.710;
>>>>>>> org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761;
>>>>>>> org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761;
>>>>>>> org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.779;
>>>>>>> org.apache.solr.schema.IndexSchema; [null] Schema name=test
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.093;
>>>>>>> org.apache.solr.schema.IndexSchema; default search field in schema is text
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.096;
>>>>>>> org.apache.solr.schema.IndexSchema; unique key field: id
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.098;
>>>>>>> org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates
>>>>>>> from file currency.xml
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.101;
>>>>>>> org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates
>>>>>>> from file currency.xml
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.116;
>>>>>>> org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr
>>>>>>> (NoInitialContextEx)
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117;
>>>>>>> org.apache.solr.core.SolrResourceLoader; using system property
>>>>>>> solr.solr.home:
>>>>>>>
>>>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117;
>>>>>>> org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for
>>>>>>> directory:
>>>>>>> '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.127;
>>>>>>> org.apache.solr.core.CoreContainer; New CoreContainer 861572150
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.154;
>>>>>>> org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155;
>>>>>>> org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at
>>>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/,
>>>>>>> dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13
>>>>>>> 14:05:10.155; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is
>>>>>>> enabled. Adding Solr mbeans to JMX Server:
>>>>>>> com.sun.jmx.mbeanserver.JmxMBeanServer@2631475e
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156;
>>>>>>> org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156;
>>>>>>> org.apache.solr.core.CachingDirectoryFactory; return new directory for
>>>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157;
>>>>>>> org.apache.solr.core.SolrCore; New index directory detected: old=null
>>>>>>> new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index/
>>>>>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.157;
>>>>>>> org.apache.solr.core.SolrCore; [collection1] Solr index directory
>>>>>>>
>>>>>>> '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index'
>>>>>>> doesn't exist. Creating new index...
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157;
>>>>>>> org.apache.solr.core.CachingDirectoryFactory; return new directory for
>>>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159;
>>>>>>> org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit:
>>>>>>> commits: num=1
>>>>>>> [junit4:junit4]   1>
>>>>>>> commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@11a4bafb
>>>>>>> lockFactory=org.apache.lucene.store.NativeFSLockFactory@79050055)),segFN=segments_1,generation=1}
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159;
>>>>>>> org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13
>>>>>>> 14:05:10.160; org.apache.solr.core.SolrCore; created xml:
>>>>>>> solr.XMLResponseWriter
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162;
>>>>>>> org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
>>>>>>> DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162;
>>>>>>> org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
>>>>>>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>>>>>>> "dedupe-allfields"
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163;
>>>>>>> org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
>>>>>>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>>>>>>> "stored_sig"
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163;
>>>>>>> org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
>>>>>>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>>>>>>> "uniq-fields"
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13
>>>>>>> 14:05:10.164;
>>>>>>> org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
>>>>>>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>>>>>>> "distrib-dup-test-chain-implicit"
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164;
>>>>>>> org.apache.solr.core.RequestHandlers; adding lazy requestHandler:
>>>>>>> solr.ReplicationHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164;
>>>>>>> org.apache.solr.core.RequestHandlers; created /replication:
>>>>>>> solr.ReplicationHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.165;
>>>>>>> org.apache.solr.core.RequestHandlers; created standard:
>>>>>>> solr.StandardRequestHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.166;
>>>>>>> org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167;
>>>>>>> org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167;
>>>>>>> org.apache.solr.core.RequestHandlers; created mock:
>>>>>>> org.apache.solr.core.MockQuerySenderListenerReqHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168;
>>>>>>> org.apache.solr.core.RequestHandlers; created /admin/:
>>>>>>> org.apache.solr.handler.admin.AdminHandlers
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168;
>>>>>>> org.apache.solr.core.RequestHandlers; created defaults:
>>>>>>> solr.StandardRequestHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169;
>>>>>>> org.apache.solr.core.RequestHandlers; adding lazy requestHandler:
>>>>>>> solr.StandardRequestHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169;
>>>>>>> org.apache.solr.core.RequestHandlers; created lazy:
>>>>>>> solr.StandardRequestHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.170;
>>>>>>> org.apache.solr.core.RequestHandlers; created /update:
>>>>>>> solr.UpdateRequestHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.171;
>>>>>>> org.apache.solr.core.RequestHandlers; created /terms:
>>>>>>> org.apache.solr.handler.component.SearchHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.172;
>>>>>>> org.apache.solr.core.RequestHandlers; created spellCheckCompRH:
>>>>>>> org.apache.solr.handler.component.SearchHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.173;
>>>>>>> org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct:
>>>>>>> org.apache.solr.handler.component.SearchHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.174;
>>>>>>> org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak:
>>>>>>> org.apache.solr.handler.component.SearchHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.175;
>>>>>>> org.apache.solr.core.RequestHandlers; created
>>>>>>> spellCheckWithWordbreak_Direct:
>>>>>>> org.apache.solr.handler.component.SearchHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.176;
>>>>>>> org.apache.solr.core.RequestHandlers; created spellCheckCompRH1:
>>>>>>> org.apache.solr.handler.component.SearchHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13
>>>>>>> 14:05:10.177; org.apache.solr.core.RequestHandlers; created mltrh:
>>>>>>> org.apache.solr.handler.component.SearchHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177;
>>>>>>> org.apache.solr.core.RequestHandlers; created tvrh:
>>>>>>> org.apache.solr.handler.component.SearchHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.178;
>>>>>>> org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.179;
>>>>>>> org.apache.solr.core.RequestHandlers; created /debug/dump:
>>>>>>> solr.DumpRequestHandler
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.182;
>>>>>>> org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
>>>>>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.183;
>>>>>>> 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 14:05:10.185;
>>>>>>> org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with
>>>>>>> hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS,
>>>>>>> SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML,
>>>>>>> SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML,
>>>>>>> BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML,
>>>>>>> BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML,
>>>>>>> BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML,
>>>>>>> SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML,
>>>>>>> REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML,
>>>>>>> BAD-SCHEMA-NONTEXT-ANALYZER.XML,
>>>>>>> BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML,
>>>>>>> SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS,
>>>>>>> SCHEMA-SWEETSPOT.XML,
>>>>>>> BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML,
>>>>>>> SCHEMA-IB.XML,
>>>>>>> BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML,
>>>>>>> SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML,
>>>>>>> SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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,
>>>>>>> SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT,
>>>>>>> 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,
>>>>>>> SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML,
>>>>>>> WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT,
>>>>>>> BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML,
>>>>>>> BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML,
>>>>>>> SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML,
>>>>>>> SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML,
>>>>>>> BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML,
>>>>>>> OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML,
>>>>>>> SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML,
>>>>>>> SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML,
>>>>>>> BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML,
>>>>>>> SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML,
>>>>>>> BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML,
>>>>>>> BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML,
>>>>>>> SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML,
>>>>>>> SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT,
>>>>>>> SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML,
>>>>>>> SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML,
>>>>>>> BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML,
>>>>>>> BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT,
>>>>>>> SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML,
>>>>>>> BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT,
>>>>>>> BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML,
>>>>>>> BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML,
>>>>>>> SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML,
>>>>>>> STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML,
>>>>>>> SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML,
>>>>>>> BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML,
>>>>>>> SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML,
>>>>>>> SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT,
>>>>>>> BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL,
>>>>>>> SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC,
>>>>>>> BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML,
>>>>>>> BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML,
>>>>>>> ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML,
>>>>>>> SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT,
>>>>>>> SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML,
>>>>>>> BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.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 14:05:10.187;
>>>>>>> org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3b277576 main
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188;
>>>>>>> org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188;
>>>>>>> org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.189;
>>>>>>> org.apache.solr.handler.component.SpellCheckComponent; Initializing spell
>>>>>>> checkers
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.260;
>>>>>>> org.apache.solr.spelling.DirectSolrSpellChecker; init:
>>>>>>> {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.312;
>>>>>>> org.apache.solr.core.SolrCore; [collection1] Registered new searcher
>>>>>>> Searcher@3b277576 main{StandardDirectoryReader(segments_1:1)}
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.344;
>>>>>>> org.apache.solr.core.CoreContainer; registering core: collection1
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.347;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ####initCore end
>>>>>>> [junit4:junit4]   2> Creating dataDir:
>>>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.352;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.394;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
>>>>>>> [junit4:junit4]
>>>>>>> 1> INFO  - 2013-05-13 14:05:10.402; org.apache.solr.SolrTestCaseJ4;
>>>>>>> ###Starting testFuncRecip
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.404;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.410;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.421;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.428;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.429;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.436;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.439;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.447;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testField
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.448;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testField
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.454;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.461;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.466;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.467;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.472;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.474;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.481;
>>>>>>> org.apache.solr.SolrTestCaseJ4;
>>>>>>> ###Starting testQueryFunc
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.482;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.488;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.490;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.496;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.506;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.511;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.515;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.520;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting
>>>>>>> testFuncHsin
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.522;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.527;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.530;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.536;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.538;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.543;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.544;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.549;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
>>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.555;
>>>>>>> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
>>>>>>> [jun
>
>
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de

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


Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_21) - Build # 5636 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
I am not sure, maybe the windows Jenkins slaves use svn 1.7, where the .svn folder is only on root level.

I am on business trip so cannot check at the moment.

LINUX works with 1.6 as ubuntu lts ships only with 1.6

Uwe



Robert Muir <rc...@gmail.com> schrieb:

>Yeah, I think thats the issue actually. the second check is trying to
>filter individual files based on whether they are .hidden(). But i
>don't know if this really always works, like what does it return if
>the file itself (stoptags_ja.txt.svn-base) does not begin with ., but
>is inside a directory that starts with . And what does it do on
>windows :)
>
>so i think instead we can try using an explicit filter on directories
>themselves that start with . and remove the second check:
>http://svn.apache.org/r1481954
>
>On Mon, May 13, 2013 at 12:30 PM, Mark Miller <ma...@gmail.com>
>wrote:
>> Ah, the new output just points to the .svn issue.
>>
>> Perhaps we should just exclude .svn explicitly?
>>
>> - Mark
>>
>> On May 13, 2013, at 12:28 PM, Mark Miller <ma...@gmail.com>
>wrote:
>>
>>> I added some output to the fail earlier this morning - hopefully
>that helps. I can also try running it in my windows vm.
>>>
>>> - Mark
>>>
>>> On May 13, 2013, at 12:19 PM, Robert Muir <rc...@gmail.com> wrote:
>>>
>>>> I cannot reproduce this locally, but at least this seems sheisty:
>>>>
>>>>   for (File sourceFile :sourceFiles){
>>>>     if (!sourceFile.isHidden()){
>>>>
>>>> I don't think this .isHidden will exclude .svn correctly on
>windows:
>>>>
>>>> Tests whether the file named by this abstract pathname is a hidden
>>>> file. The exact definition of hidden is system-dependent. On UNIX
>>>> systems, a file is considered to be hidden if its name begins with
>a
>>>> period character ('.'). On Microsoft Windows systems, a file is
>>>> considered to be hidden if it has been marked as such in the
>>>> filesystem.
>>>>
>>>> Doesn't explain why it fails on linux, but still.
>>>>
>>>> On Mon, May 13, 2013 at 12:12 PM, Robert Muir <rc...@gmail.com>
>wrote:
>>>>>
>>>>> I'm looking into this one. I think the logic for file comparison
>is not quite right and needs to ignore .svn
>>>>>
>>>>> On Mon, May 13, 2013 at 10:25 AM, Policeman Jenkins Server
><je...@thetaphi.de> wrote:
>>>>>>
>>>>>> Build:
>http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5636/
>>>>>> Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops
>-XX:+UseConcMarkSweepGC
>>>>>>
>>>>>> 2 tests failed.
>>>>>> FAILED: 
>org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
>>>>>>
>>>>>> Error Message:
>>>>>>
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>does not exist
>source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>>>>
>>>>>> Stack Trace:
>>>>>> java.lang.AssertionError:
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>does not exist
>source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>>>
>>>>>
>>>>>
>>>>>>
>>>>>>       at
>__randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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([935A541927F509FD]: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 9182 lines...]
>>>>>> [junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.656;
>org.apache.solr.SolrTestCaseJ4; ####initCore
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.657;
>org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for
>directory:
>'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658;
>org.apache.solr.core.SolrResourceLoader; Adding
>'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README'
>to classloader
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658;
>org.apache.solr.core.SolrResourceLoader; Adding
>'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/'
>to classloader
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.710;
>org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761;
>org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761;
>org.apache.solr.schema.IndexSchema; Reading Solr Schema from
>schema15.xml
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.779;
>org.apache.solr.schema.IndexSchema; [null] Schema name=test
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.093;
>org.apache.solr.schema.IndexSchema; default search field in schema is
>text
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.096;
>org.apache.solr.schema.IndexSchema; unique key field: id
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.098;
>org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange
>rates from file currency.xml
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.101;
>org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange
>rates from file currency.xml
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.116;
>org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr
>(NoInitialContextEx)
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117;
>org.apache.solr.core.SolrResourceLoader; using system property
>solr.solr.home:
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117;
>org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for
>directory:
>'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.127;
>org.apache.solr.core.CoreContainer; New CoreContainer 861572150
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.154;
>org.apache.solr.core.SolrCore;
>org.apache.solr.core.MockDirectoryFactory
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155;
>org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/,
>dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155;
>org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding
>Solr mbeans to JMX Server:
>com.sun.jmx.mbeanserver.JmxMBeanServer@2631475e
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156;
>org.apache.solr.core.SolrCore;
>org.apache.solr.core.MockDirectoryFactory
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156;
>org.apache.solr.core.CachingDirectoryFactory; return new directory for
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157;
>org.apache.solr.core.SolrCore; New index directory detected: old=null
>new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index/
>>>>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.157;
>org.apache.solr.core.SolrCore; [collection1] Solr index directory
>'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index'
>doesn't exist. Creating new index...
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157;
>org.apache.solr.core.CachingDirectoryFactory; return new directory for
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159;
>org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit:
>commits: num=1
>>>>>> [junit4:junit4]   1>   
>commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@11a4bafb
>lockFactory=org.apache.lucene.store.NativeFSLockFactory@79050055)),segFN=segments_1,generation=1}
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159;
>org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.160;
>org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162;
>org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
>DistributedUpdateProcessorFactory into updateRequestProcessorChain
>"dedupe"
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162;
>org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
>DistributedUpdateProcessorFactory into updateRequestProcessorChain
>"dedupe-allfields"
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163;
>org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
>DistributedUpdateProcessorFactory into updateRequestProcessorChain
>"stored_sig"
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163;
>org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
>DistributedUpdateProcessorFactory into updateRequestProcessorChain
>"uniq-fields"
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164;
>org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
>DistributedUpdateProcessorFactory into updateRequestProcessorChain
>"distrib-dup-test-chain-implicit"
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164;
>org.apache.solr.core.RequestHandlers; adding lazy requestHandler:
>solr.ReplicationHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164;
>org.apache.solr.core.RequestHandlers; created /replication:
>solr.ReplicationHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.165;
>org.apache.solr.core.RequestHandlers; created standard:
>solr.StandardRequestHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.166;
>org.apache.solr.core.RequestHandlers; created /get:
>solr.RealTimeGetHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167;
>org.apache.solr.core.RequestHandlers; created dismax:
>solr.SearchHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167;
>org.apache.solr.core.RequestHandlers; created mock:
>org.apache.solr.core.MockQuerySenderListenerReqHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168;
>org.apache.solr.core.RequestHandlers; created /admin/:
>org.apache.solr.handler.admin.AdminHandlers
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168;
>org.apache.solr.core.RequestHandlers; created defaults:
>solr.StandardRequestHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169;
>org.apache.solr.core.RequestHandlers; adding lazy requestHandler:
>solr.StandardRequestHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169;
>org.apache.solr.core.RequestHandlers; created lazy:
>solr.StandardRequestHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.170;
>org.apache.solr.core.RequestHandlers; created /update:
>solr.UpdateRequestHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.171;
>org.apache.solr.core.RequestHandlers; created /terms:
>org.apache.solr.handler.component.SearchHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.172;
>org.apache.solr.core.RequestHandlers; created spellCheckCompRH:
>org.apache.solr.handler.component.SearchHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.173;
>org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct:
>org.apache.solr.handler.component.SearchHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.174;
>org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak:
>org.apache.solr.handler.component.SearchHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.175;
>org.apache.solr.core.RequestHandlers; created
>spellCheckWithWordbreak_Direct:
>org.apache.solr.handler.component.SearchHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.176;
>org.apache.solr.core.RequestHandlers; created spellCheckCompRH1:
>org.apache.solr.handler.component.SearchHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177;
>org.apache.solr.core.RequestHandlers; created mltrh:
>org.apache.solr.handler.component.SearchHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177;
>org.apache.solr.core.RequestHandlers; created tvrh:
>org.apache.solr.handler.component.SearchHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.178;
>org.apache.solr.core.RequestHandlers; created /mlt:
>solr.MoreLikeThisHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.179;
>org.apache.solr.core.RequestHandlers; created /debug/dump:
>solr.DumpRequestHandler
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.182;
>org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
>>>>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.183;
>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 14:05:10.185;
>org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with
>hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS,
>SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML,
>SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS,
>SCHEMA-MINIMAL.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML,
>BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML,
>BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML,
>SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML,
>REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML,
>BAD-SCHEMA-NONTEXT-ANALYZER.XML,
>BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML,
>SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS,
>SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML,
>SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML,
>BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML,
>SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML,
>SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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,
>SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT,
>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,
>SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML,
>WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT,
>BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML,
>BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML,
>SOLRCONFIG-SPELLCHECKCOMPONENT.XML,
>BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML,
>SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT,
>SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT,
>SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML,
>SOLRCONFIG-POSTINGSHIGHLIGHT.XML,
>SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML,
>BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML,
>SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML,
>BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML,
>BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML,
>SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML,
>SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML,
>SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML,
>BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML,
>BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT,
>SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML,
>BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT,
>BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML,
>BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML,
>SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML,
>STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML,
>SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML,
>BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML,
>SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML,
>SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT,
>BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL,
>SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC,
>BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML,
>BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML,
>BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS,
>SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML,
>COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML,
>BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML,
>SOLRCONFIG-INDEXCONFIG.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 14:05:10.187;
>org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3b277576
>main
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188;
>org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188;
>org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.189;
>org.apache.solr.handler.component.SpellCheckComponent; Initializing
>spell checkers
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.260;
>org.apache.solr.spelling.DirectSolrSpellChecker; init:
>{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.312;
>org.apache.solr.core.SolrCore; [collection1] Registered new searcher
>Searcher@3b277576 main{StandardDirectoryReader(segments_1:1)}
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.344;
>org.apache.solr.core.CoreContainer; registering core: collection1
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.347;
>org.apache.solr.SolrTestCaseJ4; ####initCore end
>>>>>> [junit4:junit4]   2> Creating dataDir:
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.352;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.394;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.402;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.404;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.410;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.421;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.428;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.429;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.436;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.439;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.447;
>org.apache.solr.SolrTestCaseJ4; ###Starting testField
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.448;
>org.apache.solr.SolrTestCaseJ4; ###Ending testField
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.454;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.461;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.466;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.467;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.472;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.474;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.481;
>org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.482;
>org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.488;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.490;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.496;
>org.apache.solr.SolrTestCaseJ4; ###Starting
>testFuncSingleValueMathFuncs
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.506;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.511;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.515;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.520;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.522;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.527;
>org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.530;
>org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.536;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.538;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.543;
>org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.544;
>org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.549;
>org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
>>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.555;
>org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
>>>>>> [jun

--
Uwe Schindler
H.-H.-Meier-Allee 63, 28213 Bremen
http://www.thetaphi.de

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_21) - Build # 5636 - Still Failing!

Posted by Robert Muir <rc...@gmail.com>.
Yeah, I think thats the issue actually. the second check is trying to
filter individual files based on whether they are .hidden(). But i
don't know if this really always works, like what does it return if
the file itself (stoptags_ja.txt.svn-base) does not begin with ., but
is inside a directory that starts with . And what does it do on
windows :)

so i think instead we can try using an explicit filter on directories
themselves that start with . and remove the second check:
http://svn.apache.org/r1481954

On Mon, May 13, 2013 at 12:30 PM, Mark Miller <ma...@gmail.com> wrote:
> Ah, the new output just points to the .svn issue.
>
> Perhaps we should just exclude .svn explicitly?
>
> - Mark
>
> On May 13, 2013, at 12:28 PM, Mark Miller <ma...@gmail.com> wrote:
>
>> I added some output to the fail earlier this morning - hopefully that helps. I can also try running it in my windows vm.
>>
>> - Mark
>>
>> On May 13, 2013, at 12:19 PM, Robert Muir <rc...@gmail.com> wrote:
>>
>>> I cannot reproduce this locally, but at least this seems sheisty:
>>>
>>>   for (File sourceFile :sourceFiles){
>>>     if (!sourceFile.isHidden()){
>>>
>>> I don't think this .isHidden will exclude .svn correctly on windows:
>>>
>>> Tests whether the file named by this abstract pathname is a hidden
>>> file. The exact definition of hidden is system-dependent. On UNIX
>>> systems, a file is considered to be hidden if its name begins with a
>>> period character ('.'). On Microsoft Windows systems, a file is
>>> considered to be hidden if it has been marked as such in the
>>> filesystem.
>>>
>>> Doesn't explain why it fails on linux, but still.
>>>
>>> On Mon, May 13, 2013 at 12:12 PM, Robert Muir <rc...@gmail.com> wrote:
>>>>
>>>> I'm looking into this one. I think the logic for file comparison is not quite right and needs to ignore .svn
>>>>
>>>> On Mon, May 13, 2013 at 10:25 AM, Policeman Jenkins Server <je...@thetaphi.de> wrote:
>>>>>
>>>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5636/
>>>>> Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>>>>
>>>>> 2 tests failed.
>>>>> FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
>>>>>
>>>>> Error Message:
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>>>
>>>>> Stack Trace:
>>>>> java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>>
>>>>
>>>>
>>>>>
>>>>>       at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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([935A541927F509FD]: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 9182 lines...]
>>>>> [junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.656; org.apache.solr.SolrTestCaseJ4; ####initCore
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.657; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.710; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.779; org.apache.solr.schema.IndexSchema; [null] Schema name=test
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.093; org.apache.solr.schema.IndexSchema; default search field in schema is text
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.096; org.apache.solr.schema.IndexSchema; unique key field: id
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.098; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.101; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.116; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.127; org.apache.solr.core.CoreContainer; New CoreContainer 861572150
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.154; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2631475e
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index/
>>>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index' doesn't exist. Creating new index...
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
>>>>> [junit4:junit4]   1>    commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@11a4bafb lockFactory=org.apache.lucene.store.NativeFSLockFactory@79050055)),segFN=segments_1,generation=1}
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.160; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.165; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.166; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.170; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.171; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.172; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.173; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.174; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.175; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.176; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.178; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.179; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.182; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
>>>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.183; 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 14:05:10.185; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, 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, SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.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 14:05:10.187; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3b277576 main
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.189; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.260; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.312; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3b277576 main{StandardDirectoryReader(segments_1:1)}
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.344; org.apache.solr.core.CoreContainer; registering core: collection1
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.347; org.apache.solr.SolrTestCaseJ4; ####initCore end
>>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.352; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.394; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.402; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.404; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.410; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.421; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.428; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.429; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.436; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.439; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.447; org.apache.solr.SolrTestCaseJ4; ###Starting testField
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.448; org.apache.solr.SolrTestCaseJ4; ###Ending testField
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.454; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.461; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.466; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.467; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.472; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.474; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.481; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.482; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.488; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.490; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.496; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.506; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.511; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.515; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.520; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.522; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.527; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.530; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.536; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.538; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.543; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.544; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.549; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.555; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.560; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.562; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.566; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.575; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.580; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.582; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.589; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.593; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.600; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.602; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.610; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.611; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.616; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.619; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.625; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.626; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.631; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.637; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.642; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.646; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.651; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.674; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.678; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.682; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.686; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.688; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.692; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.693; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.697; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.698; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.702; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.703; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.708; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.709; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.713; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.716; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.720; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.731; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.735; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.737; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.747; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.748; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.753; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.756; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.761; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.764; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.769; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.772; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.778; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.780; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.784; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.787; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.797; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.799; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.804; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.806; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.810; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.811; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.821; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.823; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.828; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.829; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.832; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.837; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.841; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.842; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.845; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.848; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.852; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.887; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.892; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.893; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.899; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.901; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.907; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.908; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.914; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.916; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.920; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.922; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.926; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.927; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.931; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.934; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.SolrTestCaseJ4; ###deleteCore
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=861572150
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.937; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7dab4790
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.973; 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 14:05:10.973; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657;done=false>>]
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index;done=false>>]
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>>>>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_ZA, timezone=America/Rosario
>>>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=39318832,total=126418944
>>>>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest]
>>>>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_ZA -Dtests.timezone=America/Rosario -Dtests.file.encoding=UTF-8
>>>>> [junit4:junit4] ERROR   0.00s J0 | 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([935A541927F509FD]: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 on J0 in 1.42s, 63 tests, 1 failure <<< FAILURES!
>>>>>
>>>>> [...truncated 268 lines...]
>>>>> [junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.SolrTestCaseJ4; ###Starting testList
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509/zookeeper/server1/data
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; 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 14:12:26.629; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.729; org.apache.solr.cloud.ZkTestServer; start zk server on port:54107
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.730; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.852; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@29734b5d name:ZooKeeperConnection Watcher:127.0.0.1:54107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.860; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.862; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71590218 name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.864; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.889; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@57eb883a name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; 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 14:12:26.896; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:54107 54107
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.897; org.apache.solr.SolrTestCaseJ4; ###Ending testList
>>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904/zookeeper/server1/data
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; 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 14:12:27.020; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.120; org.apache.solr.cloud.ZkTestServer; start zk server on port:40584
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.122; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.128; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@44b8e37 name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.136; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.137; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d05c52b name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.140; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2bf646d6 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.143; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.144; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.146; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7774d15f name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.147; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.150; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.165; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.170; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.176; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.181; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.185; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.190; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.195; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.205; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.210; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.220; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.235; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.239; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.244; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.249; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.254; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.259; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.264; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.269; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.280; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.285; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.289; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.295; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.325; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.334; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.337; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.344; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.347; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.351; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.356; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.361; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.365; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.368; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.380; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.383; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.408; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.412; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.416; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.431; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.436; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.440; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.449; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.453; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.458; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.462; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.466; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.471; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.476; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.490; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.504; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.508; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.516; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.521; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.526; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.531; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.536; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.541; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.546; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.556; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.566; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.577; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.582; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.587; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.591; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.596; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.604; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@62809273 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.607; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.608; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.616; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1fe17aae name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.622; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-top.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.624; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/currency.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.626; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/protwords.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.629; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-FoldToASCII.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.632; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/solrconfig.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.635; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.637; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hi.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.639; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_eu.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.641; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_it.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.643; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_sv.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.645; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_es.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.648; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/userdict_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.650; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stoptags_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.653; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stemdict_nl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.655; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_bg.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.658; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hy.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.660; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_el.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.662; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/hyphenations_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.665; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ar.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.667; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.669; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_pt.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.672; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_nl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.674; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_th.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.676; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_de.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.678; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_lv.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.680; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ca.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.682; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ru.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.685; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ca.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.687; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_da.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.689; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_gl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.691; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_no.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.694; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hu.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.696; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fa.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.698; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_tr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.700; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_id.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.703; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ro.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.705; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_cz.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.707; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.709; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_it.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.711; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fi.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.714; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_fr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.716; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.718; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_en.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.720; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/stopwords.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.722; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/spellings.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.724; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-ISOLatin1Accent.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.727; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.730; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/luke.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.732; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/updateXml.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.735; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_atom.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.737; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.739; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_rss.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.741; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/scripts.conf
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.743; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/synonyms.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.745; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/update-script.js
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.749; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_spatial.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.751; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/mime_type_lists.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.753; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/results_list.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.755; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster_results.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.758; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_grouped.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.760; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/layout.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.762; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/join_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.764; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/debug.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.766; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_queries.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.768; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_group.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.770; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/main.css
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.772; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/VM_global_library.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.774; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_bottom.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.776; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/error.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.778; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facets.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.781; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/richtext_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.783; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/head.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.785; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_form.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.787; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.789; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_plain.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.791; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_pivot.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.793; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/browse.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.796; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.js
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.798; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/footer.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.801; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.css
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.803; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/README.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.805; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/did_you_mean.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.808; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/header.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.810; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.812; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/suggest.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.814; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_top.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.817; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.819; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/product_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.822; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_ranges.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.825; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/tabs.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.827; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_fields.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.829; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/elevate.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.831; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-bottom.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.834; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/schema.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.906; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:40584 40584
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.907; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
>>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904
>>>>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_US -Dtests.timezone=Etc/GMT+5 -Dtests.file.encoding=UTF-8
>>>>> [junit4:junit4] FAILURE 1.02s J0 | ZkCLITest.testUpConfigLinkConfigClearZk <<<
>>>>> [junit4:junit4]    > Throwable #1: java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>>> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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 14:12:27.918; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.919; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919/zookeeper/server1/data
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; 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 14:12:28.036; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.136; org.apache.solr.cloud.ZkTestServer; start zk server on port:45855
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.137; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.143; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3fa227e5 name:ZooKeeperConnection Watcher:127.0.0.1:45855 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.151; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7fa12993 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.154; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.155; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71c03b87 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.169; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:45855 45855
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.171; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
>>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.182; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.183; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183/zookeeper/server1/data
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; 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 14:12:28.185; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.285; org.apache.solr.cloud.ZkTestServer; start zk server on port:41605
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.286; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.290; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@17c7ae50 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.297; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@436e9706 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.302; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@384fa078 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.312; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.359; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.365; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@33e0a023 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.369; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
>>>>> [junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.375; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.378; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.388; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.392; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.396; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.401; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.415; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.427; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.432; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.437; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.451; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.465; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.472; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.477; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.492; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.515; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.519; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.522; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.525; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.538; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.542; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.553; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.557; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.567; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.575; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.578; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.583; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.592; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.597; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.607; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.613; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.617; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.626; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.629; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.632; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.635; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.637; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.644; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.648; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.656; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.659; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.663; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.666; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.671; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.674; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.680; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.691; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.695; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.706; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.713; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.716; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.721; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.729; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.739; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.746; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.753; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.757; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.760; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.766; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.773; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.776; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.779; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.782; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.786; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.793; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.796; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.799; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.802; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.806; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.809; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.812; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.814; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.819; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.825; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.833; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:41605 41605
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.835; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
>>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.842; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843/zookeeper/server1/data
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.844; 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 14:12:28.844; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.944; org.apache.solr.cloud.ZkTestServer; start zk server on port:48555
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.946; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.950; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6eacaf80 name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.962; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4e7f6cb1 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a82442f name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.967; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.018; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.019; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.021; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.023; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.024; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.026; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2a37279d name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.039; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
>>>>> [junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.040; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.041; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.050; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.053; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.057; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.072; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.077; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.081; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.084; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.087; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.094; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.097; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.100; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.103; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.106; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.120; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.133; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.137; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.141; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.148; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.152; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.155; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.158; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.161; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.164; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.167; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.169; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.172; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.175; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.179; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.182; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.184; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.187; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.189; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.191; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.194; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.196; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.198; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.203; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.206; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.209; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.211; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.216; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.219; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.221; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.232; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.237; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.241; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.246; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.251; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.256; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.261; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.265; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.270; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.279; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.284; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.287; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.296; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.300; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.304; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.313; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.317; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.322; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.326; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.335; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.345; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.349; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.362; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.367; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.371; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.418; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.420; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d97b078 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.481; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@179bb4bd name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.482; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/
>>>>> [junit4:junit4]   1> idir:core0
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/conf with name core0 for SolrCore core0
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.485; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.488; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
>>>>> [junit4:junit4]   1> idir:core1
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/conf with name core1 for SolrCore core1
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.501; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:48555 48555
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.502; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
>>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843
>>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.504; org.apache.solr.SolrTestCaseJ4; ###deleteCore
>>>>> [junit4:junit4]   2> 3011 T1218 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 5 leaked thread(s).
>>>>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_US, timezone=Etc/GMT+5
>>>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=96606064,total=180682752
>>>>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest, SpatialFilterTest, BadCopyFieldTest, TestGroupingSearch, PeerSyncTest, SliceStateTest, TestStressVersions, SystemInfoHandlerTest, RecoveryZkTest, ResponseLogComponentTest, PrimitiveFieldTypeTest, ClusterStateUpdateTest, SyncSliceTest, DocValuesTest, TestQuerySenderListener, PreAnalyzedUpdateProcessorTest, SOLR749Test, TestJoin, TestStressRecovery, TestCloudManagedSchemaAddField, TestSort, LukeRequestHandlerTest, AnalysisAfterCoreReloadTest, TestUniqueKeyFieldResource, SuggesterFSTTest, CoreAdminHandlerTest, FieldMutatingUpdateProcessorTest, FileBasedSpellCheckerTest, UnloadDistributedZkTest, TestSolrQueryParser, SolrInfoMBeanTest, TestFieldResource, ZkCLITest]
>>>>> [junit4:junit4] Completed on J0 in 3.54s, 5 tests, 1 failure <<< FAILURES!
>>>>>
>>>>> [...truncated 570 lines...]
>>>>> BUILD FAILED
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:377: The following error occurred while executing this line:
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:357: The following error occurred while executing this line:
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line:
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240: The following error occurred while executing this line:
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: There were test failures: 295 suites, 1230 tests, 1 suite-level error, 1 failure, 13 ignored (7 assumptions)
>>>>>
>>>>> Total time: 37 minutes 59 seconds
>>>>> Build step 'Invoke Ant' marked build as failure
>>>>> Description set: Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>>>> Archiving artifacts
>>>>> Recording test results
>>>>> Email was triggered for: Failure
>>>>> Sending email for trigger: Failure
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

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


Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_21) - Build # 5636 - Still Failing!

Posted by Mark Miller <ma...@gmail.com>.
Ah, the new output just points to the .svn issue.

Perhaps we should just exclude .svn explicitly?

- Mark

On May 13, 2013, at 12:28 PM, Mark Miller <ma...@gmail.com> wrote:

> I added some output to the fail earlier this morning - hopefully that helps. I can also try running it in my windows vm.
> 
> - Mark
> 
> On May 13, 2013, at 12:19 PM, Robert Muir <rc...@gmail.com> wrote:
> 
>> I cannot reproduce this locally, but at least this seems sheisty:
>> 
>>   for (File sourceFile :sourceFiles){
>>     if (!sourceFile.isHidden()){
>> 
>> I don't think this .isHidden will exclude .svn correctly on windows:
>> 
>> Tests whether the file named by this abstract pathname is a hidden
>> file. The exact definition of hidden is system-dependent. On UNIX
>> systems, a file is considered to be hidden if its name begins with a
>> period character ('.'). On Microsoft Windows systems, a file is
>> considered to be hidden if it has been marked as such in the
>> filesystem.
>> 
>> Doesn't explain why it fails on linux, but still.
>> 
>> On Mon, May 13, 2013 at 12:12 PM, Robert Muir <rc...@gmail.com> wrote:
>>> 
>>> I'm looking into this one. I think the logic for file comparison is not quite right and needs to ignore .svn
>>> 
>>> On Mon, May 13, 2013 at 10:25 AM, Policeman Jenkins Server <je...@thetaphi.de> wrote:
>>>> 
>>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5636/
>>>> Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>>> 
>>>> 2 tests failed.
>>>> FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
>>>> 
>>>> Error Message:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>> 
>>>> Stack Trace:
>>>> java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>> 
>>> 
>>> 
>>>> 
>>>>       at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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([935A541927F509FD]: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 9182 lines...]
>>>> [junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.656; org.apache.solr.SolrTestCaseJ4; ####initCore
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.657; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.710; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.779; org.apache.solr.schema.IndexSchema; [null] Schema name=test
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.093; org.apache.solr.schema.IndexSchema; default search field in schema is text
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.096; org.apache.solr.schema.IndexSchema; unique key field: id
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.098; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.101; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.116; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.127; org.apache.solr.core.CoreContainer; New CoreContainer 861572150
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.154; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2631475e
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index/
>>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index' doesn't exist. Creating new index...
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
>>>> [junit4:junit4]   1>    commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@11a4bafb lockFactory=org.apache.lucene.store.NativeFSLockFactory@79050055)),segFN=segments_1,generation=1}
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.160; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.165; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.166; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.170; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.171; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.172; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.173; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.174; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.175; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.176; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.178; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.179; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.182; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
>>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.183; 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 14:05:10.185; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, 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, SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.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 14:05:10.187; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3b277576 main
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.189; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.260; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.312; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3b277576 main{StandardDirectoryReader(segments_1:1)}
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.344; org.apache.solr.core.CoreContainer; registering core: collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.347; org.apache.solr.SolrTestCaseJ4; ####initCore end
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.352; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.394; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.402; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.404; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.410; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.421; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.428; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.429; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.436; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.439; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.447; org.apache.solr.SolrTestCaseJ4; ###Starting testField
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.448; org.apache.solr.SolrTestCaseJ4; ###Ending testField
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.454; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.461; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.466; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.467; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.472; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.474; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.481; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.482; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.488; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.490; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.496; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.506; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.511; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.515; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.520; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.522; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.527; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.530; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.536; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.538; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.543; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.544; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.549; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.555; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.560; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.562; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.566; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.575; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.580; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.582; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.589; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.593; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.600; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.602; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.610; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.611; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.616; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.619; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.625; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.626; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.631; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.637; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.642; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.646; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.651; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.674; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.678; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.682; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.686; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.688; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.692; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.693; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.697; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.698; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.702; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.703; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.708; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.709; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.713; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.716; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.720; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.731; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.735; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.737; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.747; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.748; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.753; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.756; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.761; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.764; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.769; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.772; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.778; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.780; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.784; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.787; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.797; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.799; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.804; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.806; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.810; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.811; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.821; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.823; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.828; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.829; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.832; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.837; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.841; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.842; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.845; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.848; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.852; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.887; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.892; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.893; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.899; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.901; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.907; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.908; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.914; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.916; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.920; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.922; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.926; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.927; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.931; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.934; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.SolrTestCaseJ4; ###deleteCore
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=861572150
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.937; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7dab4790
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.973; 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 14:05:10.973; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657;done=false>>]
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index;done=false>>]
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>>>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_ZA, timezone=America/Rosario
>>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=39318832,total=126418944
>>>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest]
>>>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_ZA -Dtests.timezone=America/Rosario -Dtests.file.encoding=UTF-8
>>>> [junit4:junit4] ERROR   0.00s J0 | 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([935A541927F509FD]: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 on J0 in 1.42s, 63 tests, 1 failure <<< FAILURES!
>>>> 
>>>> [...truncated 268 lines...]
>>>> [junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.SolrTestCaseJ4; ###Starting testList
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509/zookeeper/server1/data
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; 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 14:12:26.629; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.729; org.apache.solr.cloud.ZkTestServer; start zk server on port:54107
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.730; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.852; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@29734b5d name:ZooKeeperConnection Watcher:127.0.0.1:54107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.860; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.862; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71590218 name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.864; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.889; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@57eb883a name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; 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 14:12:26.896; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:54107 54107
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.897; org.apache.solr.SolrTestCaseJ4; ###Ending testList
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904/zookeeper/server1/data
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; 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 14:12:27.020; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.120; org.apache.solr.cloud.ZkTestServer; start zk server on port:40584
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.122; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.128; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@44b8e37 name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.136; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.137; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d05c52b name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.140; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2bf646d6 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.143; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.144; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.146; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7774d15f name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.147; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.150; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.165; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.170; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.176; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.181; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.185; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.190; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.195; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.205; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.210; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.220; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.235; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.239; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.244; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.249; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.254; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.259; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.264; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.269; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.280; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.285; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.289; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.295; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.325; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.334; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.337; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.344; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.347; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.351; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.356; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.361; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.365; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.368; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.380; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.383; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.408; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.412; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.416; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.431; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.436; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.440; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.449; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.453; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.458; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.462; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.466; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.471; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.476; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.490; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.504; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.508; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.516; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.521; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.526; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.531; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.536; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.541; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.546; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.556; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.566; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.577; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.582; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.587; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.591; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.596; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.604; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@62809273 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.607; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.608; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.616; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1fe17aae name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.622; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-top.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.624; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.626; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/protwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.629; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-FoldToASCII.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.632; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.635; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.637; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.639; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_eu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.641; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.643; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_sv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.645; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_es.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.648; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/userdict_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.650; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stoptags_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.653; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stemdict_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.655; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_bg.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.658; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hy.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.660; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_el.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.662; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/hyphenations_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.665; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ar.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.667; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.669; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_pt.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.672; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.674; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_th.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.676; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_de.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.678; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_lv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.680; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.682; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ru.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.685; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.687; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_da.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.689; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_gl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.691; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_no.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.694; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.696; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fa.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.698; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_tr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.700; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_id.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.703; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ro.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.705; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_cz.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.707; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.709; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.711; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.714; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.716; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.718; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_en.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.720; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/stopwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.722; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/spellings.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.724; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-ISOLatin1Accent.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.727; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.730; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/luke.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.732; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/updateXml.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.735; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_atom.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.737; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.739; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_rss.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.741; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/scripts.conf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.743; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/synonyms.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.745; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/update-script.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.749; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_spatial.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.751; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/mime_type_lists.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.753; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/results_list.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.755; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster_results.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.758; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_grouped.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.760; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/layout.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.762; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/join_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.764; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/debug.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.766; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_queries.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.768; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_group.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.770; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/main.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.772; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/VM_global_library.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.774; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_bottom.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.776; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/error.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.778; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facets.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.781; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/richtext_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.783; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/head.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.785; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_form.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.787; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.789; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_plain.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.791; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_pivot.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.793; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/browse.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.796; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.798; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/footer.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.801; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.803; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/README.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.805; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/did_you_mean.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.808; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/header.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.810; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.812; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/suggest.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.814; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_top.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.817; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.819; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/product_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.822; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_ranges.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.825; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/tabs.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.827; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_fields.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.829; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/elevate.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.831; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-bottom.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.834; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.906; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:40584 40584
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.907; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904
>>>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_US -Dtests.timezone=Etc/GMT+5 -Dtests.file.encoding=UTF-8
>>>> [junit4:junit4] FAILURE 1.02s J0 | ZkCLITest.testUpConfigLinkConfigClearZk <<<
>>>> [junit4:junit4]    > Throwable #1: java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>>> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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 14:12:27.918; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.919; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919/zookeeper/server1/data
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; 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 14:12:28.036; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.136; org.apache.solr.cloud.ZkTestServer; start zk server on port:45855
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.137; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.143; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3fa227e5 name:ZooKeeperConnection Watcher:127.0.0.1:45855 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.151; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7fa12993 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.154; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.155; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71c03b87 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.169; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:45855 45855
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.171; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.182; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.183; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183/zookeeper/server1/data
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; 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 14:12:28.185; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.285; org.apache.solr.cloud.ZkTestServer; start zk server on port:41605
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.286; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.290; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@17c7ae50 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.297; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@436e9706 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.302; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@384fa078 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.312; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.359; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.365; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@33e0a023 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.369; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
>>>> [junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.375; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.378; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.388; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.392; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.396; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.401; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.415; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.427; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.432; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.437; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.451; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.465; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.472; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.477; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.492; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.515; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.519; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.522; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.525; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.538; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.542; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.553; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.557; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.567; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.575; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.578; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.583; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.592; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.597; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.607; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.613; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.617; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.626; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.629; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.632; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.635; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.637; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.644; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.648; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.656; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.659; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.663; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.666; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.671; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.674; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.680; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.691; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.695; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.706; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.713; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.716; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.721; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.729; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.739; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.746; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.753; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.757; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.760; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.766; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.773; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.776; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.779; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.782; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.786; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.793; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.796; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.799; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.802; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.806; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.809; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.812; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.814; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.819; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.825; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.833; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:41605 41605
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.835; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.842; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843/zookeeper/server1/data
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.844; 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 14:12:28.844; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.944; org.apache.solr.cloud.ZkTestServer; start zk server on port:48555
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.946; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.950; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6eacaf80 name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.962; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4e7f6cb1 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a82442f name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.967; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.018; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.019; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.021; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.023; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.024; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.026; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2a37279d name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.039; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
>>>> [junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.040; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.041; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.050; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.053; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.057; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.072; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.077; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.081; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.084; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.087; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.094; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.097; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.100; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.103; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.106; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.120; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.133; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.137; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.141; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.148; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.152; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.155; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.158; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.161; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.164; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.167; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.169; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.172; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.175; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.179; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.182; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.184; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.187; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.189; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.191; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.194; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.196; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.198; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.203; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.206; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.209; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.211; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.216; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.219; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.221; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.232; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.237; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.241; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.246; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.251; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.256; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.261; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.265; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.270; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.279; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.284; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.287; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.296; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.300; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.304; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.313; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.317; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.322; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.326; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.335; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.345; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.349; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.362; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.367; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.371; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.418; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.420; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d97b078 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.481; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@179bb4bd name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.482; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/
>>>> [junit4:junit4]   1> idir:core0
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/conf with name core0 for SolrCore core0
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.485; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.488; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
>>>> [junit4:junit4]   1> idir:core1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/conf with name core1 for SolrCore core1
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.501; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:48555 48555
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.502; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
>>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843
>>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.504; org.apache.solr.SolrTestCaseJ4; ###deleteCore
>>>> [junit4:junit4]   2> 3011 T1218 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 5 leaked thread(s).
>>>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_US, timezone=Etc/GMT+5
>>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=96606064,total=180682752
>>>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest, SpatialFilterTest, BadCopyFieldTest, TestGroupingSearch, PeerSyncTest, SliceStateTest, TestStressVersions, SystemInfoHandlerTest, RecoveryZkTest, ResponseLogComponentTest, PrimitiveFieldTypeTest, ClusterStateUpdateTest, SyncSliceTest, DocValuesTest, TestQuerySenderListener, PreAnalyzedUpdateProcessorTest, SOLR749Test, TestJoin, TestStressRecovery, TestCloudManagedSchemaAddField, TestSort, LukeRequestHandlerTest, AnalysisAfterCoreReloadTest, TestUniqueKeyFieldResource, SuggesterFSTTest, CoreAdminHandlerTest, FieldMutatingUpdateProcessorTest, FileBasedSpellCheckerTest, UnloadDistributedZkTest, TestSolrQueryParser, SolrInfoMBeanTest, TestFieldResource, ZkCLITest]
>>>> [junit4:junit4] Completed on J0 in 3.54s, 5 tests, 1 failure <<< FAILURES!
>>>> 
>>>> [...truncated 570 lines...]
>>>> BUILD FAILED
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:377: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:357: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240: The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: There were test failures: 295 suites, 1230 tests, 1 suite-level error, 1 failure, 13 ignored (7 assumptions)
>>>> 
>>>> Total time: 37 minutes 59 seconds
>>>> Build step 'Invoke Ant' marked build as failure
>>>> Description set: Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>>> Archiving artifacts
>>>> Recording test results
>>>> Email was triggered for: Failure
>>>> Sending email for trigger: Failure
>>>> 
>>>> 
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>> 
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>> 
> 


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


Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_21) - Build # 5636 - Still Failing!

Posted by Mark Miller <ma...@gmail.com>.
I added some output to the fail earlier this morning - hopefully that helps. I can also try running it in my windows vm.

- Mark

On May 13, 2013, at 12:19 PM, Robert Muir <rc...@gmail.com> wrote:

> I cannot reproduce this locally, but at least this seems sheisty:
> 
>    for (File sourceFile :sourceFiles){
>      if (!sourceFile.isHidden()){
> 
> I don't think this .isHidden will exclude .svn correctly on windows:
> 
> Tests whether the file named by this abstract pathname is a hidden
> file. The exact definition of hidden is system-dependent. On UNIX
> systems, a file is considered to be hidden if its name begins with a
> period character ('.'). On Microsoft Windows systems, a file is
> considered to be hidden if it has been marked as such in the
> filesystem.
> 
> Doesn't explain why it fails on linux, but still.
> 
> On Mon, May 13, 2013 at 12:12 PM, Robert Muir <rc...@gmail.com> wrote:
>> 
>> I'm looking into this one. I think the logic for file comparison is not quite right and needs to ignore .svn
>> 
>> On Mon, May 13, 2013 at 10:25 AM, Policeman Jenkins Server <je...@thetaphi.de> wrote:
>>> 
>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5636/
>>> Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>> 
>>> 2 tests failed.
>>> FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
>>> 
>>> Error Message:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>> 
>>> Stack Trace:
>>> java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>> 
>> 
>> 
>>> 
>>>        at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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([935A541927F509FD]: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 9182 lines...]
>>> [junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.656; org.apache.solr.SolrTestCaseJ4; ####initCore
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.657; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.710; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.779; org.apache.solr.schema.IndexSchema; [null] Schema name=test
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.093; org.apache.solr.schema.IndexSchema; default search field in schema is text
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.096; org.apache.solr.schema.IndexSchema; unique key field: id
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.098; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.101; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.116; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.127; org.apache.solr.core.CoreContainer; New CoreContainer 861572150
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.154; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2631475e
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index/
>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index' doesn't exist. Creating new index...
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
>>> [junit4:junit4]   1>    commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@11a4bafb lockFactory=org.apache.lucene.store.NativeFSLockFactory@79050055)),segFN=segments_1,generation=1}
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.160; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.165; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.166; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.170; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.171; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.172; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.173; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.174; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.175; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.176; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.178; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.179; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.182; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
>>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.183; 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 14:05:10.185; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, 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, SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.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 14:05:10.187; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3b277576 main
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.189; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.260; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.312; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3b277576 main{StandardDirectoryReader(segments_1:1)}
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.344; org.apache.solr.core.CoreContainer; registering core: collection1
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.347; org.apache.solr.SolrTestCaseJ4; ####initCore end
>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.352; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.394; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.402; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.404; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.410; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.421; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.428; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.429; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.436; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.439; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.447; org.apache.solr.SolrTestCaseJ4; ###Starting testField
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.448; org.apache.solr.SolrTestCaseJ4; ###Ending testField
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.454; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.461; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.466; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.467; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.472; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.474; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.481; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.482; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.488; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.490; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.496; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.506; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.511; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.515; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.520; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.522; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.527; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.530; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.536; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.538; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.543; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.544; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.549; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.555; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.560; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.562; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.566; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.575; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.580; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.582; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.589; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.593; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.600; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.602; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.610; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.611; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.616; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.619; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.625; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.626; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.631; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.637; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.642; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.646; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.651; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.674; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.678; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.682; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.686; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.688; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.692; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.693; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.697; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.698; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.702; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.703; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.708; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.709; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.713; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.716; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.720; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.731; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.735; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.737; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.747; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.748; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.753; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.756; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.761; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.764; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.769; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.772; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.778; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.780; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.784; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.787; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.797; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.799; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.804; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.806; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.810; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.811; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.821; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.823; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.828; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.829; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.832; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.837; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.841; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.842; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.845; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.848; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.852; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.887; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.892; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.893; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.899; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.901; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.907; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.908; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.914; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.916; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.920; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.922; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.926; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.927; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.931; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.934; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.SolrTestCaseJ4; ###deleteCore
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=861572150
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.937; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7dab4790
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.973; 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 14:05:10.973; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657;done=false>>]
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index;done=false>>]
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_ZA, timezone=America/Rosario
>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=39318832,total=126418944
>>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest]
>>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_ZA -Dtests.timezone=America/Rosario -Dtests.file.encoding=UTF-8
>>> [junit4:junit4] ERROR   0.00s J0 | 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([935A541927F509FD]: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 on J0 in 1.42s, 63 tests, 1 failure <<< FAILURES!
>>> 
>>> [...truncated 268 lines...]
>>> [junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.SolrTestCaseJ4; ###Starting testList
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509/zookeeper/server1/data
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; 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 14:12:26.629; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.729; org.apache.solr.cloud.ZkTestServer; start zk server on port:54107
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.730; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.852; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@29734b5d name:ZooKeeperConnection Watcher:127.0.0.1:54107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.860; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.862; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71590218 name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.864; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.889; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@57eb883a name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; 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 14:12:26.896; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:54107 54107
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.897; org.apache.solr.SolrTestCaseJ4; ###Ending testList
>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904/zookeeper/server1/data
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; 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 14:12:27.020; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.120; org.apache.solr.cloud.ZkTestServer; start zk server on port:40584
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.122; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.128; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@44b8e37 name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.136; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.137; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d05c52b name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.140; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2bf646d6 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.143; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.144; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.146; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7774d15f name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.147; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.150; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.165; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.170; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.176; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.181; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.185; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.190; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.195; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.205; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.210; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.220; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.235; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.239; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.244; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.249; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.254; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.259; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.264; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.269; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.280; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.285; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.289; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.295; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.325; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.334; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.337; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.344; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.347; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.351; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.356; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.361; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.365; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.368; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.380; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.383; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.408; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.412; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.416; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.431; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.436; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.440; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.449; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.453; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.458; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.462; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.466; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.471; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.476; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.490; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.504; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.508; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.516; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.521; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.526; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.531; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.536; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.541; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.546; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.556; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.566; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.577; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.582; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.587; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.591; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.596; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.604; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@62809273 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.607; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.608; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.616; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1fe17aae name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.622; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-top.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.624; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/currency.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.626; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/protwords.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.629; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-FoldToASCII.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.632; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/solrconfig.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.635; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.637; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hi.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.639; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_eu.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.641; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_it.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.643; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_sv.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.645; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_es.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.648; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/userdict_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.650; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stoptags_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.653; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stemdict_nl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.655; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_bg.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.658; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hy.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.660; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_el.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.662; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/hyphenations_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.665; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ar.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.667; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.669; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_pt.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.672; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_nl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.674; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_th.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.676; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_de.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.678; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_lv.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.680; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ca.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.682; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ru.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.685; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ca.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.687; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_da.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.689; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_gl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.691; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_no.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.694; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hu.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.696; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fa.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.698; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_tr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.700; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_id.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.703; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ro.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.705; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_cz.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.707; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.709; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_it.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.711; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fi.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.714; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_fr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.716; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.718; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_en.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.720; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/stopwords.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.722; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/spellings.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.724; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-ISOLatin1Accent.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.727; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.730; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/luke.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.732; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/updateXml.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.735; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_atom.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.737; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.739; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_rss.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.741; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/scripts.conf
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.743; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/synonyms.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.745; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/update-script.js
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.749; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_spatial.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.751; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/mime_type_lists.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.753; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/results_list.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.755; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster_results.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.758; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_grouped.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.760; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/layout.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.762; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/join_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.764; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/debug.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.766; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_queries.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.768; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_group.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.770; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/main.css
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.772; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/VM_global_library.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.774; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_bottom.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.776; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/error.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.778; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facets.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.781; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/richtext_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.783; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/head.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.785; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_form.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.787; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.789; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_plain.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.791; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_pivot.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.793; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/browse.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.796; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.js
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.798; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/footer.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.801; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.css
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.803; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/README.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.805; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/did_you_mean.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.808; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/header.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.810; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.812; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/suggest.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.814; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_top.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.817; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.819; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/product_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.822; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_ranges.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.825; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/tabs.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.827; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_fields.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.829; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/elevate.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.831; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-bottom.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.834; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/schema.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.906; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:40584 40584
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.907; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904
>>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_US -Dtests.timezone=Etc/GMT+5 -Dtests.file.encoding=UTF-8
>>> [junit4:junit4] FAILURE 1.02s J0 | ZkCLITest.testUpConfigLinkConfigClearZk <<<
>>> [junit4:junit4]    > Throwable #1: java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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 14:12:27.918; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.919; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919/zookeeper/server1/data
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; 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 14:12:28.036; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.136; org.apache.solr.cloud.ZkTestServer; start zk server on port:45855
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.137; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.143; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3fa227e5 name:ZooKeeperConnection Watcher:127.0.0.1:45855 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.151; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7fa12993 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.154; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.155; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71c03b87 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.169; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:45855 45855
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.171; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.182; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.183; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183/zookeeper/server1/data
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; 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 14:12:28.185; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.285; org.apache.solr.cloud.ZkTestServer; start zk server on port:41605
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.286; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.290; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@17c7ae50 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.297; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@436e9706 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.302; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@384fa078 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.312; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.359; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.365; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@33e0a023 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.369; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
>>> [junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.375; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.378; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.388; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.392; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.396; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.401; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.415; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.427; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.432; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.437; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.451; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.465; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.472; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.477; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.492; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.515; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.519; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.522; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.525; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.538; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.542; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.553; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.557; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.567; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.575; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.578; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.583; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.592; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.597; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.607; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.613; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.617; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.626; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.629; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.632; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.635; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.637; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.644; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.648; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.656; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.659; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.663; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.666; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.671; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.674; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.680; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.691; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.695; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.706; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.713; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.716; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.721; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.729; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.739; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.746; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.753; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.757; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.760; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.766; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.773; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.776; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.779; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.782; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.786; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.793; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.796; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.799; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.802; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.806; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.809; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.812; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.814; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.819; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.825; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.833; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:41605 41605
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.835; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.842; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843/zookeeper/server1/data
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.844; 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 14:12:28.844; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.944; org.apache.solr.cloud.ZkTestServer; start zk server on port:48555
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.946; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.950; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6eacaf80 name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.962; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4e7f6cb1 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a82442f name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.967; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.018; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.019; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.021; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.023; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.024; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.026; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2a37279d name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.039; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
>>> [junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.040; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.041; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.050; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.053; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.057; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.072; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.077; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.081; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.084; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.087; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.094; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.097; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.100; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.103; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.106; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.120; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.133; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.137; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.141; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.148; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.152; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.155; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.158; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.161; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.164; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.167; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.169; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.172; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.175; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.179; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.182; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.184; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.187; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.189; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.191; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.194; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.196; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.198; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.203; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.206; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.209; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.211; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.216; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.219; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.221; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.232; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.237; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.241; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.246; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.251; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.256; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.261; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.265; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.270; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.279; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.284; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.287; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.296; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.300; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.304; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.313; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.317; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.322; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.326; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.335; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.345; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.349; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.362; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.367; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.371; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.418; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.420; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d97b078 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.cloud.ZkController; zkHost includes chroot
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.481; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@179bb4bd name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.482; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/
>>> [junit4:junit4]   1> idir:core0
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/conf with name core0 for SolrCore core0
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.485; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.488; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
>>> [junit4:junit4]   1> idir:core1
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/conf with name core1 for SolrCore core1
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.501; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:48555 48555
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.502; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843
>>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.504; org.apache.solr.SolrTestCaseJ4; ###deleteCore
>>> [junit4:junit4]   2> 3011 T1218 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 5 leaked thread(s).
>>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_US, timezone=Etc/GMT+5
>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=96606064,total=180682752
>>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest, SpatialFilterTest, BadCopyFieldTest, TestGroupingSearch, PeerSyncTest, SliceStateTest, TestStressVersions, SystemInfoHandlerTest, RecoveryZkTest, ResponseLogComponentTest, PrimitiveFieldTypeTest, ClusterStateUpdateTest, SyncSliceTest, DocValuesTest, TestQuerySenderListener, PreAnalyzedUpdateProcessorTest, SOLR749Test, TestJoin, TestStressRecovery, TestCloudManagedSchemaAddField, TestSort, LukeRequestHandlerTest, AnalysisAfterCoreReloadTest, TestUniqueKeyFieldResource, SuggesterFSTTest, CoreAdminHandlerTest, FieldMutatingUpdateProcessorTest, FileBasedSpellCheckerTest, UnloadDistributedZkTest, TestSolrQueryParser, SolrInfoMBeanTest, TestFieldResource, ZkCLITest]
>>> [junit4:junit4] Completed on J0 in 3.54s, 5 tests, 1 failure <<< FAILURES!
>>> 
>>> [...truncated 570 lines...]
>>> BUILD FAILED
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:377: The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:357: The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240: The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: There were test failures: 295 suites, 1230 tests, 1 suite-level error, 1 failure, 13 ignored (7 assumptions)
>>> 
>>> Total time: 37 minutes 59 seconds
>>> Build step 'Invoke Ant' marked build as failure
>>> Description set: Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>> Archiving artifacts
>>> Recording test results
>>> Email was triggered for: Failure
>>> Sending email for trigger: Failure
>>> 
>>> 
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


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


Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_21) - Build # 5636 - Still Failing!

Posted by Robert Muir <rc...@gmail.com>.
I cannot reproduce this locally, but at least this seems sheisty:

    for (File sourceFile :sourceFiles){
      if (!sourceFile.isHidden()){

I don't think this .isHidden will exclude .svn correctly on windows:

Tests whether the file named by this abstract pathname is a hidden
file. The exact definition of hidden is system-dependent. On UNIX
systems, a file is considered to be hidden if its name begins with a
period character ('.'). On Microsoft Windows systems, a file is
considered to be hidden if it has been marked as such in the
filesystem.

Doesn't explain why it fails on linux, but still.

On Mon, May 13, 2013 at 12:12 PM, Robert Muir <rc...@gmail.com> wrote:
>
> I'm looking into this one. I think the logic for file comparison is not quite right and needs to ignore .svn
>
> On Mon, May 13, 2013 at 10:25 AM, Policeman Jenkins Server <je...@thetaphi.de> wrote:
>>
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5636/
>> Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>
>> 2 tests failed.
>> FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
>>
>> Error Message:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>>
>> Stack Trace:
>> java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>
>
>
>>
>>         at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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([935A541927F509FD]: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 9182 lines...]
>> [junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.656; org.apache.solr.SolrTestCaseJ4; ####initCore
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.657; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.710; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.779; org.apache.solr.schema.IndexSchema; [null] Schema name=test
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.093; org.apache.solr.schema.IndexSchema; default search field in schema is text
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.096; org.apache.solr.schema.IndexSchema; unique key field: id
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.098; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.101; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.116; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.127; org.apache.solr.core.CoreContainer; New CoreContainer 861572150
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.154; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2631475e
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index/
>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index' doesn't exist. Creating new index...
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
>> [junit4:junit4]   1>    commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@11a4bafb lockFactory=org.apache.lucene.store.NativeFSLockFactory@79050055)),segFN=segments_1,generation=1}
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.160; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.165; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.166; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.170; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.171; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.172; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.173; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.174; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.175; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.176; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.178; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.179; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.182; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
>> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.183; 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 14:05:10.185; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, 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, SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.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 14:05:10.187; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3b277576 main
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.189; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.260; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.312; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3b277576 main{StandardDirectoryReader(segments_1:1)}
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.344; org.apache.solr.core.CoreContainer; registering core: collection1
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.347; org.apache.solr.SolrTestCaseJ4; ####initCore end
>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.352; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.394; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.402; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.404; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.410; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.421; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.428; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.429; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.436; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.439; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.447; org.apache.solr.SolrTestCaseJ4; ###Starting testField
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.448; org.apache.solr.SolrTestCaseJ4; ###Ending testField
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.454; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.461; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.466; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.467; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.472; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.474; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.481; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.482; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.488; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.490; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.496; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.506; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.511; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.515; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.520; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.522; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.527; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.530; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.536; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.538; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.543; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.544; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.549; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.555; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.560; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.562; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.566; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.575; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.580; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.582; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.589; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.593; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.600; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.602; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.610; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.611; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.616; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.619; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.625; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.626; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.631; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.637; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.642; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.646; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.651; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.674; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.678; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.682; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.686; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.688; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.692; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.693; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.697; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.698; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.702; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.703; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.708; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.709; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.713; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.716; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.720; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.731; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.735; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.737; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.747; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.748; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.753; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.756; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.761; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.764; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.769; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.772; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.778; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.780; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.784; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.787; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.797; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.799; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.804; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.806; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.810; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.811; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.821; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.823; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.828; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.829; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.832; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.837; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.841; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.842; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.845; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.848; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.852; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.887; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.892; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.893; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.899; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.901; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.907; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.908; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.914; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.916; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.920; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.922; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.926; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.927; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.931; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.934; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.SolrTestCaseJ4; ###deleteCore
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=861572150
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.937; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7dab4790
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.973; 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 14:05:10.973; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657;done=false>>]
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index;done=false>>]
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_ZA, timezone=America/Rosario
>> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=39318832,total=126418944
>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest]
>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_ZA -Dtests.timezone=America/Rosario -Dtests.file.encoding=UTF-8
>> [junit4:junit4] ERROR   0.00s J0 | 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([935A541927F509FD]: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 on J0 in 1.42s, 63 tests, 1 failure <<< FAILURES!
>>
>> [...truncated 268 lines...]
>> [junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.SolrTestCaseJ4; ###Starting testList
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509/zookeeper/server1/data
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; 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 14:12:26.629; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.729; org.apache.solr.cloud.ZkTestServer; start zk server on port:54107
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.730; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.852; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@29734b5d name:ZooKeeperConnection Watcher:127.0.0.1:54107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.860; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.862; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71590218 name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.864; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.889; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@57eb883a name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; 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 14:12:26.896; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:54107 54107
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.897; org.apache.solr.SolrTestCaseJ4; ###Ending testList
>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904/zookeeper/server1/data
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; 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 14:12:27.020; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.120; org.apache.solr.cloud.ZkTestServer; start zk server on port:40584
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.122; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.128; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@44b8e37 name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.136; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.137; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d05c52b name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.140; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2bf646d6 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.143; org.apache.solr.cloud.ZkController; zkHost includes chroot
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.144; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.146; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7774d15f name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.147; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.150; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.165; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.170; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.176; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.181; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.185; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.190; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.195; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.205; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.210; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.220; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.235; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.239; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.244; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.249; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.254; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.259; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.264; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.269; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.280; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.285; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.289; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.295; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.325; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.334; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.337; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.344; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.347; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.351; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.356; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.361; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.365; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.368; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.380; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.383; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.408; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.412; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.416; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.431; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.436; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.440; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.449; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.453; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.458; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.462; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.466; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.471; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.476; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.490; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.504; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.508; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.516; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.521; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.526; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.531; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.536; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.541; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.546; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.556; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.566; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.577; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.582; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.587; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.591; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.596; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.604; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@62809273 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.607; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.608; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.616; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1fe17aae name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.622; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-top.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.624; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/currency.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.626; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/protwords.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.629; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-FoldToASCII.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.632; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/solrconfig.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.635; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.637; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hi.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.639; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_eu.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.641; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_it.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.643; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_sv.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.645; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_es.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.648; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/userdict_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.650; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stoptags_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.653; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stemdict_nl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.655; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_bg.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.658; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hy.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.660; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_el.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.662; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/hyphenations_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.665; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ar.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.667; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.669; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_pt.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.672; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_nl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.674; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_th.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.676; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_de.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.678; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_lv.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.680; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ca.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.682; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ru.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.685; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ca.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.687; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_da.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.689; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_gl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.691; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_no.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.694; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hu.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.696; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fa.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.698; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_tr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.700; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_id.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.703; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ro.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.705; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_cz.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.707; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.709; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_it.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.711; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fi.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.714; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_fr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.716; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.718; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_en.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.720; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/stopwords.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.722; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/spellings.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.724; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-ISOLatin1Accent.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.727; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.730; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/luke.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.732; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/updateXml.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.735; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_atom.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.737; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.739; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_rss.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.741; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/scripts.conf
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.743; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/synonyms.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.745; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/update-script.js
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.749; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_spatial.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.751; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/mime_type_lists.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.753; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/results_list.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.755; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster_results.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.758; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_grouped.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.760; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/layout.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.762; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/join_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.764; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/debug.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.766; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_queries.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.768; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_group.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.770; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/main.css
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.772; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/VM_global_library.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.774; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_bottom.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.776; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/error.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.778; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facets.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.781; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/richtext_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.783; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/head.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.785; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_form.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.787; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.789; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_plain.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.791; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_pivot.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.793; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/browse.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.796; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.js
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.798; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/footer.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.801; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.css
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.803; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/README.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.805; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/did_you_mean.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.808; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/header.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.810; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.812; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/suggest.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.814; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_top.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.817; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.819; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/product_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.822; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_ranges.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.825; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/tabs.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.827; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_fields.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.829; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/elevate.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.831; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-bottom.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.834; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/schema.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.906; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:40584 40584
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.907; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904
>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_US -Dtests.timezone=Etc/GMT+5 -Dtests.file.encoding=UTF-8
>> [junit4:junit4] FAILURE 1.02s J0 | ZkCLITest.testUpConfigLinkConfigClearZk <<<
>> [junit4:junit4]    > Throwable #1: java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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 14:12:27.918; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.919; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919/zookeeper/server1/data
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; 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 14:12:28.036; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.136; org.apache.solr.cloud.ZkTestServer; start zk server on port:45855
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.137; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.143; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3fa227e5 name:ZooKeeperConnection Watcher:127.0.0.1:45855 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.151; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7fa12993 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.154; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.155; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71c03b87 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.169; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:45855 45855
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.171; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.182; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.183; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183/zookeeper/server1/data
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; 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 14:12:28.185; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.285; org.apache.solr.cloud.ZkTestServer; start zk server on port:41605
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.286; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.290; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@17c7ae50 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.297; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@436e9706 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.302; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@384fa078 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.312; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.359; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.cloud.ZkController; zkHost includes chroot
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.365; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@33e0a023 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.369; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
>> [junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.375; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.378; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.388; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.392; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.396; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.401; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.415; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.427; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.432; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.437; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.451; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.465; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.472; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.477; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.492; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.515; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.519; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.522; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.525; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.538; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.542; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.553; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.557; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.567; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.575; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.578; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.583; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.592; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.597; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.607; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.613; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.617; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.626; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.629; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.632; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.635; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.637; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.644; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.648; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.656; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.659; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.663; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.666; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.671; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.674; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.680; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.691; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.695; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.706; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.713; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.716; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.721; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.729; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.739; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.746; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.753; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.757; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.760; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.766; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.773; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.776; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.779; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.782; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.786; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.793; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.796; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.799; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.802; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.806; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.809; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.812; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.814; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.819; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.825; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.833; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:41605 41605
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.835; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.842; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843/zookeeper/server1/data
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.844; 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 14:12:28.844; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.944; org.apache.solr.cloud.ZkTestServer; start zk server on port:48555
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.946; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.950; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6eacaf80 name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.962; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4e7f6cb1 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a82442f name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.967; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.018; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.019; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.021; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.023; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.024; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.cloud.ZkController; zkHost includes chroot
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.026; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2a37279d name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.039; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
>> [junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.040; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.041; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.050; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.053; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.057; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.072; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.077; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.081; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.084; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.087; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.094; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.097; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.100; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.103; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.106; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.120; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.133; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.137; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.141; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.148; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.152; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.155; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.158; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.161; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.164; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.167; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.169; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.172; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.175; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.179; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.182; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.184; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.187; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.189; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.191; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.194; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.196; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.198; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.203; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.206; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.209; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.211; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.216; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.219; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.221; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.232; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.237; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.241; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.246; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.251; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.256; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.261; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.265; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.270; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.279; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.284; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.287; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.296; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.300; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.304; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.313; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.317; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.322; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.326; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.335; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.345; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.349; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.362; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.367; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.371; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.418; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.420; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d97b078 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.cloud.ZkController; zkHost includes chroot
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.481; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@179bb4bd name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.482; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/
>> [junit4:junit4]   1> idir:core0
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/conf with name core0 for SolrCore core0
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.485; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.488; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
>> [junit4:junit4]   1> idir:core1
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/conf with name core1 for SolrCore core1
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.501; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:48555 48555
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.502; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843
>> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.504; org.apache.solr.SolrTestCaseJ4; ###deleteCore
>> [junit4:junit4]   2> 3011 T1218 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 5 leaked thread(s).
>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_US, timezone=Etc/GMT+5
>> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=96606064,total=180682752
>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest, SpatialFilterTest, BadCopyFieldTest, TestGroupingSearch, PeerSyncTest, SliceStateTest, TestStressVersions, SystemInfoHandlerTest, RecoveryZkTest, ResponseLogComponentTest, PrimitiveFieldTypeTest, ClusterStateUpdateTest, SyncSliceTest, DocValuesTest, TestQuerySenderListener, PreAnalyzedUpdateProcessorTest, SOLR749Test, TestJoin, TestStressRecovery, TestCloudManagedSchemaAddField, TestSort, LukeRequestHandlerTest, AnalysisAfterCoreReloadTest, TestUniqueKeyFieldResource, SuggesterFSTTest, CoreAdminHandlerTest, FieldMutatingUpdateProcessorTest, FileBasedSpellCheckerTest, UnloadDistributedZkTest, TestSolrQueryParser, SolrInfoMBeanTest, TestFieldResource, ZkCLITest]
>> [junit4:junit4] Completed on J0 in 3.54s, 5 tests, 1 failure <<< FAILURES!
>>
>> [...truncated 570 lines...]
>> BUILD FAILED
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:377: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:357: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: There were test failures: 295 suites, 1230 tests, 1 suite-level error, 1 failure, 13 ignored (7 assumptions)
>>
>> Total time: 37 minutes 59 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Description set: Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>> Archiving artifacts
>> Recording test results
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

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


Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_21) - Build # 5636 - Still Failing!

Posted by Robert Muir <rc...@gmail.com>.
I'm looking into this one. I think the logic for file comparison is not
quite right and needs to ignore .svn

On Mon, May 13, 2013 at 10:25 AM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5636/
> Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>
> 2 tests failed.
> FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
>
> Error Message:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base
> does not exist
> source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>
> Stack Trace:
> java.lang.AssertionError:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base
> does not exist
> source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
>



>         at
> __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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([935A541927F509FD]: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 9182 lines...]
> [junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.656;
> org.apache.solr.SolrTestCaseJ4; ####initCore
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.657;
> org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for
> directory:
> '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658;
> org.apache.solr.core.SolrResourceLoader; Adding
> 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README'
> to classloader
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658;
> org.apache.solr.core.SolrResourceLoader; Adding
> 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/'
> to classloader
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.710;
> org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761;
> org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761;
> org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.779;
> org.apache.solr.schema.IndexSchema; [null] Schema name=test
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.093;
> org.apache.solr.schema.IndexSchema; default search field in schema is text
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.096;
> org.apache.solr.schema.IndexSchema; unique key field: id
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.098;
> org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates
> from file currency.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.101;
> org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates
> from file currency.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.116;
> org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr
> (NoInitialContextEx)
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117;
> org.apache.solr.core.SolrResourceLoader; using system property
> solr.solr.home:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117;
> org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for
> directory:
> '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.127;
> org.apache.solr.core.CoreContainer; New CoreContainer 861572150
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.154;
> org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155;
> org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/,
> dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155;
> org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding
> Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2631475e
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156;
> org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156;
> org.apache.solr.core.CachingDirectoryFactory; return new directory for
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157;
> org.apache.solr.core.SolrCore; New index directory detected: old=null
> new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index/
> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.157;
> org.apache.solr.core.SolrCore; [collection1] Solr index directory
> '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index'
> doesn't exist. Creating new index...
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157;
> org.apache.solr.core.CachingDirectoryFactory; return new directory for
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159;
> org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit:
> commits: num=1
> [junit4:junit4]   1>
>  commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@11a4bafblockFactory=org.apache.lucene.store.NativeFSLockFactory@79050055
> )),segFN=segments_1,generation=1}
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159;
> org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.160;
> org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162;
> org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162;
> org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "dedupe-allfields"
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163;
> org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "stored_sig"
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163;
> org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "uniq-fields"
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164;
> org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "distrib-dup-test-chain-implicit"
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164;
> org.apache.solr.core.RequestHandlers; adding lazy requestHandler:
> solr.ReplicationHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164;
> org.apache.solr.core.RequestHandlers; created /replication:
> solr.ReplicationHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.165;
> org.apache.solr.core.RequestHandlers; created standard:
> solr.StandardRequestHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.166;
> org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167;
> org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167;
> org.apache.solr.core.RequestHandlers; created mock:
> org.apache.solr.core.MockQuerySenderListenerReqHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168;
> org.apache.solr.core.RequestHandlers; created /admin/:
> org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168;
> org.apache.solr.core.RequestHandlers; created defaults:
> solr.StandardRequestHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169;
> org.apache.solr.core.RequestHandlers; adding lazy requestHandler:
> solr.StandardRequestHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169;
> org.apache.solr.core.RequestHandlers; created lazy:
> solr.StandardRequestHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.170;
> org.apache.solr.core.RequestHandlers; created /update:
> solr.UpdateRequestHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.171;
> org.apache.solr.core.RequestHandlers; created /terms:
> org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.172;
> org.apache.solr.core.RequestHandlers; created spellCheckCompRH:
> org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.173;
> org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct:
> org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.174;
> org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak:
> org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.175;
> org.apache.solr.core.RequestHandlers; created
> spellCheckWithWordbreak_Direct:
> org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.176;
> org.apache.solr.core.RequestHandlers; created spellCheckCompRH1:
> org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177;
> org.apache.solr.core.RequestHandlers; created mltrh:
> org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177;
> org.apache.solr.core.RequestHandlers; created tvrh:
> org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.178;
> org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.179;
> org.apache.solr.core.RequestHandlers; created /debug/dump:
> solr.DumpRequestHandler
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.182;
> org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
> [junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.183;
> 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 14:05:10.185;
> org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden
> files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML,
> SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML,
> TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML,
> BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML,
> BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML,
> BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML,
> SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML,
> REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML,
> BAD-SCHEMA-NONTEXT-ANALYZER.XML,
> BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML,
> SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS,
> SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML,
> SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML,
> BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML,
> SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML,
> SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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,
> SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT,
> 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,
> SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML,
> WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT,
> BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML,
> BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML,
> SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML,
> SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML,
> BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML,
> OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML,
> SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML,
> SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML,
> BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML,
> SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML,
> BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML,
> BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML,
> SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML,
> SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML,
> SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML,
> BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML,
> BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT,
> SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML,
> BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT,
> BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML,
> BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML,
> SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML,
> STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML,
> SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML,
> BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML,
> SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML,
> SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT,
> BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL,
> SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC,
> BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML,
> BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML,
> ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML,
> SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML,
> BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML,
> SOLRCONFIG-INDEXCONFIG.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 14:05:10.187;
> org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3b277576 main
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188;
> org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188;
> org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.189;
> org.apache.solr.handler.component.SpellCheckComponent; Initializing spell
> checkers
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.260;
> org.apache.solr.spelling.DirectSolrSpellChecker; init:
> {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.312;
> org.apache.solr.core.SolrCore; [collection1] Registered new searcher
> Searcher@3b277576 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.344;
> org.apache.solr.core.CoreContainer; registering core: collection1
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.347;
> org.apache.solr.SolrTestCaseJ4; ####initCore end
> [junit4:junit4]   2> Creating dataDir:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.352;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.394;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.402;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.404;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.410;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.421;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.428;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.429;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.436;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.439;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.447;
> org.apache.solr.SolrTestCaseJ4; ###Starting testField
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.448;
> org.apache.solr.SolrTestCaseJ4; ###Ending testField
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.454;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.461;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.466;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.467;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.472;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.474;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.481;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.482;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.488;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.490;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.496;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.506;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.511;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.515;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.520;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.522;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.527;
> org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.530;
> org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.536;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.538;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.543;
> org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.544;
> org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.549;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.555;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.560;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.562;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.566;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.575;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.580;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.582;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.589;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.593;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.600;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.602;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.610;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.611;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.616;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.619;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.625;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.626;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.631;
> org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.637;
> org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.642;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.646;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.651;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.674;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.678;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.682;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.686;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.688;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.692;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.693;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.697;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.698;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.702;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.703;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.708;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.709;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.713;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.716;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.720;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.731;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.735;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.737;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.747;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.748;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.753;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.756;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.761;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.764;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.769;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.772;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.778;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.780;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.784;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.787;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.797;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.799;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.804;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.806;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.810;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.811;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.821;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.823;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.828;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.829;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.832;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.837;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.841;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.842;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.845;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.848;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.852;
> org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.887;
> org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.892;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.893;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.899;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.901;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.907;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.908;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.914;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.916;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.920;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.922;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.926;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.927;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.931;
> org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.934;
> org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936;
> org.apache.solr.SolrTestCaseJ4; ###deleteCore
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936;
> org.apache.solr.core.CoreContainer; Shutting down CoreContainer
> instance=861572150
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.937;
> org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore
> org.apache.solr.core.SolrCore@7dab4790
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.973;
> 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 14:05:10.973;
> org.apache.solr.update.SolrCoreState; Closing SolrCoreState
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974;
> org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has
> reached 0 - closing IndexWriter
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974;
> org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with
> IndexWriterCloser
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974;
> org.apache.solr.core.SolrCore; [collection1] Closing main searcher on
> request.
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975;
> org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory
> - 2 directories currently being tracked
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975;
> org.apache.solr.core.CachingDirectoryFactory; looking to close
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
> [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657;done=false>>]
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975;
> org.apache.solr.core.CachingDirectoryFactory; Closing directory:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976;
> org.apache.solr.core.CachingDirectoryFactory; looking to close
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
> [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index;done=false>>]
> [junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976;
> org.apache.solr.core.CachingDirectoryFactory; Closing directory:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {},
> docValues:{}, sim=DefaultSimilarity, locale=en_ZA, timezone=America/Rosario
> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation
> 1.7.0_21 (64-bit)/cpus=8,threads=1,free=39318832,total=126418944
> [junit4:junit4]   2> NOTE: All tests run in this JVM:
> [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1,
> TestManagedSchemaFieldResource, FastVectorHighlighterTest,
> QueryEqualityTest]
> [junit4:junit4]   2> NOTE: reproduce with: ant test
>  -Dtestcase=QueryEqualityTest -Dtests.seed=935A541927F509FD
> -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_ZA
> -Dtests.timezone=America/Rosario -Dtests.file.encoding=UTF-8
> [junit4:junit4] ERROR   0.00s J0 | 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([935A541927F509FD]: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 on J0 in 1.42s, 63 tests, 1 failure <<< FAILURES!
>
> [...truncated 268 lines...]
> [junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508;
> org.apache.solr.SolrTestCaseJ4; ###Starting testList
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508;
> org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628;
> org.apache.solr.cloud.ZkCLITest; ZooKeeper
> dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509/zookeeper/server1/data
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628;
> 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 14:12:26.629;
> org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.729;
> org.apache.solr.cloud.ZkTestServer; start zk server on port:54107
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.730;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.852;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@29734b5dname:ZooKeeperConnection Watcher:
> 127.0.0.1:54107 got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853;
> org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.860;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.862;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@71590218name:ZooKeeperConnection Watcher:
> 127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863;
> org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.864;
> org.apache.solr.common.cloud.SolrZkClient; makePath: /test
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.889;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@57eb883aname:ZooKeeperConnection Watcher:
> 127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891;
> 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 14:12:26.896;
> org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:54107 54107
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.897;
> org.apache.solr.SolrTestCaseJ4; ###Ending testList
> [junit4:junit4]   2> Creating dataDir:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904;
> org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904;
> org.apache.solr.cloud.ZkCLITest; ####SETUP_START
> testUpConfigLinkConfigClearZk
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020;
> org.apache.solr.cloud.ZkCLITest; ZooKeeper
> dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904/zookeeper/server1/data
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020;
> 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 14:12:27.020;
> org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.120;
> org.apache.solr.cloud.ZkTestServer; start zk server on port:40584
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.122;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.128;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@44b8e37name:ZooKeeperConnection Watcher:
> 127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129;
> org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.136;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.137;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@4d05c52bname:ZooKeeperConnection Watcher:
> 127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138;
> org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.140;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@2bf646d6name:ZooKeeperConnection Watcher:
> 127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.143;
> org.apache.solr.cloud.ZkController; zkHost includes chroot
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.144;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.146;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@7774d15fname:ZooKeeperConnection Watcher:
> 127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.147;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.150;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/mapping-FoldToASCII.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.159;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/contractions_ca.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.165;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_bg.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.170;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_hy.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.176;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_en.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.181;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_ro.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.185;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_nl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.190;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_ca.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.195;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_th.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.200;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_fa.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.205;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_lv.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.210;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_es.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.214;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_hu.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.220;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_eu.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.224;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_pt.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.229;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.235;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_tr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.239;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_de.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.244;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_fi.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.249;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_ar.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.254;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/userdict_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.259;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stemdict_nl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.264;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/contractions_fr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.269;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_el.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.274;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_ru.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.280;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_it.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.285;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/contractions_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.289;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_no.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.295;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_cz.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.325;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_hi.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.331;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.334;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_sv.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.337;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_fr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.339;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_da.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.342;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_id.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.344;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/hyphenations_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.347;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stoptags_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.351;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/stopwords_gl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.354;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/lang/contractions_it.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.356;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/synonyms.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.358;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/scripts.conf
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.361;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/xslt/example_atom.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.365;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/xslt/updateXml.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.368;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/xslt/example_rss.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.372;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/xslt/luke.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.376;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/xslt/example.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.380;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/schema.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.383;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/currency.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.387;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/update-script.js
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.390;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/mapping-ISOLatin1Accent.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.394;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/admin-extra.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.398;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/spellings.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.403;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/stopwords.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.408;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/admin-extra.menu-bottom.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.412;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/elevate.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.416;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/suggest.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.421;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/mime_type_lists.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.426;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/join_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.431;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/query_form.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.436;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/cluster.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.440;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/cluster_results.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.445;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/browse.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.449;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/hit_grouped.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.453;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/head.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.458;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/main.css
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.462;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/error.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.466;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/hit.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.471;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/header.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.476;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/jquery.autocomplete.js
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.481;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/footer.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.486;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/pagination_bottom.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.490;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/debug.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.495;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/facets.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.499;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/facet_queries.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.504;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/product_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.508;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/hit_plain.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.512;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/results_list.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.516;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/VM_global_library.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.521;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/did_you_mean.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.526;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/facet_pivot.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.531;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/layout.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.536;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/README.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.541;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/query.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.546;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/jquery.autocomplete.css
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.551;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/tabs.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.556;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/richtext_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.561;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/facet_fields.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.566;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/pagination_top.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.571;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/query_spatial.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.577;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/facet_ranges.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.582;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/velocity/query_group.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.587;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/admin-extra.menu-top.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.591;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/protwords.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.596;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/confsetone/solrconfig.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.604;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@62809273name:ZooKeeperConnection Watcher:
> 127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.607;
> org.apache.solr.cloud.ZkController; Load collection config
> from:/collections/collection1
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.608;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /collections/collection1
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.616;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@1fe17aaename:ZooKeeperConnection Watcher:
> 127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.622;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-top.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.624;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/currency.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.626;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/protwords.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.629;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-FoldToASCII.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.632;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/solrconfig.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.635;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.637;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hi.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.639;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_eu.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.641;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_it.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.643;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_sv.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.645;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_es.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.648;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/userdict_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.650;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stoptags_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.653;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stemdict_nl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.655;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_bg.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.658;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hy.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.660;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_el.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.662;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/hyphenations_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.665;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ar.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.667;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.669;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_pt.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.672;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_nl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.674;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_th.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.676;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_de.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.678;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_lv.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.680;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ca.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.682;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ru.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.685;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ca.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.687;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_da.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.689;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_gl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.691;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_no.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.694;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hu.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.696;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fa.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.698;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_tr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.700;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_id.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.703;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ro.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.705;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_cz.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.707;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.709;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_it.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.711;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fi.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.714;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_fr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.716;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.718;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_en.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.720;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/stopwords.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.722;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/spellings.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.724;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-ISOLatin1Accent.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.727;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.730;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/luke.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.732;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/updateXml.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.735;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_atom.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.737;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.739;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_rss.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.741;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/scripts.conf
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.743;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/synonyms.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.745;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/update-script.js
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.749;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_spatial.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.751;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/mime_type_lists.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.753;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/results_list.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.755;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster_results.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.758;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_grouped.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.760;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/layout.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.762;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/join_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.764;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/debug.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.766;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_queries.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.768;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_group.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.770;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/main.css
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.772;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/VM_global_library.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.774;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_bottom.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.776;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/error.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.778;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facets.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.781;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/richtext_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.783;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/head.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.785;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_form.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.787;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.789;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_plain.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.791;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_pivot.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.793;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/browse.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.796;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.js
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.798;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/footer.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.801;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.css
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.803;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/README.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.805;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/did_you_mean.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.808;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/header.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.810;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.812;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/suggest.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.814;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_top.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.817;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.819;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/product_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.822;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_ranges.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.825;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/tabs.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.827;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_fields.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.829;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/elevate.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.831;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-bottom.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.834;
> org.apache.solr.cloud.ZkController; Write file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/schema.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.906;
> org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:40584 40584
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.907;
> org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
> [junit4:junit4]   2> Creating dataDir:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest
> -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=935A541927F509FD
> -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_US
> -Dtests.timezone=Etc/GMT+5 -Dtests.file.encoding=UTF-8
> [junit4:junit4] FAILURE 1.02s J0 | ZkCLITest.testUpConfigLinkConfigClearZk
> <<<
> [junit4:junit4]    > Throwable #1: java.lang.AssertionError:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base
> does not exist
> source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
> [junit4:junit4]    >    at
> __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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 14:12:27.918;
> org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.919;
> org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035;
> org.apache.solr.cloud.ZkCLITest; ZooKeeper
> dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919/zookeeper/server1/data
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035;
> 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 14:12:28.036;
> org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.136;
> org.apache.solr.cloud.ZkTestServer; start zk server on port:45855
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.137;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.143;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@3fa227e5name:ZooKeeperConnection Watcher:
> 127.0.0.1:45855 got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144;
> org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.151;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@7fa12993name:ZooKeeperConnection Watcher:
> 127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.154;
> org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.155;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@71c03b87name:ZooKeeperConnection Watcher:
> 127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.159;
> org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.169;
> org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:45855 45855
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.171;
> org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
> [junit4:junit4]   2> Creating dataDir:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.182;
> org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.183;
> org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184;
> org.apache.solr.cloud.ZkCLITest; ZooKeeper
> dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183/zookeeper/server1/data
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184;
> 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 14:12:28.185;
> org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.285;
> org.apache.solr.cloud.ZkTestServer; start zk server on port:41605
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.286;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.290;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@17c7ae50name:ZooKeeperConnection Watcher:
> 127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291;
> org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.297;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@436e9706name:ZooKeeperConnection Watcher:
> 127.0.0.1:41605/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299;
> org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.302;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@384fa078name:ZooKeeperConnection Watcher:
> 127.0.0.1:41605/solr/foo/bar got event WatchedEvent state:SyncConnected
> type:None path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.312;
> org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for
> directory:
> '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.359;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360;
> org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties,
> adding to cores
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364;
> org.apache.solr.cloud.ZkController; zkHost includes chroot
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.365;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@33e0a023name:ZooKeeperConnection Watcher:
> 127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366;
> org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.369;
> org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into
> ZooKeeper using solr.xml from
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
> [junit4:junit4]   1>
> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370;
> org.apache.solr.cloud.ZkController; Uploading directory
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf
> with name collection1 for SolrCore collection1
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/mapping-FoldToASCII.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.375;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/contractions_ca.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.378;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_bg.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.381;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_hy.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.385;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_en.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.388;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ro.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.392;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_nl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.396;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ca.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.401;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_th.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.406;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_fa.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.410;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_lv.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.415;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_es.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.421;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_hu.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.427;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_eu.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.432;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_pt.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.437;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.445;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_tr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.451;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_de.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.465;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_fi.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.472;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ar.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.477;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/userdict_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.481;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stemdict_nl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.486;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/contractions_fr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.492;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_el.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.499;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ru.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.512;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_it.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.515;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/contractions_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.519;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_no.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.522;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_cz.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.525;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_hi.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.534;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.538;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_sv.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.542;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_fr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.549;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_da.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.553;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_id.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.557;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/hyphenations_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.561;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stoptags_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.567;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_gl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.571;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/contractions_it.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.575;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/synonyms.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.578;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/scripts.conf
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.583;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/xslt/example_atom.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.592;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/xslt/updateXml.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.597;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/xslt/example_rss.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.607;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/xslt/luke.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.613;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/xslt/example.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.617;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/schema.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.626;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/currency.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.629;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/update-script.js
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.632;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/mapping-ISOLatin1Accent.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.635;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/admin-extra.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.637;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/spellings.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.644;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/stopwords.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.648;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/admin-extra.menu-bottom.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.656;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/elevate.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.659;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/suggest.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.663;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/mime_type_lists.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.666;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/join_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.671;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/query_form.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.674;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/cluster.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.677;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/cluster_results.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.680;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/browse.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.682;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/hit_grouped.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.691;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/head.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.695;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/main.css
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.698;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/error.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.706;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/hit.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.713;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/header.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.716;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/jquery.autocomplete.js
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.721;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/footer.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.729;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/pagination_bottom.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.734;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/debug.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.739;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/facets.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.746;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/facet_queries.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.753;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/product_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.757;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/hit_plain.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.760;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/results_list.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.766;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/VM_global_library.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.770;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/did_you_mean.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.773;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/facet_pivot.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.776;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/layout.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.779;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/README.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.782;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/query.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.786;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/jquery.autocomplete.css
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.793;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/tabs.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.796;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/richtext_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.799;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/facet_fields.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.802;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/pagination_top.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.806;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/query_spatial.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.809;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/facet_ranges.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.812;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/query_group.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.814;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/admin-extra.menu-top.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.819;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/protwords.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.825;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/solrconfig.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.833;
> org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:41605 41605
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.835;
> org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
> [junit4:junit4]   2> Creating dataDir:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.842;
> org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843;
> org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843;
> org.apache.solr.cloud.ZkCLITest; ZooKeeper
> dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843/zookeeper/server1/data
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.844;
> 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 14:12:28.844;
> org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.944;
> org.apache.solr.cloud.ZkTestServer; start zk server on port:48555
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.946;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.950;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@6eacaf80name:ZooKeeperConnection Watcher:
> 127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951;
> org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.962;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@4e7f6cb1name:ZooKeeperConnection Watcher:
> 127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964;
> org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@1a82442fname:ZooKeeperConnection Watcher:
> 127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.967;
> org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for
> directory:
> '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.018;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.019;
> org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties,
> adding to cores
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.021;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.023;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.024;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025;
> org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025;
> org.apache.solr.cloud.ZkController; zkHost includes chroot
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.026;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@2a37279dname:ZooKeeperConnection Watcher:
> 127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.039;
> org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into
> ZooKeeper using solr.xml from
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
> [junit4:junit4]   1>
> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.040;
> org.apache.solr.cloud.ZkController; Uploading directory
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf
> with name collection1 for SolrCore collection1
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.041;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/mapping-FoldToASCII.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.047;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/contractions_ca.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.050;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_bg.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.053;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_hy.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.057;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_en.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.072;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ro.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.077;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_nl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.081;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ca.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.084;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_th.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.087;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_fa.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.094;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_lv.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.097;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_es.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.100;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_hu.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.103;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_eu.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.106;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_pt.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.109;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.116;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_tr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.120;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_de.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.128;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_fi.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.133;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ar.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.137;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/userdict_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.141;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stemdict_nl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.144;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/contractions_fr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.148;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_el.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.152;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ru.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.155;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_it.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.158;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/contractions_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.161;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_no.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.164;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_cz.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.167;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_hi.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.169;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.172;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_sv.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.175;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_fr.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.179;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_da.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.182;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_id.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.184;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/hyphenations_ga.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.187;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stoptags_ja.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.189;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/stopwords_gl.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.191;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/lang/contractions_it.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.194;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/synonyms.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.196;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/scripts.conf
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.198;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/xslt/example_atom.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.200;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/xslt/updateXml.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.203;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/xslt/example_rss.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.206;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/xslt/luke.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.209;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/xslt/example.xsl
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.211;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/schema.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.214;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/currency.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.216;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/update-script.js
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.219;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/mapping-ISOLatin1Accent.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.221;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/admin-extra.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.224;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/spellings.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.229;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/stopwords.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.232;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/admin-extra.menu-bottom.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.237;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/elevate.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.241;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/suggest.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.246;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/mime_type_lists.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.251;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/join_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.256;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/query_form.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.261;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/cluster.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.265;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/cluster_results.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.270;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/browse.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.274;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/hit_grouped.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.279;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/head.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.284;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/main.css
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.287;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/error.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.291;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/hit.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.296;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/header.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.300;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/jquery.autocomplete.js
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.304;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/footer.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.309;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/pagination_bottom.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.313;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/debug.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.317;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/facets.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.322;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/facet_queries.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.326;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/product_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.331;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/hit_plain.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.335;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/results_list.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.339;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/VM_global_library.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.345;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/did_you_mean.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.349;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/facet_pivot.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.354;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/layout.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.358;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/README.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.362;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/query.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.367;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/jquery.autocomplete.css
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.371;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/tabs.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.376;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/richtext_doc.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.381;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/facet_fields.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.385;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/pagination_top.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.390;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/query_spatial.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.394;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/facet_ranges.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.398;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/velocity/query_group.vm
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.403;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/admin-extra.menu-top.html
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.406;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/protwords.txt
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.410;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/collection1/solrconfig.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.418;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.420;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@4d97b078name:ZooKeeperConnection Watcher:
> 127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421;
> org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for
> directory:
> '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479;
> org.apache.solr.cloud.ZkController; zkHost includes chroot
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479;
> org.apache.solr.common.cloud.ConnectionManager; Waiting for client to
> connect to ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.481;
> org.apache.solr.common.cloud.ConnectionManager; Watcher
> org.apache.solr.common.cloud.ConnectionManager@179bb4bdname:ZooKeeperConnection Watcher:
> 127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None
> path:null path:null type:None
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.482;
> org.apache.solr.common.cloud.ConnectionManager; Client is connected to
> ZooKeeper
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484;
> org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into
> ZooKeeper using solr.xml from
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/
> [junit4:junit4]   1> idir:core0
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484;
> org.apache.solr.cloud.ZkController; Uploading directory
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/conf
> with name core0 for SolrCore core0
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.485;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/core0/schema.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.488;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/core0/solrconfig.xml
> [junit4:junit4]   1> idir:core1
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491;
> org.apache.solr.cloud.ZkController; Uploading directory
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/conf
> with name core1 for SolrCore core1
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/core1/schema.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.495;
> org.apache.solr.common.cloud.SolrZkClient; makePath:
> /configs/core1/solrconfig.xml
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.501;
> org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:48555 48555
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.502;
> org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
> [junit4:junit4]   2> Creating dataDir:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843
> [junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.504;
> org.apache.solr.SolrTestCaseJ4; ###deleteCore
> [junit4:junit4]   2> 3011 T1218 ccr.ThreadLeakControl.checkThreadLeaks
> WARNING Will linger awaiting termination of 5 leaked thread(s).
> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {},
> docValues:{}, sim=DefaultSimilarity, locale=en_US, timezone=Etc/GMT+5
> [junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation
> 1.7.0_21 (64-bit)/cpus=8,threads=1,free=96606064,total=180682752
> [junit4:junit4]   2> NOTE: All tests run in this JVM:
> [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1,
> TestManagedSchemaFieldResource, FastVectorHighlighterTest,
> QueryEqualityTest, SpatialFilterTest, BadCopyFieldTest, TestGroupingSearch,
> PeerSyncTest, SliceStateTest, TestStressVersions, SystemInfoHandlerTest,
> RecoveryZkTest, ResponseLogComponentTest, PrimitiveFieldTypeTest,
> ClusterStateUpdateTest, SyncSliceTest, DocValuesTest,
> TestQuerySenderListener, PreAnalyzedUpdateProcessorTest, SOLR749Test,
> TestJoin, TestStressRecovery, TestCloudManagedSchemaAddField, TestSort,
> LukeRequestHandlerTest, AnalysisAfterCoreReloadTest,
> TestUniqueKeyFieldResource, SuggesterFSTTest, CoreAdminHandlerTest,
> FieldMutatingUpdateProcessorTest, FileBasedSpellCheckerTest,
> UnloadDistributedZkTest, TestSolrQueryParser, SolrInfoMBeanTest,
> TestFieldResource, ZkCLITest]
> [junit4:junit4] Completed on J0 in 3.54s, 5 tests, 1 failure <<< FAILURES!
>
> [...truncated 570 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:377: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:357: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884:
> There were test failures: 295 suites, 1230 tests, 1 suite-level error, 1
> failure, 13 ignored (7 assumptions)
>
> Total time: 37 minutes 59 seconds
> Build step 'Invoke Ant' marked build as failure
> Description set: Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops
> -XX:+UseConcMarkSweepGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

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

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

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

Error Message:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base

Stack Trace:
java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
	at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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([935A541927F509FD]: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 9182 lines...]
[junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.656; org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.657; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.658; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.710; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.761; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:09.779; org.apache.solr.schema.IndexSchema; [null] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.093; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.096; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.098; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.101; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.116; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.117; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.127; org.apache.solr.core.CoreContainer; New CoreContainer 861572150
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.154; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.155; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2631475e
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.156; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index/
[junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.157; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.157; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@11a4bafb lockFactory=org.apache.lucene.store.NativeFSLockFactory@79050055)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.159; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.160; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.162; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.164; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.165; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.166; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.167; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.168; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.169; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.170; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.171; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.172; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.173; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.174; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.175; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.176; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.177; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.178; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.179; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.182; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-13 14:05:10.183; 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 14:05:10.185; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, 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, SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.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 14:05:10.187; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3b277576 main
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.188; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.189; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.260; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.312; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3b277576 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.344; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.347; org.apache.solr.SolrTestCaseJ4; ####initCore end
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.352; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.394; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.402; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.404; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.410; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.421; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.428; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.429; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.436; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.439; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.447; org.apache.solr.SolrTestCaseJ4; ###Starting testField
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.448; org.apache.solr.SolrTestCaseJ4; ###Ending testField
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.454; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.461; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.466; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.467; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.472; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.474; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.481; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.482; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.488; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.490; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.496; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.506; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.511; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.515; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.520; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.522; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.527; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.530; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.536; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.538; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.543; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.544; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.549; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.555; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.560; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.562; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.566; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.575; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.580; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.582; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.589; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.593; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.600; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.602; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.610; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.611; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.616; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.619; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.625; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.626; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.631; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.637; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.642; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.646; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.651; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.674; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.678; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.682; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.686; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.688; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.692; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.693; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.697; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.698; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.702; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.703; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.708; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.709; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.713; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.716; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.720; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.731; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.735; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.737; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.742; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.747; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.748; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.753; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.756; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.761; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.764; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.769; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.772; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.778; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.780; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.784; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.787; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.792; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.797; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.799; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.804; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.806; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.810; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.811; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.816; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.821; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.823; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.828; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.829; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.832; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.837; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.841; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.842; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.845; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.848; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.852; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.887; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.892; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.893; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.899; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.901; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.907; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.908; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.914; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.916; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.920; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.922; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.926; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.927; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.931; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.934; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.936; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=861572150
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.937; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7dab4790
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.973; 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 14:05:10.973; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.974; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.975; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 14:05:10.976; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368453909657/index
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_ZA, timezone=America/Rosario
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=39318832,total=126418944
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_ZA -Dtests.timezone=America/Rosario -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J0 | 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([935A541927F509FD]: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 on J0 in 1.42s, 63 tests, 1 failure <<< FAILURES!

[...truncated 268 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.SolrTestCaseJ4; ###Starting testList
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.508; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.628; 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 14:12:26.629; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.729; org.apache.solr.cloud.ZkTestServer; start zk server on port:54107
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.730; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.852; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@29734b5d name:ZooKeeperConnection Watcher:127.0.0.1:54107 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.853; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.860; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.862; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71590218 name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.863; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.864; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.889; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@57eb883a name:ZooKeeperConnection Watcher:127.0.0.1:54107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.891; 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 14:12:26.896; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:54107 54107
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.897; org.apache.solr.SolrTestCaseJ4; ###Ending testList
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346509
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:26.904; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.020; 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 14:12:27.020; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.120; org.apache.solr.cloud.ZkTestServer; start zk server on port:40584
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.122; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.128; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@44b8e37 name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.129; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.136; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.137; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d05c52b name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.138; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.140; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2bf646d6 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.142; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.143; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.144; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.146; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7774d15f name:ZooKeeperConnection Watcher:127.0.0.1:40584 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.147; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.150; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.165; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.170; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.176; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.181; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.185; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.190; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.195; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.205; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.210; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.220; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.235; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.239; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.244; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.249; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.254; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.259; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.264; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.269; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.280; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.285; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.289; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.295; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.325; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.334; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.337; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.344; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.347; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.351; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.356; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.361; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.365; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.368; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.380; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.383; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.408; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.412; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.416; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.431; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.436; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.440; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.449; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.453; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.458; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.462; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.466; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.471; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.476; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.490; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.504; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.508; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.516; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.521; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.526; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.531; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.536; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.541; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.546; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.556; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.566; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.577; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.582; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.587; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.591; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.596; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.604; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@62809273 name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.606; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.607; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.608; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.616; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1fe17aae name:ZooKeeperConnection Watcher:127.0.0.1:40584/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.618; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.622; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.624; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.626; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.629; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.632; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.635; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.637; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.639; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.641; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.643; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.645; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.648; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.650; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.653; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.655; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.658; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.660; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.662; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.665; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.667; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.669; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.672; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.674; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.676; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.678; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.680; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.682; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.685; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.687; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.689; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.691; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.694; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.696; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.698; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.700; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.703; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.705; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.707; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.709; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.711; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.714; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.716; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.718; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.720; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.722; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.724; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.727; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.730; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.732; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.735; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.737; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.739; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.741; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.743; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.745; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.749; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.751; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.753; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.755; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.758; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.760; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.762; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.764; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.766; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.768; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.770; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.772; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.774; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.776; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.778; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.781; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.783; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.785; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.787; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.789; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.791; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.793; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.796; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.798; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.801; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.803; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.805; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.808; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.810; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.812; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.814; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.817; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.819; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.822; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.825; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.827; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.829; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.831; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.834; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.906; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:40584 40584
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.907; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454346904
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=935A541927F509FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_US -Dtests.timezone=Etc/GMT+5 -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 1.02s J0 | ZkCLITest.testUpConfigLinkConfigClearZk <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368454347615/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([935A541927F509FD:B73CF917AD3ABF9B]: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 14:12:27.918; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:27.919; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.035; 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 14:12:28.036; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.136; org.apache.solr.cloud.ZkTestServer; start zk server on port:45855
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.137; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.143; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3fa227e5 name:ZooKeeperConnection Watcher:127.0.0.1:45855 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.151; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7fa12993 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.153; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.154; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.155; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71c03b87 name:ZooKeeperConnection Watcher:127.0.0.1:45855/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.158; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.169; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:45855 45855
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.171; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454347919
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.182; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.183; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.184; 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 14:12:28.185; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.285; org.apache.solr.cloud.ZkTestServer; start zk server on port:41605
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.286; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.290; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@17c7ae50 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.297; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@436e9706 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.299; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.302; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@384fa078 name:ZooKeeperConnection Watcher:127.0.0.1:41605/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.311; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.312; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.359; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.360; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.361; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.362; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.363; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.364; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.365; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@33e0a023 name:ZooKeeperConnection Watcher:127.0.0.1:41605 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.366; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.369; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
[junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.370; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.375; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.378; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.388; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.392; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.396; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.401; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.415; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.427; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.432; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.437; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.451; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.465; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.472; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.477; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.492; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.515; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.519; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.522; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.525; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.538; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.542; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.553; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.557; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.567; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.575; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.578; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.583; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.592; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.597; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.607; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.613; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.617; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.626; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.629; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.632; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.635; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.637; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.644; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.648; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.656; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.659; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.663; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.666; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.671; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.674; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.680; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.691; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.695; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.706; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.713; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.716; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.721; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.729; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.739; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.746; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.753; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.757; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.760; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.766; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.773; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.776; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.779; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.782; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.786; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.793; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.796; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.799; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.802; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.806; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.809; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.812; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.814; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.819; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.825; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.833; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:41605 41605
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.835; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348183
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.842; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.843; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.844; 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 14:12:28.844; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.944; org.apache.solr.cloud.ZkTestServer; start zk server on port:48555
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.946; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.950; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6eacaf80 name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.951; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.962; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4e7f6cb1 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.963; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.964; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a82442f name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.966; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:28.967; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.018; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.019; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.020; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.021; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.022; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.023; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.024; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.025; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.026; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2a37279d name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.028; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.039; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
[junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.040; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.041; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.050; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.053; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.057; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.072; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.077; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.081; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.084; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.087; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.094; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.097; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.100; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.103; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.106; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.120; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.133; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.137; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.141; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.148; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.152; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.155; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.158; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.161; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.164; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.167; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.169; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.172; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.175; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.179; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.182; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.184; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.187; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.189; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.191; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.194; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.196; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.198; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.203; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.206; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.209; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.211; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.216; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.219; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.221; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.232; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.237; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.241; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.246; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.251; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.256; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.261; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.265; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.270; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.279; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.284; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.287; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.296; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.300; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.304; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.313; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.317; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.322; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.326; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.335; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.345; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.349; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.362; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.367; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.371; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.418; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.420; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d97b078 name:ZooKeeperConnection Watcher:127.0.0.1:48555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.421; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.479; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.481; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@179bb4bd name:ZooKeeperConnection Watcher:127.0.0.1:48555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.482; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/
[junit4:junit4]   1> idir:core0
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.484; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/conf with name core0 for SolrCore core0
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.485; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.488; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
[junit4:junit4]   1> idir:core1
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/conf with name core1 for SolrCore core1
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.491; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.501; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:48555 48555
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.502; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368454348843
[junit4:junit4]   1> INFO  - 2013-05-13 14:12:29.504; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 3011 T1218 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 5 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_US, timezone=Etc/GMT+5
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=96606064,total=180682752
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestIBSimilarityFactory, TestSolrDeletionPolicy1, TestManagedSchemaFieldResource, FastVectorHighlighterTest, QueryEqualityTest, SpatialFilterTest, BadCopyFieldTest, TestGroupingSearch, PeerSyncTest, SliceStateTest, TestStressVersions, SystemInfoHandlerTest, RecoveryZkTest, ResponseLogComponentTest, PrimitiveFieldTypeTest, ClusterStateUpdateTest, SyncSliceTest, DocValuesTest, TestQuerySenderListener, PreAnalyzedUpdateProcessorTest, SOLR749Test, TestJoin, TestStressRecovery, TestCloudManagedSchemaAddField, TestSort, LukeRequestHandlerTest, AnalysisAfterCoreReloadTest, TestUniqueKeyFieldResource, SuggesterFSTTest, CoreAdminHandlerTest, FieldMutatingUpdateProcessorTest, FileBasedSpellCheckerTest, UnloadDistributedZkTest, TestSolrQueryParser, SolrInfoMBeanTest, TestFieldResource, ZkCLITest]
[junit4:junit4] Completed on J0 in 3.54s, 5 tests, 1 failure <<< FAILURES!

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

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



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

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

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

Error Message:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base

Stack Trace:
java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
	at __randomizedtesting.SeedInfo.seed([DCA3871D00E85CB7:F8C52A138A27EAD1]: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([DCA3871D00E85CB7]: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 9598 lines...]
[junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:58.627; org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:58.628; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:58.628; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:58.629; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:58.670; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:58.712; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:58.713; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:58.716; org.apache.solr.schema.IndexSchema; [null] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.020; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.022; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.023; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.026; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.032; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.033; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.033; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.040; org.apache.solr.core.CoreContainer; New CoreContainer 974650162
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.074; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.075; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627/
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.075; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cb2e67
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.076; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.076; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.077; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627/index/
[junit4:junit4]   1> WARN  - 2013-05-13 12:54:59.077; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.078; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627/index
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.079; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@22ca0dd2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79f64539)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.079; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.080; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.082; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.082; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.082; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.083; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.083; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.084; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.084; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.085; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.085; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.086; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.086; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.086; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.087; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.087; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.087; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.088; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.088; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.089; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.089; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.090; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.090; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.091; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.091; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.092; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.092; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.092; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.095; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-13 12:54:59.097; 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 12:54:59.098; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, 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, SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.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 12:54:59.100; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@57ec1c26 main
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.101; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.101; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.101; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.136; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.164; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@57ec1c26 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.170; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.175; org.apache.solr.SolrTestCaseJ4; ####initCore end
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.180; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.195; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.198; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.495; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.499; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.500; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.503; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.506; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.509; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.513; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.517; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.519; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.523; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.523; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.526; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.527; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.530; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.531; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.534; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.534; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.537; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.538; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.541; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.542; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.545; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.547; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.550; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.552; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.556; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.561; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.565; org.apache.solr.SolrTestCaseJ4; ###Starting testField
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.565; org.apache.solr.SolrTestCaseJ4; ###Ending testField
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.568; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.570; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.573; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.575; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.579; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.581; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.584; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.585; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.588; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.589; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.592; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.592; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.595; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.596; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.599; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.599; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.602; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.603; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.607; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.607; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.610; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.612; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.615; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.617; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.620; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.620; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.623; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.624; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.627; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.630; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.633; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.635; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.639; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.640; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.643; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.644; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.648; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.651; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.655; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.656; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.660; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.661; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.665; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.666; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.670; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.671; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.674; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.675; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.678; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.679; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.682; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.683; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.686; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.687; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.691; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.692; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.695; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.697; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.700; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.705; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.709; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.712; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.715; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.718; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.722; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.722; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.726; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.734; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.737; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.738; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.741; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.742; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.745; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.746; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.749; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.751; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.755; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.756; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.759; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.760; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.764; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.764; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.768; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.768; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.772; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.772; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.776; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.779; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.782; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.784; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.787; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.788; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.791; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.793; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.794; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.795; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=974650162
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.795; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@42ed0850
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.801; 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 12:54:59.801; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.801; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.801; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.802; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.802; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.802; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.802; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.803; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 12:54:59.803; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368449698627/index
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ru_RU, timezone=America/Campo_Grande
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=103566208,total=257499136
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SuggesterFSTTest, FastVectorHighlighterTest, CacheHeaderTest, TestExtendedDismaxParser, LeaderElectionTest, TestSolrQueryParser, SoftAutoCommitTest, ChaosMonkeyShardSplitTest, TermsComponentTest, TestSweetSpotSimilarityFactory, AlternateDirectoryTest, PrimUtilsTest, TestSolrIndexConfig, BadComponentTest, TestWriterPerf, SearchHandlerTest, BinaryUpdateRequestHandlerTest, TestIBSimilarityFactory, ResponseLogComponentTest, TestRemoteStreaming, TestLRUCache, ZkControllerTest, SolrIndexSplitterTest, TestQueryUtils, AnalysisAfterCoreReloadTest, TestBadConfig, DateFieldTest, TestSolrCoreProperties, TestRandomDVFaceting, LoggingHandlerTest, IndexSchemaTest, BasicDistributedZkTest, SpatialFilterTest, TestFastWriter, SolrInfoMBeanTest, CircularListTest, TestPluginEnable, TestPhraseSuggestions, OverseerCollectionProcessorTest, TestManagedSchema, TestDocumentBuilder, TestStressRecovery, TestCharFilters, TestPHPSerializedResponseWriter, RegexBoostProcessorTest, TestUniqueKeyFieldResource, LegacyHTMLStripCharFilterTest, TestFieldCollectionResource, ShardRoutingTest, MinimalSchemaTest, CSVRequestHandlerTest, LukeRequestHandlerTest, TestFaceting, TestPropInjectDefaults, TestCloudManagedSchema, ScriptEngineTest, DistributedSpellCheckComponentTest, TestTrie, TestPerFieldSimilarity, RecoveryZkTest, SystemInfoHandlerTest, TestRealTimeGet, QueryEqualityTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=DCA3871D00E85CB7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ru_RU -Dtests.timezone=America/Campo_Grande -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J0 | 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([DCA3871D00E85CB7]: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 on J0 in 1.23s, 63 tests, 1 failure <<< FAILURES!

[...truncated 61 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.643; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.644; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.644; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368450017644/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.644; 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 13:00:17.645; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.745; org.apache.solr.cloud.ZkTestServer; start zk server on port:44770
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.746; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.849; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@241f552a name:ZooKeeperConnection Watcher:127.0.0.1:44770 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.849; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.850; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.856; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.858; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@38a3b503 name:ZooKeeperConnection Watcher:127.0.0.1:44770/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.859; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.859; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.891; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.892; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@d678c77 name:ZooKeeperConnection Watcher:127.0.0.1:44770/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.893; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.893; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.944; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.945; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.946; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.946; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.947; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.948; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.949; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.949; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.950; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.951; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.952; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.953; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.955; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@67c83e8b name:ZooKeeperConnection Watcher:127.0.0.1:44770 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.955; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.957; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
[junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.958; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.958; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.966; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.970; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.973; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.977; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.981; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.984; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.988; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.992; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.995; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:17.999; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.002; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.006; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.009; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.012; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.016; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.020; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.024; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.028; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.032; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.036; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.040; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.043; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.051; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.055; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.059; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.062; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.066; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.071; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.075; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.078; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.082; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.086; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.090; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.094; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.097; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.101; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.105; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.112; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.120; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.124; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.131; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.136; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.141; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.148; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.151; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.154; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.157; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.160; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.164; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.167; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.171; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.175; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.179; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.182; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.186; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.191; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.194; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.197; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.201; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.205; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.208; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.239; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.244; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.248; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.252; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.255; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.258; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.263; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.266; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.270; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.273; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.277; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.281; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.285; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.288; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.291; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.295; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.299; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.302; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.305; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.312; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.315; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.319; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.322; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.326; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.330; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.334; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.341; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.343; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@435499df name:ZooKeeperConnection Watcher:127.0.0.1:44770/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.343; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.344; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.391; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.392; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.394; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@57241c96 name:ZooKeeperConnection Watcher:127.0.0.1:44770 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.394; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.395; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/
[junit4:junit4]   1> idir:core0
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.395; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/conf with name core0 for SolrCore core0
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.396; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.398; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
[junit4:junit4]   1> idir:core1
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.399; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/conf with name core1 for SolrCore core1
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.400; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.407; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:44770 44770
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.408; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368450017644
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.413; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.414; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.414; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368450018414/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.414; 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 13:00:18.415; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.515; org.apache.solr.cloud.ZkTestServer; start zk server on port:53085
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.516; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.589; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@34f6f4b5 name:ZooKeeperConnection Watcher:127.0.0.1:53085 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.590; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.590; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.595; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.597; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@580692bc name:ZooKeeperConnection Watcher:127.0.0.1:53085/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.597; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.598; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.599; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.602; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@64f0cddd name:ZooKeeperConnection Watcher:127.0.0.1:53085/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.602; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.603; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.611; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:53085 53085
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.613; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368450018414
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.624; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.625; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.626; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368450018625/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.626; 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 13:00:18.627; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.727; org.apache.solr.cloud.ZkTestServer; start zk server on port:57505
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.728; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.732; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@474d7574 name:ZooKeeperConnection Watcher:127.0.0.1:57505 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.733; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.733; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.738; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.741; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5f026150 name:ZooKeeperConnection Watcher:127.0.0.1:57505/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.741; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.741; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.743; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.745; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2480f66d name:ZooKeeperConnection Watcher:127.0.0.1:57505/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.746; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.746; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.820; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.820; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.821; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.822; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.822; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.823; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.823; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.824; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.825; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.825; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/.svn/props
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.826; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.827; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.828; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3d31c528 name:ZooKeeperConnection Watcher:127.0.0.1:57505 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.828; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.829; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.831; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
[junit4:junit4]   1> idir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.831; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.832; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.835; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.839; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.841; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.842; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.844; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.846; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.848; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.851; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.853; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.855; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.858; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.861; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.864; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.868; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.871; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.875; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.878; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.882; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.885; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.888; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.891; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.894; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.897; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.901; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.905; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.908; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.912; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.915; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.919; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.923; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.926; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.930; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.933; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.937; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.941; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.944; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.948; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.951; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.955; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.957; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.961; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.965; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.970; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.973; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.977; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.980; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.984; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.987; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.990; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.993; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:18.996; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.000; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.003; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.006; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.009; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.013; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.017; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.020; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.024; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.028; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.031; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.034; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.037; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.042; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.045; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.048; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.052; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.055; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.059; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.062; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.066; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.069; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.072; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.076; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.080; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.083; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.087; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.091; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.094; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.098; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.101; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.105; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.113; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.120; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.122; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.124; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.125; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.130; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.132; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.133; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.140; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:57505 57505
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.141; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368450018625
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.149; org.apache.solr.SolrTestCaseJ4; ###Starting testList
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.149; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.297; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368450019150/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.298; 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 13:00:19.298; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.398; org.apache.solr.cloud.ZkTestServer; start zk server on port:49663
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.399; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.404; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@493f5563 name:ZooKeeperConnection Watcher:127.0.0.1:49663 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.405; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.405; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.408; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.409; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@42785d7b name:ZooKeeperConnection Watcher:127.0.0.1:49663/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.409; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.409; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.409; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.411; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.412; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1c0858bf name:ZooKeeperConnection Watcher:127.0.0.1:49663/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.412; 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 13:00:19.415; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:49663 49663
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.416; org.apache.solr.SolrTestCaseJ4; ###Ending testList
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368450019150
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.421; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.422; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.533; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368450019422/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.533; 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 13:00:19.533; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.633; org.apache.solr.cloud.ZkTestServer; start zk server on port:36749
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.634; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.639; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@455eec15 name:ZooKeeperConnection Watcher:127.0.0.1:36749 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.639; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.640; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.643; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.644; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4bc8a202 name:ZooKeeperConnection Watcher:127.0.0.1:36749/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.644; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.645; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.645; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.646; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@a8d9009 name:ZooKeeperConnection Watcher:127.0.0.1:36749/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.647; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.647; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.648; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.649; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@63482c6 name:ZooKeeperConnection Watcher:127.0.0.1:36749 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.649; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.650; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.654; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.656; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.658; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.659; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.661; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.662; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.664; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.666; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.668; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.670; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.671; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.673; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.675; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.678; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.680; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.684; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.686; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.689; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.691; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.693; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.695; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.696; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.700; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.702; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.703; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.705; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.707; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.708; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.710; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.712; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.713; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.715; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.717; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.718; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.729; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.731; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.733; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.737; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.738; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.740; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.742; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.743; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.746; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.747; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.749; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.750; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.751; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.753; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.754; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.756; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.757; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.760; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.762; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.763; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.765; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.767; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.768; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.771; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.773; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.775; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.777; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.779; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.781; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.783; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.786; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.789; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.792; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.795; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.798; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.802; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.805; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.808; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.812; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.815; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.818; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.821; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.825; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.829; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.833; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.836; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.839; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.842; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.846; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.849; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.853; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.856; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.860; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.863; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.869; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.871; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@67b329f name:ZooKeeperConnection Watcher:127.0.0.1:36749/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.872; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.872; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.873; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.879; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.880; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4bdd86e6 name:ZooKeeperConnection Watcher:127.0.0.1:36749/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.881; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.883; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.885; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.886; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.888; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.890; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.893; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.895; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.896; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.898; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.900; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.901; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.903; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.905; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.906; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.908; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.910; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.911; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.913; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.914; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.916; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.918; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.919; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.921; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.923; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.924; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.926; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.927; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.929; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.931; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.932; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.934; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.936; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.937; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.939; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.941; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.942; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.944; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.945; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.947; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.949; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.950; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.952; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.953; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.955; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.956; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.958; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.959; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.962; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.963; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.965; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.966; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.968; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.970; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.972; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.973; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.976; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.978; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.979; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.981; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.983; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.984; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.986; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.988; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.990; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.991; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.993; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.995; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.996; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:19.998; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.000; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.001; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.003; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.005; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.006; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.008; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.010; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.011; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.013; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.015; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.017; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.018; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.020; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.022; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.023; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.025; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.027; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.029; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.030; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.032; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.034; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.035; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.037; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.039; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.041; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.109; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:36749 36749
[junit4:junit4]   1> INFO  - 2013-05-13 13:00:20.110; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ZkCLITest-1368450019422
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=DCA3871D00E85CB7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_TN -Dtests.timezone=US/Pacific -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 0.71s J1 | ZkCLITest.testUpConfigLinkConfigClearZk <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368450019878/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([DCA3871D00E85CB7:F8C52A138A27EAD1]: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 13:00:20.122; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 2517 T3777 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=ar_TN, timezone=US/Pacific
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=8,threads=1,free=72986928,total=282300416
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ChaosMonkeySafeLeaderTest, TestBinaryResponseWriter, TestSolrXml, HardAutoCommitTest, BasicZkTest, TestSolrQueryParserResource, SolrIndexConfigTest, TestDFRSimilarityFactory, CurrencyFieldOpenExchangeTest, TestSuggestSpellingConverter, SpellCheckCollatorTest, TestPropInject, TestCodecSupport, TestLazyCores, CoreContainerCoreInitFailuresTest, DistanceFunctionTest, TestPartialUpdateDeduplication, TestSolrJ, HighlighterConfigTest, RequestHandlersTest, StandardRequestHandlerTest, TestCoreDiscovery, HighlighterTest, TestDefaultSearchFieldResource, TestJmxMonitoredMap, TestDistributedSearch, DocumentAnalysisRequestHandlerTest, TestRandomFaceting, XmlUpdateRequestHandlerTest, TestFastOutputStream, URLClassifyProcessorTest, PathHierarchyTokenizerFactoryTest, TestLuceneMatchVersion, DisMaxRequestHandlerTest, NumericFieldsTest, ClusterStateTest, DebugComponentTest, TestDistributedGrouping, MultiTermTest, TestLMJelinekMercerSimilarityFactory, CurrencyFieldXmlFileTest, TestRTGBase, TestNumberUtils, EchoParamsTest, TestRangeQuery, TestAnalyzedSuggestions, TestRecovery, UniqFieldsUpdateProcessorFactoryTest, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, SolrPluginUtilsTest, TestMergePolicyConfig, RequiredFieldsTest, TestSystemIdResolver, TestCollationField, OpenCloseCoreStressTest, TestIndexingPerformance, TestFiltering, LeaderElectionIntegrationTest, TestShardHandlerFactory, TestCSVResponseWriter, ZkSolrClientTest, TestQueryTypes, TestBinaryField, XsltUpdateRequestHandlerTest, TestSchemaSimilarityResource, TestMaxScoreQueryParser, TestReload, UpdateParamsTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OverseerTest, TestReplicationHandler, ZkCLITest]
[junit4:junit4] Completed on J1 in 3.55s, 5 tests, 1 failure <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_21) - Build # 5634 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5634/
Java: 32bit/jdk1.7.0_21 -client -XX:+UseParallelGC

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

Error Message:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base

Stack Trace:
java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
	at __randomizedtesting.SeedInfo.seed([9E24B08FB4291463:BA421D813EE6A205]: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([9E24B08FB4291463]: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 9078 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:51.774; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:51.774; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:51.916; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444771775/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:51.919; 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 11:32:51.921; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.021; org.apache.solr.cloud.ZkTestServer; start zk server on port:59560
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.072; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.219; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1dbd56a name:ZooKeeperConnection Watcher:127.0.0.1:59560 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.219; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.222; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.272; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.274; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@16c82b1 name:ZooKeeperConnection Watcher:127.0.0.1:59560/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.274; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.275; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.305; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.306; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1c7fb1d name:ZooKeeperConnection Watcher:127.0.0.1:59560/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.306; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.307; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444771775/tmp-solr-home/'
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.358; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.359; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.360; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@bf439 name:ZooKeeperConnection Watcher:127.0.0.1:59560 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.360; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.362; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444771775/tmp-solr-home/
[junit4:junit4]   1> idir:collection1
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.363; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444771775/tmp-solr-home/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.363; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.369; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.373; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.379; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.382; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.384; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.393; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.396; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.399; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.402; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.406; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.409; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.413; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.418; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.425; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.431; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.436; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.442; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.448; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.454; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.460; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.466; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.472; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.478; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.487; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.493; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.505; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.511; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.518; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.524; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.531; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.537; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.545; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.558; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.564; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.568; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.575; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.579; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.584; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.590; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.595; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.600; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.605; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.610; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.614; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.620; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.630; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.636; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.643; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.650; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.656; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.661; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.667; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.672; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.688; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.693; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.704; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.709; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.715; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.720; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.726; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.731; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.736; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.741; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.746; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.751; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.756; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.761; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.766; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.771; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.776; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.782; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.787; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.792; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.797; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.803; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.812; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.817; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.820; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.823; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.826; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.828; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.831; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.835; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.836; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@16a68e name:ZooKeeperConnection Watcher:127.0.0.1:59560/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.837; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.837; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.900; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.901; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.903; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2797ff name:ZooKeeperConnection Watcher:127.0.0.1:59560 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.903; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.905; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/
[junit4:junit4]   1> idir:core0
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.905; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/conf with name core0 for SolrCore core0
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.906; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.910; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
[junit4:junit4]   1> idir:core1
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.912; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/conf with name core1 for SolrCore core1
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.913; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.917; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.922; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:59560 59560
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.923; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444771775
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.934; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:52.934; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.061; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444772935/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.062; 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 11:32:53.062; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.162; org.apache.solr.cloud.ZkTestServer; start zk server on port:35274
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.164; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.169; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@17e4eba name:ZooKeeperConnection Watcher:127.0.0.1:35274 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.169; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.170; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.175; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.177; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1fa560c name:ZooKeeperConnection Watcher:127.0.0.1:35274/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.178; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.178; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.180; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.182; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@16fe956 name:ZooKeeperConnection Watcher:127.0.0.1:35274/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.182; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.183; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.193; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:35274 35274
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.195; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444772935
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.202; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.203; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.328; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444773204/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.329; 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 11:32:53.329; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.429; org.apache.solr.cloud.ZkTestServer; start zk server on port:47386
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.431; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.438; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@18ecb53 name:ZooKeeperConnection Watcher:127.0.0.1:47386 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.438; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.439; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.446; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.448; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@8bca00 name:ZooKeeperConnection Watcher:127.0.0.1:47386/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.448; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.449; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.452; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.453; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@10c1467 name:ZooKeeperConnection Watcher:127.0.0.1:47386/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.454; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.455; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444773204/tmp-solr-home/'
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.512; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.513; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.514; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@b0f5a7 name:ZooKeeperConnection Watcher:127.0.0.1:47386 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.514; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.515; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.518; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444773204/tmp-solr-home/
[junit4:junit4]   1> idir:collection1
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.519; org.apache.solr.cloud.ZkController; Uploading directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444773204/tmp-solr-home/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.519; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.524; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.528; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.530; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.533; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.536; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.539; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.544; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.554; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.560; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.565; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.570; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.575; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.580; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.585; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.590; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.595; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.602; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.607; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.613; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.618; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.621; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.623; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.626; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.630; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.633; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.636; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.638; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.641; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.645; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.649; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.654; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.659; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.664; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.669; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.673; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.678; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.685; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.689; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.693; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.705; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.710; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.716; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.720; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.726; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.732; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.736; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.740; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.745; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.748; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.752; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.757; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.761; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.765; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.775; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.780; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.785; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.790; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.794; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.799; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.804; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.809; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.814; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.819; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.823; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.828; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.833; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.839; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.843; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.848; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.852; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.857; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.861; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.866; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.871; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.876; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.880; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.886; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.891; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.895; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.901; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.905; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.910; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.916; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.921; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.924; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.927; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.930; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.932; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.934; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.936; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.942; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:47386 47386
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.944; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444773204
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.952; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.952; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.953; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444773953/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:53.954; 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 11:32:53.955; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.055; org.apache.solr.cloud.ZkTestServer; start zk server on port:52114
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.056; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.060; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1429ead name:ZooKeeperConnection Watcher:127.0.0.1:52114 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.060; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.060; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.063; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.064; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@9efabc name:ZooKeeperConnection Watcher:127.0.0.1:52114/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.064; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.064; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.065; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.066; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@916b9a name:ZooKeeperConnection Watcher:127.0.0.1:52114/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.066; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.067; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.067; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.068; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1673834 name:ZooKeeperConnection Watcher:127.0.0.1:52114 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.068; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.070; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.074; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.077; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.079; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.082; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.084; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.086; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.089; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.091; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.093; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.095; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.098; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.100; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.105; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.108; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.110; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.113; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.115; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.117; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.120; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.125; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.130; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.135; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.139; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.144; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.149; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.154; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.164; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.169; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.175; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.179; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.183; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.187; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.192; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.196; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.201; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.206; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.210; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.220; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.230; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.235; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.240; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.246; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.252; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.258; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.262; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.266; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.271; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.274; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.278; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.282; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.287; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.292; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.298; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.301; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.303; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.305; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.307; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.311; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.313; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.315; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.318; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.321; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.324; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.328; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.332; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.335; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.338; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.346; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.350; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.354; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.359; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.364; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.368; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.377; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.389; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.391; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.395; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.397; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.399; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.408; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.412; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.416; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.419; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.427; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.430; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@18a4583 name:ZooKeeperConnection Watcher:127.0.0.1:52114/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.430; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.431; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.452; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.454; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@61ad41 name:ZooKeeperConnection Watcher:127.0.0.1:52114/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.455; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.463; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.465; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.468; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.471; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.474; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.477; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.479; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.481; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.484; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.487; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.489; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.491; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.493; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.495; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.497; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.499; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.501; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.503; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.505; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.507; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.509; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.511; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.513; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.516; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.518; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.520; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.522; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.525; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.527; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.529; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.531; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.533; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.535; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.537; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.539; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.541; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.543; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.545; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.548; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.549; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.552; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.554; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.556; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.558; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.561; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.563; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.565; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.568; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.570; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.573; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.575; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.577; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.579; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.581; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.583; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.586; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.589; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.592; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.594; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.597; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.599; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.602; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.605; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.607; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.610; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.612; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.614; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.616; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.618; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.620; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.623; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.625; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.627; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.629; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.630; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.632; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.634; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.636; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.638; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.640; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.642; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.644; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.646; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.648; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.650; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.652; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.654; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.655; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.657; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.659; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.661; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.663; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.665; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.667; org.apache.solr.cloud.ZkController; Write file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.736; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:52114 52114
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.737; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444773953
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=9E24B08FB4291463 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_CR -Dtests.timezone=America/Grenada -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 0.82s J0 | ZkCLITest.testUpConfigLinkConfigClearZk <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368444774451/lang/.svn/prop-base/stoptags_ja.txt.svn-base does not exist source:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/lang/.svn/prop-base/stoptags_ja.txt.svn-base
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([9E24B08FB4291463:BA421D813EE6A205]: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 11:32:54.774; org.apache.solr.SolrTestCaseJ4; ###Starting testList
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.774; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.899; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444774775/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:54.899; 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 11:32:54.900; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.000; org.apache.solr.cloud.ZkTestServer; start zk server on port:56444
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.001; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.005; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@d6865d name:ZooKeeperConnection Watcher:127.0.0.1:56444 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.006; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.006; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.009; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.010; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3ecbf2 name:ZooKeeperConnection Watcher:127.0.0.1:56444/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.010; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.010; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.010; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.012; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.013; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@38ab5c name:ZooKeeperConnection Watcher:127.0.0.1:56444/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.013; 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 11:32:55.016; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:56444 56444
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.017; org.apache.solr.SolrTestCaseJ4; ###Ending testList
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368444774775
[junit4:junit4]   1> INFO  - 2013-05-13 11:32:55.018; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 3288 T784 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 4 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=es_CR, timezone=America/Grenada
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic i386/Oracle Corporation 1.7.0_21 (32-bit)/cpus=8,threads=1,free=39616848,total=206110720
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BadCopyFieldTest, TestReplicationHandler, TestIBSimilarityFactory, SystemInfoHandlerTest, TestReversedWildcardFilterFactory, DistributedQueryElevationComponentTest, PluginInfoTest, TestSolrQueryParser, SearchHandlerTest, TestFastLRUCache, TestFunctionQuery, TestJoin, BadComponentTest, AnalysisAfterCoreReloadTest, QueryParsingTest, ZkCLITest]
[junit4:junit4] Completed on J0 in 4.32s, 5 tests, 1 failure <<< FAILURES!

[...truncated 73 lines...]
[junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.184; org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.184; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.185; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.185; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.221; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.266; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.267; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.270; org.apache.solr.schema.IndexSchema; [null] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.600; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.603; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.605; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.607; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.614; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.614; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.614; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.622; org.apache.solr.core.CoreContainer; New CoreContainer 14298983
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.652; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.652; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184/
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.653; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a738be
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.653; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.654; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.654; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184/index/
[junit4:junit4]   1> WARN  - 2013-05-13 11:33:28.654; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.655; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184/index
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.656; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@17c2093 lockFactory=org.apache.lucene.store.NativeFSLockFactory@880085)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.656; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.656; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.658; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.658; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.658; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.659; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.659; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.659; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.660; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.660; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.661; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.661; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.662; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.662; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.662; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.663; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.663; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.663; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.664; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.664; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.665; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.665; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.666; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.666; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.666; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.667; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.667; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.668; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.670; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-13 11:33:28.672; 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 11:33:28.673; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.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, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.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, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, 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, SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-WARMER.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.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-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.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, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.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 11:33:28.675; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1eb6aca main
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.676; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.676; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.677; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.786; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.805; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1eb6aca main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.813; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.817; org.apache.solr.SolrTestCaseJ4; ####initCore end
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.820; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.848; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.852; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.854; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.858; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.859; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.863; org.apache.solr.SolrTestCaseJ4; ###Starting testField
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.864; org.apache.solr.SolrTestCaseJ4; ###Ending testField
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.868; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.869; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.872; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.873; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.875; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.875; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.878; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.879; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.882; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.884; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.888; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.889; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.892; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.892; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.895; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.895; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.898; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.898; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.901; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.901; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.904; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.906; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.909; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.910; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.913; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.914; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.916; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.925; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.928; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.930; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.932; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.935; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.938; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.938; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.941; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.946; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.948; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.949; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.951; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.953; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.955; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.958; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.961; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.961; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.964; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.965; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:28.967; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.002; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.005; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.007; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.010; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.011; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.014; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.015; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.018; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.020; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.022; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.023; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.026; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.027; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.029; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.030; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.033; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.033; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.035; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.037; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.040; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.040; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.043; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.045; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.047; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.048; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.051; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.061; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.065; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.065; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.068; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.068; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.071; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.072; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.074; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.075; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.078; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.078; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.081; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.082; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.085; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.086; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.089; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.093; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.096; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.097; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.100; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.102; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.105; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.106; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.109; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.110; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.112; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.113; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.116; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.117; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.120; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.120; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.123; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.124; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.126; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.128; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.131; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.131; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.133; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.134; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.137; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.137; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.140; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.141; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.143; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.144; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.145; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.145; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=14298983
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.145; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5e3fbd
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.157; 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 11:33:29.157; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.157; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.158; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.158; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.158; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.159; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.159; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.159; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 11:33:29.159; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-QueryEqualityTest-1368444808184/index
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=ca, timezone=America/Toronto
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic i386/Oracle Corporation 1.7.0_21 (32-bit)/cpus=8,threads=1,free=29479056,total=231997440
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BadCopyFieldTest, TestReplicationHandler, TestIBSimilarityFactory, SystemInfoHandlerTest, TestReversedWildcardFilterFactory, DistributedQueryElevationComponentTest, PluginInfoTest, TestSolrQueryParser, SearchHandlerTest, TestFastLRUCache, TestFunctionQuery, TestJoin, BadComponentTest, AnalysisAfterCoreReloadTest, QueryParsingTest, ZkCLITest, FileBasedSpellCheckerTest, TestLFUCache, StatelessScriptUpdateProcessorFactoryTest, ZkControllerTest, TestFastWriter, CSVRequestHandlerTest, OverseerCollectionProcessorTest, TestClassNameShortening, MinimalSchemaTest, TestDocumentBuilder, IndexSchemaTest, TestUniqueKeyFieldResource, FieldMutatingUpdateProcessorTest, TestPluginEnable, ClusterStateUpdateTest, QueryEqualityTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=9E24B08FB4291463 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ca -Dtests.timezone=America/Toronto -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J0 | 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([9E24B08FB4291463]: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 on J0 in 1.03s, 63 tests, 1 failure <<< FAILURES!

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

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