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

4 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.analysis.TestFoldingMultitermExtrasQuery

Error Message:
org/apache/commons/logging/LogFactory

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
        at __randomizedtesting.SeedInfo.seed([72B2CABE3E8F95C]:0)
        at 
org.apache.http.impl.client.CloseableHttpClient.<init>(CloseableHttpClient.java:60)
        at 
org.apache.http.impl.client.AbstractHttpClient.<init>(AbstractHttpClient.java:271)
        at 
org.apache.http.impl.client.DefaultHttpClient.<init>(DefaultHttpClient.java:127)
        at 
org.apache.http.impl.client.SystemDefaultHttpClient.<init>(SystemDefaultHttpClient.java:116)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:117)
        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:155)
        at 
org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:49)
        at org.apache.solr.core.CoreContainer.load(CoreContainer.java:205)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:137)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:147)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:98)
        at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:569)
        at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:559)
        at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:379)
        at 
org.apache.solr.analysis.TestFoldingMultitermExtrasQuery.beforeTests(TestFoldingMultitermExtrasQuery.java:32)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.logging.LogFactory
        at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 38 more


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestICUCollationField

Error Message:
org/apache/commons/logging/LogFactory

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
        at __randomizedtesting.SeedInfo.seed([72B2CABE3E8F95C]:0)
        at 
org.apache.http.impl.client.CloseableHttpClient.<init>(CloseableHttpClient.java:60)
        at 
org.apache.http.impl.client.AbstractHttpClient.<init>(AbstractHttpClient.java:271)
        at 
org.apache.http.impl.client.DefaultHttpClient.<init>(DefaultHttpClient.java:127)
        at 
org.apache.http.impl.client.SystemDefaultHttpClient.<init>(SystemDefaultHttpClient.java:116)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:117)
        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:155)
        at 
org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:49)
        at org.apache.solr.core.CoreContainer.load(CoreContainer.java:205)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:137)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:147)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:98)
        at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:569)
        at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:559)
        at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:379)
        at 
org.apache.solr.schema.TestICUCollationField.beforeClass(TestICUCollationField.java:42)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
junit.framework.TestSuite.org.apache.solr.schema.TestICUCollationFieldDocValues

Error Message:
org/apache/commons/logging/LogFactory

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
        at __randomizedtesting.SeedInfo.seed([72B2CABE3E8F95C]:0)
        at 
org.apache.http.impl.client.CloseableHttpClient.<init>(CloseableHttpClient.java:60)
        at 
org.apache.http.impl.client.AbstractHttpClient.<init>(AbstractHttpClient.java:271)
        at 
org.apache.http.impl.client.DefaultHttpClient.<init>(DefaultHttpClient.java:127)
        at 
org.apache.http.impl.client.SystemDefaultHttpClient.<init>(SystemDefaultHttpClient.java:116)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:117)
        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:155)
        at 
org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:49)
        at org.apache.solr.core.CoreContainer.load(CoreContainer.java:205)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:137)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:147)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:98)
        at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:569)
        at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:559)
        at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:379)
        at 
org.apache.solr.schema.TestICUCollationFieldDocValues.beforeClass(TestICUCollationFieldDocValues.java:44)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
junit.framework.TestSuite.org.apache.solr.schema.TestICUCollationFieldOptions

Error Message:
org/apache/commons/logging/LogFactory

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
        at __randomizedtesting.SeedInfo.seed([72B2CABE3E8F95C]:0)
        at 
org.apache.http.impl.client.CloseableHttpClient.<init>(CloseableHttpClient.java:60)
        at 
org.apache.http.impl.client.AbstractHttpClient.<init>(AbstractHttpClient.java:271)
        at 
org.apache.http.impl.client.DefaultHttpClient.<init>(DefaultHttpClient.java:127)
        at 
org.apache.http.impl.client.SystemDefaultHttpClient.<init>(SystemDefaultHttpClient.java:116)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:117)
        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:155)
        at 
org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:49)
        at org.apache.solr.core.CoreContainer.load(CoreContainer.java:205)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:137)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:147)
        at org.apache.solr.util.TestHarness.<init>(TestHarness.java:98)
        at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:569)
        at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:559)
        at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:379)
        at 
org.apache.solr.schema.TestICUCollationFieldOptions.beforeClass(TestICUCollationFieldOptions.java:29)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12747 lines...]
   [junit4] Suite: org.apache.solr.analysis.TestFoldingMultitermExtrasQuery
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-analysis-extras/test/J0/./solr.analysis.TestFoldingMultitermExtrasQuery-72B2CABE3E8F95C-001/init-core-data-001
   [junit4]   2> log4j:WARN No appenders could be found for logger 
(org.apache.solr.SolrTestCaseJ4).
   [junit4]   2> log4j:WARN Please initialize the log4j system properly.
   [junit4]   2> log4j:WARN See 
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
   [junit4]   2> NOTE: test params are: codec=Lucene45, 
sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ar_SY, 
timezone=America/Belize
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_05 
(64-bit)/cpus=2,threads=1,free=42194880,total=58195968
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestFoldingMultitermExtrasQuery]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFoldingMultitermExtrasQuery -Dtests.seed=72B2CABE3E8F95C 
-Dtests.slow=true -Dtests.locale=ar_SY -Dtests.timezone=America/Belize 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestFoldingMultitermExtrasQuery (suite) <<<
   [junit4]    > Throwable #1: java.lang.NoClassDefFoundError: 
org/apache/commons/logging/LogFactory
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([72B2CABE3E8F95C]:0)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.<init>(CloseableHttpClient.java:60)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.<init>(AbstractHttpClient.java:271)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultHttpClient.<init>(DefaultHttpClient.java:127)
   [junit4]    >        at 
org.apache.http.impl.client.SystemDefaultHttpClient.<init>(SystemDefaultHttpClient.java:116)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:117)
   [junit4]    >        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:155)
   [junit4]    >        at 
org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:49)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:205)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:137)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:147)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:98)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:569)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:559)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:379)
   [junit4]    >        at 
org.apache.solr.analysis.TestFoldingMultitermExtrasQuery.beforeTests(TestFoldingMultitermExtrasQuery.java:32)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.logging.LogFactory
   [junit4]    >        at 
java.net.URLClassLoader$1.run(URLClassLoader.java:372)
   [junit4]    >        at 
java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   [junit4]    >        at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]    >        at 
java.net.URLClassLoader.findClass(URLClassLoader.java:360)
   [junit4]    >        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   [junit4]    >        at 
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
   [junit4]    >        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   [junit4]    >        ... 38 more
   [junit4] Completed in 8.32s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.schema.TestICUCollationField
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-analysis-extras/test/J0/./solr.schema.TestICUCollationField-72B2CABE3E8F95C-001/init-core-data-001
   [junit4]   2> NOTE: test params are: codec=Asserting, 
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=el_GR, 
timezone=NST
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_05 
(64-bit)/cpus=2,threads=1,free=42911256,total=74973184
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestFoldingMultitermExtrasQuery, TestICUCollationField]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestICUCollationField -Dtests.seed=72B2CABE3E8F95C -Dtests.slow=true 
-Dtests.locale=el_GR -Dtests.timezone=NST -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestICUCollationField (suite) <<<
   [junit4]    > Throwable #1: java.lang.NoClassDefFoundError: 
org/apache/commons/logging/LogFactory
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([72B2CABE3E8F95C]:0)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.<init>(CloseableHttpClient.java:60)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.<init>(AbstractHttpClient.java:271)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultHttpClient.<init>(DefaultHttpClient.java:127)
   [junit4]    >        at 
org.apache.http.impl.client.SystemDefaultHttpClient.<init>(SystemDefaultHttpClient.java:116)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:117)
   [junit4]    >        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:155)
   [junit4]    >        at 
org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:49)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:205)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:137)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:147)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:98)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:569)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:559)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:379)
   [junit4]    >        at 
org.apache.solr.schema.TestICUCollationField.beforeClass(TestICUCollationField.java:42)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 2.77s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.schema.TestICUCollationFieldOptions
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-analysis-extras/test/J0/./solr.schema.TestICUCollationFieldOptions-72B2CABE3E8F95C-001/init-core-data-001
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=214), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=214)), sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, 
locale=sl, timezone=America/Antigua
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_05 
(64-bit)/cpus=2,threads=1,free=30567176,total=84410368
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestFoldingMultitermExtrasQuery, TestICUCollationField, 
TestICUCollationFieldOptions]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestICUCollationFieldOptions -Dtests.seed=72B2CABE3E8F95C 
-Dtests.slow=true -Dtests.locale=sl -Dtests.timezone=America/Antigua 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestICUCollationFieldOptions (suite) <<<
   [junit4]    > Throwable #1: java.lang.NoClassDefFoundError: 
org/apache/commons/logging/LogFactory
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([72B2CABE3E8F95C]:0)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.<init>(CloseableHttpClient.java:60)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.<init>(AbstractHttpClient.java:271)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultHttpClient.<init>(DefaultHttpClient.java:127)
   [junit4]    >        at 
org.apache.http.impl.client.SystemDefaultHttpClient.<init>(SystemDefaultHttpClient.java:116)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:117)
   [junit4]    >        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:155)
   [junit4]    >        at 
org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:49)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:205)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:137)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:147)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:98)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:569)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:559)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:379)
   [junit4]    >        at 
org.apache.solr.schema.TestICUCollationFieldOptions.beforeClass(TestICUCollationFieldOptions.java:29)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 0.65s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.schema.TestICUCollationFieldDocValues
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-analysis-extras/test/J0/./solr.schema.TestICUCollationFieldDocValues-72B2CABE3E8F95C-001/init-core-data-001
   [junit4]   2> NOTE: test params are: codec=Lucene45, 
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=en_PH, 
timezone=Antarctica/Rothera
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_05 
(64-bit)/cpus=2,threads=1,free=29228024,total=96468992
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestFoldingMultitermExtrasQuery, TestICUCollationField, 
TestICUCollationFieldOptions, TestICUCollationFieldDocValues]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestICUCollationFieldDocValues -Dtests.seed=72B2CABE3E8F95C 
-Dtests.slow=true -Dtests.locale=en_PH -Dtests.timezone=Antarctica/Rothera 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestICUCollationFieldDocValues (suite) <<<
   [junit4]    > Throwable #1: java.lang.NoClassDefFoundError: 
org/apache/commons/logging/LogFactory
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([72B2CABE3E8F95C]:0)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.<init>(CloseableHttpClient.java:60)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.<init>(AbstractHttpClient.java:271)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultHttpClient.<init>(DefaultHttpClient.java:127)
   [junit4]    >        at 
org.apache.http.impl.client.SystemDefaultHttpClient.<init>(SystemDefaultHttpClient.java:116)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:117)
   [junit4]    >        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:155)
   [junit4]    >        at 
org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:49)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:205)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:137)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:147)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:98)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:569)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:559)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:379)
   [junit4]    >        at 
org.apache.solr.schema.TestICUCollationFieldDocValues.beforeClass(TestICUCollationFieldDocValues.java:44)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 0.70s, 0 tests, 1 error <<< FAILURES!

[...truncated 12 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:447: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:209: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:440: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1296: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:920: 
There were test failures: 4 suites, 0 tests, 4 suite-level errors

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to