You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/05/13 07:13:26 UTC

[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 1237 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/1237/

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

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

Stack Trace:
java.lang.AssertionError: Make sure we did download each file in the original configuration
	at __randomizedtesting.SeedInfo.seed([6DE0F1B4C8F89270:49865CBA42372416]: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([6DE0F1B4C8F89270]: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 8995 lines...]
[junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:39.451; org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:39.452; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:39.454; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:39.455; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:39.582; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:39.698; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:39.700; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:39.724; org.apache.solr.schema.IndexSchema; [null] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.440; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.444; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.446; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.451; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.479; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.480; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.480; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.494; org.apache.solr.core.CoreContainer; New CoreContainer 759865690
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.551; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.552; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451/
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.552; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f29271e
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.554; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.554; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.555; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451/index/
[junit4:junit4]   1> WARN  - 2013-05-13 04:45:40.555; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.556; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451/index
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.558; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@2bceb4df lockFactory=org.apache.lucene.store.NativeFSLockFactory@1040095d)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.559; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.560; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.562; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.563; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.563; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.564; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.565; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.565; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.566; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.566; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.567; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.568; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.569; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.569; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.570; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.570; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.571; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.572; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.572; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.573; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.574; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.574; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.575; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.576; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.576; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.577; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.578; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.579; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.593; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-13 04:45:40.598; 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 04:45:40.600; org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-MERGEPOLICY.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, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.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, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, 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-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, 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, SOLRCONFIG-LAZYWRITER.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SCHEMA-COLLATEFILTER.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-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.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, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.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, BAD-CURRENCY.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG_PERF.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.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 04:45:40.603; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4f708099 main
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.604; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.605; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.605; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.624; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.681; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4f708099 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.690; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.705; org.apache.solr.SolrTestCaseJ4; ####initCore end
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.709; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.934; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.940; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.958; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:40.963; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.003; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.007; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.015; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.019; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.088; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.093; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.118; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.122; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.131; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.135; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.137; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.141; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.149; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.154; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.179; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.183; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.203; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.208; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.231; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.235; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.262; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.267; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.276; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.281; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.291; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.296; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.300; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.305; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.363; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.368; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.370; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.375; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.377; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.382; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.389; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.394; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.395; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.400; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.403; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.408; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.410; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.414; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.415; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.420; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.421; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.425; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.434; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.439; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.441; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.445; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.599; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.604; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.616; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.622; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.624; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.628; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.629; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.633; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.634; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.639; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.639; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.644; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.645; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.650; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.661; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.666; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.671; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.676; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.683; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.687; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.688; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.693; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.694; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.698; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.699; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.704; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.720; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.725; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.731; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.735; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.741; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.745; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.776; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.782; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.787; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.792; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.793; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.797; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.807; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.812; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.814; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.818; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.819; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.824; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.825; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.829; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.831; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.841; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.841; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.846; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.853; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.857; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.863; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.867; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.868; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.873; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.874; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.879; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.879; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.884; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.888; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.900; org.apache.solr.SolrTestCaseJ4; ###Starting testField
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.901; org.apache.solr.SolrTestCaseJ4; ###Ending testField
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.906; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.911; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.916; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.918; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.922; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.929; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.934; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.939; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.942; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.942; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=759865690
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.942; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@736cc380
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.959; 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 04:45:41.960; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.960; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.961; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.961; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.962; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.962; org.apache.solr.core.CachingDirectoryFactory; looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.963; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451/index
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.963; org.apache.solr.core.CachingDirectoryFactory; looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 04:45:41.963; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368420339451
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=sq_AL, timezone=America/Curacao
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=1,free=58239776,total=94371840
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestDocSet, TestSearchPerf, ChaosMonkeyNothingIsSafeTest, SliceStateTest, TestFastWriter, SolrCoreCheckLockOnStartupTest, CSVRequestHandlerTest, DebugComponentTest, OpenExchangeRatesOrgProviderTest, LegacyHTMLStripCharFilterTest, DateMathParserTest, FieldAnalysisRequestHandlerTest, QueryEqualityTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=6DE0F1B4C8F89270 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sq_AL -Dtests.timezone=America/Curacao -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([6DE0F1B4C8F89270]: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 2.61s, 63 tests, 1 failure <<< FAILURES!

[...truncated 511 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.049; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.050; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.051; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421892051/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.088; 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 05:11:32.089; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.190; org.apache.solr.cloud.ZkTestServer; start zk server on port:31420
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.191; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.195; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7a237811 name:ZooKeeperConnection Watcher:127.0.0.1:31420 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.195; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.196; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.226; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.228; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@57820a32 name:ZooKeeperConnection Watcher:127.0.0.1:31420/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.228; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.229; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.301; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.324; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6de47a0f name:ZooKeeperConnection Watcher:127.0.0.1:31420/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.324; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.325; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:32.401; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:31420 31420
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.732; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421892051
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.739; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.740; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.741; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421893740/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.741; 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 05:11:33.742; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.843; org.apache.solr.cloud.ZkTestServer; start zk server on port:31424
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.844; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.847; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5028a91f name:ZooKeeperConnection Watcher:127.0.0.1:31424 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.848; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.848; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.862; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.863; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@646c43a8 name:ZooKeeperConnection Watcher:127.0.0.1:31424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.864; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.864; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.865; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.866; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@331c4e85 name:ZooKeeperConnection Watcher:127.0.0.1:31424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.867; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.867; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.868; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.869; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@42840e59 name:ZooKeeperConnection Watcher:127.0.0.1:31424 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.869; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.872; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:33.888; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.093; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.097; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.113; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.124; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.127; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.131; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.138; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.141; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.145; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.156; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.162; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.166; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.169; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.177; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.180; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.184; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.192; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.195; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.198; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.206; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.209; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.213; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.216; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.219; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.223; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.232; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.236; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.239; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.247; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.250; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.253; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.257; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.264; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.267; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.271; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.278; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.281; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.292; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.295; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.304; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.307; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.310; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.318; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.321; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.325; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.328; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.336; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.350; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.353; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.356; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.371; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.374; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.377; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.393; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.402; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.405; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.407; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.415; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.418; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.421; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.424; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.432; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.435; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.439; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.442; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.449; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.459; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.462; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.466; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.469; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.479; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.487; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.490; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.493; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.497; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.505; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.508; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.516; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.520; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.522; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.537; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.540; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.547; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.552; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.559; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@c4c1c65 name:ZooKeeperConnection Watcher:127.0.0.1:31424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.559; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.560; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.575; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.577; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3d35dd6a name:ZooKeeperConnection Watcher:127.0.0.1:31424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.577; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.579; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.581; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.582; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.784; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.786; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.787; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.789; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.791; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.792; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.793; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.794; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.795; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.797; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.798; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.799; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.800; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.801; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.803; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.804; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.805; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.806; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.807; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.809; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.810; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.811; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.813; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.814; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.815; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.817; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.818; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.819; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.821; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.822; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.823; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.824; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.826; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.827; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.828; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.830; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.831; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.832; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.833; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.835; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.836; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.837; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.839; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.840; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.842; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.843; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.845; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.846; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.847; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.849; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.850; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.851; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.853; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.855; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.856; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.857; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.858; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.860; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.861; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.863; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.865; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.866; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.867; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.868; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.870; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.871; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.872; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.874; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.875; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.876; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.878; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.879; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.880; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.882; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.883; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.884; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.886; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.887; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.888; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.889; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.891; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.892; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.893; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.895; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.896; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.897; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.898; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.900; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.901; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.902; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:34.903; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368421894574/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.101; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:31424 31424
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.139; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421893740
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=6DE0F1B4C8F89270 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=iw_IL -Dtests.timezone=Africa/Asmera -Dtests.file.encoding=US-ASCII
[junit4:junit4] FAILURE 1.42s J0 | 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([6DE0F1B4C8F89270:49865CBA42372416]: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 05:11:35.159; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.159; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.526; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421895159/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.527; 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 05:11:35.528; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.629; org.apache.solr.cloud.ZkTestServer; start zk server on port:31431
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.630; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.634; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@154555a0 name:ZooKeeperConnection Watcher:127.0.0.1:31431 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.635; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.635; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.646; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.648; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6ebcf5dd name:ZooKeeperConnection Watcher:127.0.0.1:31431/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.648; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.649; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.650; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.651; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@66c2f9e0 name:ZooKeeperConnection Watcher:127.0.0.1:31431/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.652; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.652; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421895159/tmp-solr-home/'
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.761; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.763; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.769; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@429b8e64 name:ZooKeeperConnection Watcher:127.0.0.1:31431 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.769; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.776; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421895159/tmp-solr-home/
[junit4:junit4]   1> idir:collection1
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.776; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421895159/tmp-solr-home/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.777; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.797; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.800; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.804; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.808; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.811; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.820; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.830; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.837; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.840; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.957; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.961; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.966; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.982; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.990; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.993; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:35.997; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.001; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.004; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.016; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.024; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.035; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.051; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.055; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.058; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.061; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.065; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.068; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.071; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.074; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.077; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.081; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.085; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.088; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.096; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.105; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.115; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.121; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.130; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.140; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.148; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.166; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.179; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.182; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.190; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.194; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.198; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.203; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.206; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.220; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.227; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.231; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.234; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.242; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.245; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.256; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.260; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.264; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.267; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.271; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.279; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.282; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.286; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.297; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.308; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.327; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.334; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.338; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.361; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.371; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.386; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.396; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.400; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.407; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.411; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.419; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.427; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.435; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.456; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.467; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.478; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.483; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.487; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.491; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.500; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.511; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.516; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.523; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@33047e63 name:ZooKeeperConnection Watcher:127.0.0.1:31431/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.524; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.524; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/multicore/'
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.602; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.603; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.605; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5fb951c7 name:ZooKeeperConnection Watcher:127.0.0.1:31431 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.606; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.607; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/multicore/
[junit4:junit4]   1> idir:core0
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.608; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/multicore/core0/conf with name core0 for SolrCore core0
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.609; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.613; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
[junit4:junit4]   1> idir:core1
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.622; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/multicore/core1/conf with name core1 for SolrCore core1
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.624; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.637; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.664; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:31431 31431
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.727; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421895159
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.735; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:36.735; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.213; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421896736/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.214; 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 05:11:37.215; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.316; org.apache.solr.cloud.ZkTestServer; start zk server on port:31438
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.317; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.324; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@74380e42 name:ZooKeeperConnection Watcher:127.0.0.1:31438 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.325; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.325; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.408; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.443; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@62355d78 name:ZooKeeperConnection Watcher:127.0.0.1:31438/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.443; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.443; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.445; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.492; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6c2ff07 name:ZooKeeperConnection Watcher:127.0.0.1:31438/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.492; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.493; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421896736/tmp-solr-home/'
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.595; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.596; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.603; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@74acd49a name:ZooKeeperConnection Watcher:127.0.0.1:31438 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.603; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.604; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.631; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421896736/tmp-solr-home/
[junit4:junit4]   1> idir:collection1
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.631; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421896736/tmp-solr-home/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.633; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.652; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.662; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.868; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.880; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.884; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.889; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.900; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.912; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.917; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.927; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.935; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.939; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.943; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.947; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.950; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.961; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.965; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.969; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.973; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.981; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:37.989; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.000; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.004; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.008; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.012; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.022; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.026; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.030; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.033; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.038; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.041; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.051; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.054; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.066; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.070; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.073; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.077; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.081; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.084; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.088; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.091; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.095; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.099; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.102; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.110; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.114; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.117; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.121; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.126; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.129; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.139; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.142; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.146; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.150; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.161; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.165; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.169; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.173; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.176; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.180; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.188; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.192; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.196; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.211; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.215; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.219; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.226; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.234; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.253; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.261; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.271; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.279; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.290; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.299; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.309; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.313; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.322; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.326; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.331; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.341; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.352; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.356; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.360; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.364; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.380; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.396; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.408; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.415; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.434; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.441; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.464; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:31438 31438
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.787; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421896736
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.795; org.apache.solr.SolrTestCaseJ4; ###Starting testList
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.795; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.796; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421898795/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.796; 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 05:11:38.797; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.898; org.apache.solr.cloud.ZkTestServer; start zk server on port:31443
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.899; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.906; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5017e9f name:ZooKeeperConnection Watcher:127.0.0.1:31443 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.906; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.907; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.916; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.924; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@58c9efe3 name:ZooKeeperConnection Watcher:127.0.0.1:31443/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.924; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.925; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.925; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.929; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.931; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@61e63603 name:ZooKeeperConnection Watcher:127.0.0.1:31443/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:38.931; 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 05:11:38.949; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:31443 31443
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:39.008; org.apache.solr.SolrTestCaseJ4; ###Ending testList
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368421898795
[junit4:junit4]   1> INFO  - 2013-05-13 05:11:39.011; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 6973 T3474 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene3x, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=iw_IL, timezone=Africa/Asmera
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=1,free=255350904,total=536870912
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SampleTest, SortByFunctionTest, DistanceFunctionTest, UniqFieldsUpdateProcessorFactoryTest, TestCloudManagedSchemaAddField, CurrencyFieldOpenExchangeTest, TestQuerySenderListener, TestIndexSearcher, AlternateDirectoryTest, TestSolrIndexConfig, TestBM25SimilarityFactory, TestCharFilters, LeaderElectionIntegrationTest, TestDynamicFieldCollectionResource, StatsComponentTest, TestBadConfig, RAMDirectoryFactoryTest, TestReversedWildcardFilterFactory, BadCopyFieldTest, TermVectorComponentTest, BinaryUpdateRequestHandlerTest, TestJmxIntegration, NotRequiredUniqueKeyTest, TestSort, TestValueSourceCache, DistributedQueryElevationComponentTest, DocValuesMultiTest, TestCodecSupport, TestReplicationHandler, DocumentBuilderTest, SuggesterTest, TestFuzzyAnalyzedSuggestions, PeerSyncTest, TestDistributedSearch, TestPluginEnable, SliceStateUpdateTest, TestPostingsSolrHighlighter, TestSolrXMLSerializer, FileUtilsTest, TestExtendedDismaxParser, TestSuggestSpellingConverter, DocValuesTest, TestBinaryField, AnalysisAfterCoreReloadTest, TestLuceneMatchVersion, TestDynamicFieldResource, ZkSolrClientTest, FileBasedSpellCheckerTest, SoftAutoCommitTest, TestReload, ExternalFileFieldSortTest, TestAnalyzedSuggestions, FieldMutatingUpdateProcessorTest, ClusterStateTest, TestFastOutputStream, TestPropInjectDefaults, TestAtomicUpdateErrorCases, LeaderElectionTest, TestMergePolicyConfig, SyncSliceTest, TestFieldTypeResource, TestConfig, PolyFieldTest, BasicFunctionalityTest, TestXIncludeConfig, TestShardHandlerFactory, MoreLikeThisHandlerTest, BasicZkTest, TestSolrQueryParser, TestRangeQuery, ChaosMonkeyShardSplitTest, TestRandomDVFaceting, TestJoin, AliasIntegrationTest, OpenCloseCoreStressTest, RecoveryZkTest, TestFiltering, TestStressReorder, TestRealTimeGet, TestRecovery, TestCoreContainer, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, DistributedTermsComponentTest, ZkCLITest]
[junit4:junit4] Completed on J0 in 7.25s, 5 tests, 1 failure <<< FAILURES!

[...truncated 365 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:383: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:363: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:437: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1243: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:887: There were test failures: 296 suites, 1233 tests, 1 suite-level error, 1 failure, 27 ignored (8 assumptions)

Total time: 47 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 1239 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/1239/

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.replicator.http.HttpReplicatorTest

Error Message:
4 threads leaked from SUITE scope at org.apache.lucene.replicator.http.HttpReplicatorTest:     1) Thread[id=13, name=qtp711776018-13 Acceptor0 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:722)    2) Thread[id=17, name=qtp711776018-17 Acceptor1 SelectChannelConnector@0.0.0.0:7000, state=RUNNABLE, group=TGRP-HttpReplicatorTest]         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:226)         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:722)    3) Thread[id=19, name=qtp711776018-19 Acceptor3 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:722)    4) Thread[id=18, name=qtp711776018-18 Acceptor2 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:722)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.lucene.replicator.http.HttpReplicatorTest: 
   1) Thread[id=13, name=qtp711776018-13 Acceptor0 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:722)
   2) Thread[id=17, name=qtp711776018-17 Acceptor1 SelectChannelConnector@0.0.0.0:7000, state=RUNNABLE, group=TGRP-HttpReplicatorTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:226)
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:722)
   3) Thread[id=19, name=qtp711776018-19 Acceptor3 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:722)
   4) Thread[id=18, name=qtp711776018-18 Acceptor2 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:722)
	at __randomizedtesting.SeedInfo.seed([9DD295B91371D589]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.replicator.http.HttpReplicatorTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=13, name=qtp711776018-13 Acceptor0 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:722)    2) Thread[id=17, name=qtp711776018-17 Acceptor1 SelectChannelConnector@0.0.0.0:7000, state=RUNNABLE, group=TGRP-HttpReplicatorTest]         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:226)         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:722)    3) Thread[id=19, name=qtp711776018-19 Acceptor3 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:722)    4) Thread[id=18, name=qtp711776018-18 Acceptor2 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:722)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=13, name=qtp711776018-13 Acceptor0 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:722)
   2) Thread[id=17, name=qtp711776018-17 Acceptor1 SelectChannelConnector@0.0.0.0:7000, state=RUNNABLE, group=TGRP-HttpReplicatorTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:226)
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:722)
   3) Thread[id=19, name=qtp711776018-19 Acceptor3 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:722)
   4) Thread[id=18, name=qtp711776018-18 Acceptor2 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:722)
	at __randomizedtesting.SeedInfo.seed([9DD295B91371D589]:0)




Build Log:
[...truncated 8125 lines...]
[junit4:junit4] Suite: org.apache.lucene.replicator.http.HttpReplicatorTest
[junit4:junit4]   2> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[junit4:junit4]   2> SLF4J: Defaulting to no-operation (NOP) logger implementation
[junit4:junit4]   2> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[junit4:junit4]   2> May 13, 2013 1:59:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4:junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
[junit4:junit4]   2> May 13, 2013 1:59:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4:junit4]   2> SEVERE: 4 threads leaked from SUITE scope at org.apache.lucene.replicator.http.HttpReplicatorTest: 
[junit4:junit4]   2>    1) Thread[id=13, name=qtp711776018-13 Acceptor0 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2>         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]   2>         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]   2>         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2>         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2>    2) Thread[id=17, name=qtp711776018-17 Acceptor1 SelectChannelConnector@0.0.0.0:7000, state=RUNNABLE, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2>         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
[junit4:junit4]   2>         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:226)
[junit4:junit4]   2>         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]   2>         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2>         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2>    3) Thread[id=19, name=qtp711776018-19 Acceptor3 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2>         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]   2>         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]   2>         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2>         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2>    4) Thread[id=18, name=qtp711776018-18 Acceptor2 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2>         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]   2>         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]   2>         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2>         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> May 13, 2013 1:59:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4:junit4]   2> INFO: Starting to interrupt leaked threads:
[junit4:junit4]   2>    1) Thread[id=13, name=qtp711776018-13 Acceptor0 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2>    2) Thread[id=17, name=qtp711776018-17 Acceptor1 SelectChannelConnector@0.0.0.0:7000, state=RUNNABLE, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2>    3) Thread[id=19, name=qtp711776018-19 Acceptor3 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2>    4) Thread[id=18, name=qtp711776018-18 Acceptor2 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2> May 13, 2013 1:59:51 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4:junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
[junit4:junit4]   2>    1) Thread[id=13, name=qtp711776018-13 Acceptor0 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2>         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]   2>         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]   2>         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2>         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2>    2) Thread[id=17, name=qtp711776018-17 Acceptor1 SelectChannelConnector@0.0.0.0:7000, state=RUNNABLE, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2>         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
[junit4:junit4]   2>         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:226)
[junit4:junit4]   2>         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]   2>         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2>         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2>    3) Thread[id=19, name=qtp711776018-19 Acceptor3 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2>         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]   2>         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]   2>         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2>         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2>    4) Thread[id=18, name=qtp711776018-18 Acceptor2 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]   2>         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]   2>         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]   2>         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2>         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=zh_TW, timezone=CST6CDT
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=5,free=67543400,total=124780544
[junit4:junit4]   2> NOTE: All tests run in this JVM: [HttpReplicatorTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpReplicatorTest -Dtests.seed=9DD295B91371D589 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh_TW -Dtests.timezone=CST6CDT -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s J0 | HttpReplicatorTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.lucene.replicator.http.HttpReplicatorTest: 
[junit4:junit4]    >    1) Thread[id=13, name=qtp711776018-13 Acceptor0 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]    >         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]    >         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]    >         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >    2) Thread[id=17, name=qtp711776018-17 Acceptor1 SelectChannelConnector@0.0.0.0:7000, state=RUNNABLE, group=TGRP-HttpReplicatorTest]
[junit4:junit4]    >         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
[junit4:junit4]    >         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:226)
[junit4:junit4]    >         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]    >         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >    3) Thread[id=19, name=qtp711776018-19 Acceptor3 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]    >         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]    >         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]    >         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >    4) Thread[id=18, name=qtp711776018-18 Acceptor2 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]    >         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]    >         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]    >         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([9DD295B91371D589]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
[junit4:junit4]    >    1) Thread[id=13, name=qtp711776018-13 Acceptor0 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]    >         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]    >         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]    >         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >    2) Thread[id=17, name=qtp711776018-17 Acceptor1 SelectChannelConnector@0.0.0.0:7000, state=RUNNABLE, group=TGRP-HttpReplicatorTest]
[junit4:junit4]    >         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
[junit4:junit4]    >         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:226)
[junit4:junit4]    >         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]    >         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >    3) Thread[id=19, name=qtp711776018-19 Acceptor3 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]    >         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]    >         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]    >         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >    4) Thread[id=18, name=qtp711776018-18 Acceptor2 SelectChannelConnector@0.0.0.0:7000, state=BLOCKED, group=TGRP-HttpReplicatorTest]
[junit4:junit4]    >         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:210)
[junit4:junit4]    >         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
[junit4:junit4]    >         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([9DD295B91371D589]:0)
[junit4:junit4] Completed on J0 in 26.58s, 1 test, 2 errors <<< FAILURES!

[...truncated 13 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:383: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:363: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build.xml:554: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1800: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/module-build.xml:61: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1243: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:887: There were test failures: 7 suites, 30 tests, 2 suite-level errors, 1 ignored

Total time: 20 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 1238 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/1238/

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([BB4F746227D98D37:9F29D96CAD163B51]: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([BB4F746227D98D37]: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 9372 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ZkCLITest
[junit4:junit4]   1> WARN  - 2013-05-13 10:04:18.878; org.apache.solr.SolrTestCaseJ4; startTrackingSearchers: numOpens=2 numCloses=2
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:18.882; org.apache.solr.SolrTestCaseJ4; ###Starting testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:18.883; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.320; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439458883/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.321; 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:04:19.321; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.422; org.apache.solr.cloud.ZkTestServer; start zk server on port:25618
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.423; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.427; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@653909ac name:ZooKeeperConnection Watcher:127.0.0.1:25618 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.428; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.428; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.443; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.445; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@56cf38f8 name:ZooKeeperConnection Watcher:127.0.0.1:25618/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.445; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.445; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testUpConfigLinkConfigClearZk
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.500; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.503; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@67004d98 name:ZooKeeperConnection Watcher:127.0.0.1:25618/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.504; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.504; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.505; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.508; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@73ebd787 name:ZooKeeperConnection Watcher:127.0.0.1:25618 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.508; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.512; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.529; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.735; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.744; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.754; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.758; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.761; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.769; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.772; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.775; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.784; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.786; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.790; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.801; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.804; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.807; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.815; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.819; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.822; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.829; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.833; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.836; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.839; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.847; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.850; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.853; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.861; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.865; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.869; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.873; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.875; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.885; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.888; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.891; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.898; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.902; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.905; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.913; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.916; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.919; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.922; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.931; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.937; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.947; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.950; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.953; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.961; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.964; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.969; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.972; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.974; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.982; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.985; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.988; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.991; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:19.998; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.001; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.004; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.007; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.009; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.012; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.020; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.023; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.025; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.034; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.037; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.039; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.048; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.051; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.056; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.059; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.062; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.064; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.073; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.077; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.080; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.093; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.096; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.106; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.121; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.125; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.129; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.133; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.136; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.140; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.143; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.154; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.158; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.161; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.173; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.176; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.180; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.182; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/confsetone/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.194; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.195; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1679d0d0 name:ZooKeeperConnection Watcher:127.0.0.1:25618/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.196; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.196; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.197; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.212; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.213; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@698a0a6f name:ZooKeeperConnection Watcher:127.0.0.1:25618/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.214; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.216; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.218; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.219; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.421; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.424; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.425; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.428; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.430; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.431; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.433; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.434; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.436; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.437; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.439; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.441; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.442; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.444; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.445; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.447; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.449; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.450; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.452; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.453; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.455; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.457; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.458; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.460; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.462; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.465; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.467; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.468; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.470; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.471; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.473; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.475; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.476; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.478; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.479; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.481; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.482; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.484; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.485; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.487; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.489; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.490; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.492; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.493; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.496; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.497; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.499; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.500; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.502; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.503; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.505; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.507; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.509; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.511; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.512; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.514; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.516; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.517; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.519; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.521; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.522; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.524; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.526; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.527; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.529; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.530; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.532; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.534; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.536; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.538; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.539; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.541; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.543; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.544; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.546; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.548; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.549; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.551; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.552; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.554; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.556; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.558; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.560; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.561; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.562; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.564; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.565; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.567; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.568; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.569; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.571; org.apache.solr.cloud.ZkController; Write file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1368439460210/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.697; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:25618 25618
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.968; org.apache.solr.SolrTestCaseJ4; ###Ending testUpConfigLinkConfigClearZk
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439458883
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest -Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=BB4F746227D98D37 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vi_VN -Dtests.timezone=Africa/Porto-Novo -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE 2.12s J0 | 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([BB4F746227D98D37:9F29D96CAD163B51]: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:04:20.997; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:20.998; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.282; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439460998/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.283; 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:04:21.284; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.385; org.apache.solr.cloud.ZkTestServer; start zk server on port:37707
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.386; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.389; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@63a9571b name:ZooKeeperConnection Watcher:127.0.0.1:37707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.390; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.395; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.404; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@52f719a6 name:ZooKeeperConnection Watcher:127.0.0.1:37707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.404; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.404; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrap
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.405; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.406; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@369d5829 name:ZooKeeperConnection Watcher:127.0.0.1:37707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.407; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.407; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439460998/tmp-solr-home/'
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.478; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.479; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.481; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6d611fba name:ZooKeeperConnection Watcher:127.0.0.1:37707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.482; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.484; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439460998/tmp-solr-home/
[junit4:junit4]   1> idir:collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.485; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439460998/tmp-solr-home/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.486; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.496; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.506; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.511; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.514; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.517; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.530; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.537; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.540; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.548; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.554; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.557; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.559; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.568; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.574; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.582; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.585; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.588; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.596; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.599; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.602; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.609; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.612; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.615; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.622; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.624; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.627; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.630; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.633; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.637; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.641; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.654; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.657; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.660; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.664; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.667; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.675; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.679; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.690; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.693; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.696; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.699; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.707; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.712; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.716; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.726; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.729; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.733; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.737; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.749; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.752; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.759; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.762; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.764; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.773; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.778; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.782; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.785; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.788; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.791; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.799; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.804; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.808; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.811; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.819; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.822; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.826; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.829; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.837; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.840; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.843; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.851; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.854; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.857; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.865; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.870; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.873; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.876; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.879; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.888; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.892; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.896; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.901; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.904; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.913; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.917; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.921; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.931; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.935; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.941; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.944; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.949; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.952; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6661b6c name:ZooKeeperConnection Watcher:127.0.0.1:37707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.952; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:21.953; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/multicore/'
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.009; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.010; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.013; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7b3b38f5 name:ZooKeeperConnection Watcher:127.0.0.1:37707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.014; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.016; org.apache.solr.cloud.ZkController; bootstraping config for 2 cores into ZooKeeper using solr.xml from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/multicore/
[junit4:junit4]   1> idir:core0
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.017; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/multicore/core0/conf with name core0 for SolrCore core0
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.017; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.028; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core0/solrconfig.xml
[junit4:junit4]   1> idir:core1
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.030; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/multicore/core1/conf with name core1 for SolrCore core1
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.031; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.041; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/core1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.055; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:37707 37707
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.155; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrap
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439460998
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.159; org.apache.solr.SolrTestCaseJ4; ###Starting testList
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.160; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testList
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.161; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439462160/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.161; 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:04:22.162; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.262; org.apache.solr.cloud.ZkTestServer; start zk server on port:44177
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.263; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.288; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2ae15fb0 name:ZooKeeperConnection Watcher:127.0.0.1:44177 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.290; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.290; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.296; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.298; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6fe8fc71 name:ZooKeeperConnection Watcher:127.0.0.1:44177/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.299; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.299; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testList
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.299; org.apache.solr.common.cloud.SolrZkClient; makePath: /test
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.302; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.310; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@71355058 name:ZooKeeperConnection Watcher:127.0.0.1:44177/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:22.310; 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:04:22.316; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:44177 44177
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.477; org.apache.solr.SolrTestCaseJ4; ###Ending testList
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439462160
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.482; org.apache.solr.SolrTestCaseJ4; ###Starting testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.483; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.484; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439463483/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.484; 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:04:23.485; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.585; org.apache.solr.cloud.ZkTestServer; start zk server on port:44204
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.589; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.593; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4e870ccc name:ZooKeeperConnection Watcher:127.0.0.1:44204 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.594; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.594; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.626; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.676; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@455e1a8b name:ZooKeeperConnection Watcher:127.0.0.1:44204/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.677; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.677; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testMakePath
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.678; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.682; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@349a8763 name:ZooKeeperConnection Watcher:127.0.0.1:44204/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.683; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.684; org.apache.solr.common.cloud.SolrZkClient; makePath: /path/mynewpath
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.795; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:44204 44204
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.925; org.apache.solr.SolrTestCaseJ4; ###Ending testMakePath
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439463483
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.932; org.apache.solr.SolrTestCaseJ4; ###Starting testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.933; org.apache.solr.cloud.ZkCLITest; ####SETUP_START testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.934; org.apache.solr.cloud.ZkCLITest; ZooKeeper dataDir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439463933/zookeeper/server1/data
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:23.934; 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:04:23.935; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.035; org.apache.solr.cloud.ZkTestServer; start zk server on port:44209
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.036; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.063; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@41e4b820 name:ZooKeeperConnection Watcher:127.0.0.1:44209 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.063; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.064; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.092; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.101; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3bb16e20 name:ZooKeeperConnection Watcher:127.0.0.1:44209/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.102; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.102; org.apache.solr.cloud.ZkCLITest; ####SETUP_END testBootstrapWithChroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.105; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.108; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5c1cfe76 name:ZooKeeperConnection Watcher:127.0.0.1:44209/solr/foo/bar got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.108; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.108; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.217; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.218; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.220; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/bin
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.221; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/bin/.svn
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.222; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/bin/.svn/props
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.223; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/bin/.svn/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.224; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/bin/.svn/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.225; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/bin/.svn/tmp
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.226; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/bin/.svn/tmp/props
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.226; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/bin/.svn/tmp/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.227; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/bin/.svn/tmp/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.228; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/.svn
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.229; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/.svn/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.231; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.233; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/.svn/tmp
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.233; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.234; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.235; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.235; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/.svn/props
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.237; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.245; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.252; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@64f07099 name:ZooKeeperConnection Watcher:127.0.0.1:44209 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.252; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.253; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr/foo/bar
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.263; org.apache.solr.cloud.ZkController; bootstraping config for 1 cores into ZooKeeper using solr.xml from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/
[junit4:junit4]   1> idir:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.279; org.apache.solr.cloud.ZkController; Uploading directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/solr/collection1/conf with name collection1 for SolrCore collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.280; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.305; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-FoldToASCII.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.518; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/update-script.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.522; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/main.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_spatial.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.538; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_pivot.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.543; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.css
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.547; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/suggest.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.550; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_fields.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.554; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster_results.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.557; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/cluster.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/jquery.autocomplete.js
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.570; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/browse.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.591; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/debug.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.595; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/mime_type_lists.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.599; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/join_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.603; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/did_you_mean.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.606; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.611; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/product_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.615; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facets.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.630; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/VM_global_library.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.637; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_ranges.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.664; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/results_list.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.669; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/head.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.675; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_form.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.680; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/facet_queries.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.703; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/footer.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.723; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_bottom.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.727; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.730; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/header.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.734; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/error.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.748; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/richtext_doc.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.753; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_grouped.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.760; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/README.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.771; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/hit_plain.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.775; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/tabs.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.778; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/query_group.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.797; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/pagination_top.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.800; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/velocity/layout.vm
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.808; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.814; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-top.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.825; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stoptags_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.852; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_tr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.855; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_da.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.858; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.866; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_en.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.873; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ar.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.878; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_eu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.899; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_pt.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.918; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_th.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.922; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/hyphenations_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.926; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.944; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_sv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.970; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.975; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stemdict_nl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.983; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_gl.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.988; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_es.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:24.994; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hu.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.009; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.014; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.034; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.041; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/userdict_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.048; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fi.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.062; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/contractions_it.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.068; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_lv.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.089; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_bg.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.093; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_el.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.097; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ro.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.101; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fr.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.104; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ca.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.108; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ga.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_cz.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.130; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_hy.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.135; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_fa.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.139; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ru.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.157; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_ja.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.195; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_no.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_id.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.230; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/lang/stopwords_de.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.235; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/luke.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.241; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/updateXml.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.254; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.259; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_rss.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.285; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/xslt/example_atom.xsl
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.290; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.313; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.318; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/scripts.conf
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.324; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.346; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.365; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/spellings.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.370; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/elevate.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.374; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.378; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/admin-extra.menu-bottom.html
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.382; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/collection1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.397; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:44209 44209
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.514; org.apache.solr.SolrTestCaseJ4; ###Ending testBootstrapWithChroot
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-ZkCLITest-1368439463933
[junit4:junit4]   1> INFO  - 2013-05-13 10:04:25.518; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 6652 T1794 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=vi_VN, timezone=Africa/Porto-Novo
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=1,free=433029152,total=536870912
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SolrRequestParserTest, MBeansHandlerTest, TestCloudManagedSchema, CurrencyFieldOpenExchangeTest, BasicZkTest, TestSolr4Spatial, FieldMutatingUpdateProcessorTest, SpellingQueryConverterTest, HighlighterTest, TestXIncludeConfig, QueryResultKeyTest, TestNumberUtils, BadComponentTest, TestComponentsName, TestQuerySenderNoQuery, SuggesterTSTTest, CurrencyFieldXmlFileTest, PrimUtilsTest, ZkNodePropsTest, DocValuesMultiTest, TestReversedWildcardFilterFactory, TestSystemIdResolver, RequiredFieldsTest, ChaosMonkeyNothingIsSafeTest, TestRandomFaceting, TestArbitraryIndexDir, TestDFRSimilarityFactory, DistributedSpellCheckComponentTest, TestLMJelinekMercerSimilarityFactory, QueryParsingTest, TestLRUCache, PeerSyncTest, NoCacheHeaderTest, ClusterStateUpdateTest, XmlUpdateRequestHandlerTest, TestDynamicFieldResource, BasicFunctionalityTest, LeaderElectionIntegrationTest, SpellPossibilityIteratorTest, TestAtomicUpdateErrorCases, PingRequestHandlerTest, TestDefaultSearchFieldResource, TestGroupingSearch, ShardRoutingCustomTest, UniqFieldsUpdateProcessorFactoryTest, TestFieldTypeResource, TestShardHandlerFactory, TestDistributedSearch, TestSchemaSimilarityResource, LukeRequestHandlerTest, TestStressVersions, TestCloudManagedSchemaAddField, TestSearchPerf, TestPhraseSuggestions, ConvertedLegacyTest, TestStressLucene, DocValuesTest, DirectSolrSpellCheckerTest, TestHashPartitioner, ChaosMonkeyShardSplitTest, TestRTGBase, PluginInfoTest, TestBinaryField, ZkCLITest]
[junit4:junit4] Completed on J0 in 7.18s, 5 tests, 1 failure <<< FAILURES!

[...truncated 176 lines...]
[junit4:junit4] Suite: org.apache.solr.search.QueryEqualityTest
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:07.934; org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:07.935; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:07.936; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:07.936; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.003; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.059; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.060; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema15.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.065; org.apache.solr.schema.IndexSchema; [null] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.551; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.556; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.559; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.564; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.578; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.579; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.579; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.598; org.apache.solr.core.CoreContainer; New CoreContainer 1073712239
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.661; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.662; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934/
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.663; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ae1fc0d
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.664; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.664; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.665; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934/index/
[junit4:junit4]   1> WARN  - 2013-05-13 10:16:08.665; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.666; org.apache.solr.core.CachingDirectoryFactory; return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934/index
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.669; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ab1d1a4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@9fc8f85)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.669; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.671; org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.673; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.674; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.674; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.675; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.676; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.677; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.677; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.678; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.679; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.679; org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.680; org.apache.solr.core.RequestHandlers; created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.681; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.682; org.apache.solr.core.RequestHandlers; created defaults: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.682; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.683; org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.683; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.684; org.apache.solr.core.RequestHandlers; created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.685; org.apache.solr.core.RequestHandlers; created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.685; org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.686; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.687; org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.687; org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.688; org.apache.solr.core.RequestHandlers; created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.689; org.apache.solr.core.RequestHandlers; created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.689; org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.690; org.apache.solr.core.RequestHandlers; created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.706; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-13 10:16:08.711; 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:16:08.713; 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, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SCHEMA-MINIMAL.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SOLRCONFIG-MERGEPOLICY.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, SOLRCONFIG-QUERYSENDER.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, SCHEMA-TINY.XML, CONDITIONAL.UPDATEPROCESSOR.JS, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, 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, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-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, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, SCHEMA-FOLDING.XML, STOPWORDS.TXT, 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-MASTER2.XML, SOLRCONFIG-MANAGED-SCHEMA.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, SCHEMA-COLLATEFILTER.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-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.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, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, SOLRCONFIG-NATIVELOCK.XML, XSLT, 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, BAD-CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.719; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5edaf8db main
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.721; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.722; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.723; org.apache.solr.handler.component.SpellCheckComponent; Initializing spell checkers
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.737; org.apache.solr.spelling.DirectSolrSpellChecker; init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.796; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@5edaf8db main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.801; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.816; org.apache.solr.SolrTestCaseJ4; ####initCore end
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.821; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.861; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMod
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.866; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.868; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncProduct
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.873; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.873; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNumdocs
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.878; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.880; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncQuery
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.885; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.898; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBbox
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.903; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.904; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTop
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.909; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.910; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDiv
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.916; org.apache.solr.SolrTestCaseJ4; ###Starting testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.920; org.apache.solr.SolrTestCaseJ4; ###Ending testTestFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.925; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.927; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeodist
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.932; org.apache.solr.SolrTestCaseJ4; ###Starting testField
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.933; org.apache.solr.SolrTestCaseJ4; ###Ending testField
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.938; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.939; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFrange
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.944; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.945; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryTerm
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.950; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.951; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBools
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.956; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.967; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySurround
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.972; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.973; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTestfunc
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.979; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.980; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncVector
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.985; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.986; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRecip
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.991; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.994; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucene
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:08.999; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.006; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNot
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.011; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.014; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.019; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.020; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncScale
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.025; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.026; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMaxdoc
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.031; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.032; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncField
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.037; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.037; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryPrefix
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.043; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.044; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryBoost
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.049; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.051; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMin
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.056; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.064; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncTerms
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.070; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.070; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMap
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.076; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.077; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDef
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.082; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.090; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryDismax
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.095; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.096; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryJoin
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.101; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.102; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMathConsts
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.107; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.110; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDoubleValueBools
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.115; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.116; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryNested
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.121; org.apache.solr.SolrTestCaseJ4; ###Starting testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.124; org.apache.solr.SolrTestCaseJ4; ###Ending testDateMathParsingEquality
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.129; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.131; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMs
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.136; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.143; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSingleValueMathFuncs
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.148; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.159; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncCurrency
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.164; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.165; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncIf
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.171; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.179; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLinear
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.184; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.185; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncMax
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.190; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.192; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryFunc
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.197; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.198; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSttf
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.203; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.205; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncExists
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.210; org.apache.solr.SolrTestCaseJ4; ###Starting testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.211; org.apache.solr.SolrTestCaseJ4; ###Ending testParserCoverage
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.216; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.223; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGeohash
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.229; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.237; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncHsin
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.242; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.244; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSub
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.249; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.252; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryGeofilt
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.258; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.259; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncBoost
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.265; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.266; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSqedist
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.271; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.272; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncDist
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.277; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.278; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncLiteral
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.283; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.284; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncRord
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.289; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.290; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncNorm
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.295; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.296; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryRaw
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.301; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.303; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncStrdist
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.308; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.317; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncJoindf
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.323; org.apache.solr.SolrTestCaseJ4; ###Starting testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.326; org.apache.solr.SolrTestCaseJ4; ###Ending testQuerySwitch
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.331; org.apache.solr.SolrTestCaseJ4; ###Starting testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.334; org.apache.solr.SolrTestCaseJ4; ###Ending testQueryLucenePlusSort
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.340; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.340; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncGhhsin
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.346; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.346; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncOrd
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.352; org.apache.solr.SolrTestCaseJ4; ###Starting testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.354; org.apache.solr.SolrTestCaseJ4; ###Ending testFuncSum
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.356; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.356; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1073712239
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.357; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@225cec3c
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.367; 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:16:09.368; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.369; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.369; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.370; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.370; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.370; org.apache.solr.core.CachingDirectoryFactory; looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.371; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934/index
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.372; org.apache.solr.core.CachingDirectoryFactory; looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934 [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-13 10:16:09.372; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-QueryEqualityTest-1368440167934
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=lt, timezone=Etc/GMT+6
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=1,free=177873768,total=417333248
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SpellCheckCollatorTest, DebugComponentTest, IndexSchemaRuntimeFieldTest, TestSchemaNameResource, OverseerCollectionProcessorTest, TestRangeQuery, RegexBoostProcessorTest, AutoCommitTest, TermVectorComponentDistributedTest, MoreLikeThisHandlerTest, TestJmxIntegration, TestUtils, DistributedTermsComponentTest, SynonymTokenizerTest, TestPropInjectDefaults, DocumentBuilderTest, TestSchemaVersionResource, DateMathParserTest, TermsComponentTest, SolrCoreCheckLockOnStartupTest, TestSerializedLuceneMatchVersion, ClusterStateTest, TimeZoneUtilsTest, BadIndexSchemaTest, RecoveryZkTest, TestLuceneMatchVersion, TestLazyCores, TestSurroundQueryParser, ResponseLogComponentTest, TestDefaultSimilarityFactory, PreAnalyzedFieldTest, TestExtendedDismaxParser, TestIndexingPerformance, TestSweetSpotSimilarityFactory, SliceStateTest, CoreAdminHandlerTest, TestRemoteStreaming, AnalysisAfterCoreReloadTest, TestZkChroot, TestFuzzyAnalyzedSuggestions, DefaultValueUpdateProcessorTest, XsltUpdateRequestHandlerTest, TestBinaryResponseWriter, TestCharFilters, ZkControllerTest, CircularListTest, TestPHPSerializedResponseWriter, TestSolrDeletionPolicy2, TestSolrCoreProperties, TestDynamicFieldCollectionResource, LoggingHandlerTest, TestReload, MultiTermTest, TestQueryTypes, SolrIndexConfigTest, DisMaxRequestHandlerTest, TestRecovery, TestSolrQueryParserResource, WordBreakSolrSpellCheckerTest, RequestHandlersTest, ShardSplitTest, TestMaxScoreQueryParser, TestCoreContainer, DateFieldTest, SOLR749Test, NotRequiredUniqueKeyTest, RAMDirectoryFactoryTest, SolrCoreTest, TestStressRecovery, BinaryUpdateRequestHandlerTest, TestFieldCollectionResource, TestFiltering, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, BasicDistributedZkTest, TestRandomDVFaceting, UnloadDistributedZkTest, TestJoin, AliasIntegrationTest, OpenCloseCoreStressTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, CachingDirectoryFactoryTest, SpellCheckComponentTest, TestManagedSchemaFieldResource, HardAutoCommitTest, SolrCmdDistributorTest, StatsComponentTest, TestFunctionQuery, ShowFileRequestHandlerTest, TestIndexSearcher, TestBadConfig, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, QueryEqualityTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=BB4F746227D98D37 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lt -Dtests.timezone=Etc/GMT+6 -Dtests.file.encoding=ISO-8859-1
[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([BB4F746227D98D37]: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 1.51s, 63 tests, 1 failure <<< FAILURES!

[...truncated 320 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:383: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:363: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:437: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1243: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:887: There were test failures: 296 suites, 1233 tests, 1 suite-level error, 1 failure, 27 ignored (8 assumptions)

Total time: 50 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure