You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/07/26 23:00:59 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2502/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

34 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.search.TestFieldSortValues

Error Message:
Plugin init failure for [schema.xml] fieldType "wrapped_int": Error instantiating class: 'org.apache.solr.schema.WrappedIntField'. Schema file is /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-field-sort-values.xml

Stack Trace:
org.apache.solr.common.SolrException: Plugin init failure for [schema.xml] fieldType "wrapped_int": Error instantiating class: 'org.apache.solr.schema.WrappedIntField'. Schema file is /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-field-sort-values.xml
	at __randomizedtesting.SeedInfo.seed([94ED9BDA4F43B767]:0)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:596)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:175)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:106)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:586)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:578)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:418)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:405)
	at org.apache.solr.search.TestFieldSortValues.beforeClass(TestFieldSortValues.java:31)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:776)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Plugin init failure for [schema.xml] fieldType "wrapped_int": Error instantiating class: 'org.apache.solr.schema.WrappedIntField'
	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:178)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:489)
	... 33 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class: 'org.apache.solr.schema.WrappedIntField'
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:578)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:525)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:518)
	at org.apache.solr.schema.FieldTypePluginLoader.create(FieldTypePluginLoader.java:90)
	at org.apache.solr.schema.FieldTypePluginLoader.create(FieldTypePluginLoader.java:52)
	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:152)
	... 34 more
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:570)
	... 39 more
Caused by: java.lang.OutOfMemoryError: PermGen space
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at org.apache.lucene.expressions.js.JavascriptParser.postfix(JavascriptParser.java:1514)
	at org.apache.lucene.expressions.js.JavascriptParser.unary(JavascriptParser.java:1311)
	at org.apache.lucene.expressions.js.JavascriptParser.multiplicative(JavascriptParser.java:1186)
	at org.apache.lucene.expressions.js.JavascriptParser.additive(JavascriptParser.java:1093)
	at org.apache.lucene.expressions.js.JavascriptParser.shift(JavascriptParser.java:1000)
	at org.apache.lucene.expressions.js.JavascriptParser.relational(JavascriptParser.java:907)
	at org.apache.lucene.expressions.js.JavascriptParser.equality(JavascriptParser.java:814)
	at org.apache.lucene.expressions.js.JavascriptParser.bitwise_and(JavascriptParser.java:728)


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

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:278)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:228)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:188)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:310)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:12)


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

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


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

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


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

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


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

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


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

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


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

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


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

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.search.facet.TestJsonFacets

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.search.function.TestOrdValues

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.search.mlt.CloudMLTQParserTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.search.similarities.TestNonDefinedSimilarityFactory

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.search.stats.TestDefaultStatsCache

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.search.stats.TestExactSharedStatsCache

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.search.stats.TestLRUStatsCache

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.servlet.ResponseHeaderTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestAnalyzeInfixSuggestions

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestFileDictionaryLookup

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestFreeTextSuggestions

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.store.blockcache.BlockCacheTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.store.hdfs.HdfsDirectoryTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.AddBlockUpdateTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.AnalysisErrorHandlingTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.TestExceedMaxTermLength

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.TestHdfsUpdateLog

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.IgnoreCommitOptimizeUpdateProcessorFactoryTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.TestNamedUpdateProcessors

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.UUIDUpdateProcessorFallbackTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.util.TestRTimer

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.util.hll.FullHLLTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.util.hll.SparseHLLTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space




Build Log:
[...truncated 11278 lines...]
   [junit4] Suite: org.apache.solr.search.TestFieldSortValues
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestFieldSortValues_94ED9BDA4F43B767-001/init-core-data-001
   [junit4]   2> 2768210 INFO  (SUITE-TestFieldSortValues-seed#[94ED9BDA4F43B767]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2768210 INFO  (SUITE-TestFieldSortValues-seed#[94ED9BDA4F43B767]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2768217 INFO  (SUITE-TestFieldSortValues-seed#[94ED9BDA4F43B767]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2768218 INFO  (SUITE-TestFieldSortValues-seed#[94ED9BDA4F43B767]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2768219 INFO  (SUITE-TestFieldSortValues-seed#[94ED9BDA4F43B767]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2768276 INFO  (SUITE-TestFieldSortValues-seed#[94ED9BDA4F43B767]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2768292 INFO  (SUITE-TestFieldSortValues-seed#[94ED9BDA4F43B767]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 2768342 INFO  (SUITE-TestFieldSortValues-seed#[94ED9BDA4F43B767]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig-minimal.xml
   [junit4]   2> 2768348 INFO  (SUITE-TestFieldSortValues-seed#[94ED9BDA4F43B767]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-field-sort-values.xml
   [junit4]   2> 2768355 INFO  (SUITE-TestFieldSortValues-seed#[94ED9BDA4F43B767]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test-custom-comparator
   [junit4]   2> 2774410 INFO  (SUITE-TestFieldSortValues-seed#[94ED9BDA4F43B767]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, docValues:{}, sim=DefaultSimilarity, locale=de_LU, timezone=Pacific/Efate
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=3,threads=1,free=460764056,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DocumentBuilderTest, BadIndexSchemaTest, TestValueSourceCache, ActionThrottleTest, UpdateParamsTest, DataDrivenBlockJoinTest, BinaryUpdateRequestHandlerTest, HLLUtilTest, TestPivotHelperCode, CollectionsAPIDistributedZkTest, RAMDirectoryFactoryTest, BasicDistributedZk2Test, ChaosMonkeySafeLeaderTest, DistributedVersionInfoTest, DateRangeFieldTest, TestExactStatsCache, TestRequestStatusCollectionAPI, SignatureUpdateProcessorFactoryTest, TestMaxScoreQueryParser, TestQuerySenderNoQuery, TestSolrDeletionPolicy2, IndexBasedSpellCheckerTest, TestSolrDeletionPolicy1, BJQParserTest, TestJsonRequest, TestDownShardTolerantSearch, TestHighlightDedupGrouping, UpdateRequestProcessorFactoryTest, TestAddFieldRealTimeGet, TestCoreDiscovery, SchemaVersionSpecificBehaviorTest, TestCustomSort, TestManagedSchema, TestLMDirichletSimilarityFactory, TestSearchPerf, TestUtils, DistributedQueryComponentCustomSortTest, DistributedMLTComponentTest, OpenCloseCoreStressTest, HdfsNNFailoverTest, QueryResultKeyTest, TestLuceneMatchVersion, TestSolrConfigHandlerCloud, RequestLoggingTest, VersionInfoTest, TestBadConfig, TestSolr4Spatial, TestManagedSchemaFieldTypeResource, DocValuesMissingTest, TestMacros, SSLMigrationTest, TestNRTOpen, SimpleMLTQParserTest, TestCollationFieldDocValues, BasicFunctionalityTest, HdfsCollectionsAPIDistributedZkTest, CustomCollectionTest, StatelessScriptUpdateProcessorFactoryTest, TestConfig, TestCloudPivotFacet, DistributedFacetPivotLongTailTest, TestRecovery, DistributedTermsComponentTest, DistributedFacetPivotWhiteBoxTest, TestAuthorizationFramework, CoreMergeIndexesAdminHandlerTest, TestRealTimeGet, OverseerCollectionProcessorTest, SpellCheckComponentTest, TestFoldingMultitermQuery, DebugComponentTest, TestZkChroot, DistributedFacetPivotSmallAdvancedTest, TestDynamicLoading, DirectSolrSpellCheckerTest, CollectionTooManyReplicasTest, MinimalSchemaTest, TestConfigReload, SearchHandlerTest, TestReRankQParserPlugin, TestFastOutputStream, TestObjectReleaseTracker, MBeansHandlerTest, HdfsRecoveryZkTest, RulesTest, QueryEqualityTest, ShardRoutingCustomTest, EnumFieldTest, OverriddenZkACLAndCredentialsProvidersTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsRecoverLeaseTest, ExitableDirectoryReaderTest, SimplePostToolTest, BufferStoreTest, ShardSplitTest, TermVectorComponentTest, RemoteQueryErrorTest, SuggesterTSTTest, DistributedQueueTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, DistanceUnitsTest, FileBasedSpellCheckerTest, TestMiniSolrCloudCluster, TestManagedStopFilterFactory, TestReversedWildcardFilterFactory, ConcurrentDeleteAndCreateCollectionTest, TestBulkSchemaAPI, TestSystemIdResolver, TestReload, PluginInfoTest, HLLSerializationTest, DocExpirationUpdateProcessorFactoryTest, TestSolrQueryParserDefaultOperatorResource, TestQuerySenderListener, TestMissingGroups, HdfsSyncSliceTest, PrimitiveFieldTypeTest, FacetPivotSmallTest, FullSolrCloudDistribCmdsTest, BlockDirectoryTest, TestDocSet, SolrXmlInZkTest, OpenExchangeRatesOrgProviderTest, TestSimpleTrackingShardHandler, FileUtilsTest, TestShardHandlerFactory, UnloadDistributedZkTest, LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, ZkSolrClientTest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, SolrCmdDistributorTest, PeerSyncTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, TestExtendedDismaxParser, SuggesterFSTTest, SolrRequestParserTest, TestStressLucene, TestTrie, SuggesterWFSTTest, PolyFieldTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SolrInfoMBeanTest, TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, TestOmitPositions, XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, JSONWriterTest, TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, HighlighterConfigTest, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestMergePolicyConfig, OutputWriterTest, TestPhraseSuggestions, TestCodecSupport, EchoParamsTest, TestPerFieldSimilarity, TestBM25SimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, AsyncCallRequestStatusResponseTest, AsyncMigrateRouteKeyTest, CollectionStateFormat2Test, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, SaslZkACLProviderTest, TestCryptoKeys, TestMiniSolrCloudClusterSSL, TestSolrCloudWithKerberosAlt, HdfsChaosMonkeySafeLeaderTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, RuleEngineTest, HdfsDirectoryFactoryTest, TestConfigSetProperties, TestConfigSets, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestReloadAndDeleteDocs, TestSolrDynamicMBean, TestSolrXml, TestReqParamsAPI, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, InfoHandlerTest, SegmentsInfoRequestHandlerTest, DistributedFacetPivotLargeTest, SpatialHeatmapFacetsTest, JavabinLoaderTest, SmileWriterTest, TestIntervalFaceting, TestChildDocTransformer, TestManagedResource, TestManagedResourceStorage, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestFieldResource, TestRemoveLastDynamicCopyField, TestSchemaSimilarityResource, TestSerializedLuceneMatchVersion, BadCopyFieldTest, ChangedSchemaMergeTest, TestCloudManagedSchema, TestCloudSchemaless, AnalyticsMergeStrategyTest, AnalyticsQueryTest, CursorMarkTest, MergeStrategyTest, RankQueryTest, TestCollapseQParserPlugin, TestFieldSortValues]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFieldSortValues -Dtests.seed=94ED9BDA4F43B767 -Dtests.slow=true -Dtests.locale=de_LU -Dtests.timezone=Pacific/Efate -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestFieldSortValues (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Plugin init failure for [schema.xml] fieldType "wrapped_int": Error instantiating class: 'org.apache.solr.schema.WrappedIntField'. Schema file is /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-field-sort-values.xml
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([94ED9BDA4F43B767]:0)
   [junit4]    > 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:596)
   [junit4]    > 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:175)
   [junit4]    > 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
   [junit4]    > 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
   [junit4]    > 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:106)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:586)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:578)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:418)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:405)
   [junit4]    > 	at org.apache.solr.search.TestFieldSortValues.beforeClass(TestFieldSortValues.java:31)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Plugin init failure for [schema.xml] fieldType "wrapped_int": Error instantiating class: 'org.apache.solr.schema.WrappedIntField'
   [junit4]    > 	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:178)
   [junit4]    > 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:489)
   [junit4]    > 	... 33 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error instantiating class: 'org.apache.solr.schema.WrappedIntField'
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:578)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:525)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:518)
   [junit4]    > 	at org.apache.solr.schema.FieldTypePluginLoader.create(FieldTypePluginLoader.java:90)
   [junit4]    > 	at org.apache.solr.schema.FieldTypePluginLoader.create(FieldTypePluginLoader.java:52)
   [junit4]    > 	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:152)
   [junit4]    > 	... 34 more
   [junit4]    > Caused by: java.lang.reflect.InvocationTargetException
   [junit4]    > 	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:570)
   [junit4]    > 	... 39 more
   [junit4]    > Caused by: java.lang.OutOfMemoryError: PermGen space
   [junit4]    > 	at java.lang.ClassLoader.defineClass1(Native Method)
   [junit4]    > 	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
   [junit4]    > 	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
   [junit4]    > 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
   [junit4]    > 	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
   [junit4]    > 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
   [junit4]    > 	at java.lang.ClassLoader.defineClass1(Native Method)
   [junit4]    > 	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
   [junit4]    > 	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
   [junit4]    > 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
   [junit4]    > 	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
   [junit4]    > 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
   [junit4]    > 	at org.apache.lucene.expressions.js.JavascriptParser.postfix(JavascriptParser.java:1514)
   [junit4]    > 	at org.apache.lucene.expressions.js.JavascriptParser.unary(JavascriptParser.java:1311)
   [junit4]    > 	at org.apache.lucene.expressions.js.JavascriptParser.multiplicative(JavascriptParser.java:1186)
   [junit4]    > 	at org.apache.lucene.expressions.js.JavascriptParser.additive(JavascriptParser.java:1093)
   [junit4]    > 	at org.apache.lucene.expressions.js.JavascriptParser.shift(JavascriptParser.java:1000)
   [junit4]    > 	at org.apache.lucene.expressions.js.JavascriptParser.relational(JavascriptParser.java:907)
   [junit4]    > 	at org.apache.lucene.expressions.js.JavascriptParser.equality(JavascriptParser.java:814)
   [junit4]    > 	at org.apache.lucene.expressions.js.JavascriptParser.bitwise_and(JavascriptParser.java:728)
   [junit4] Completed [483/518] on J1 in 7.91s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.TestHashQParserPlugin
   [junit4] ERROR   0.00s J1 | TestHashQParserPlugin (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4]    > 	at java.lang.ClassLoader.defineClass1(Native Method)
   [junit4]    > 	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
   [junit4]    > 	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
   [junit4]    > 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
   [junit4]    > 	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
   [junit4]    > 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
   [junit4]    > 	at java.lang.Class.forName0(Native Method)
   [junit4]    > 	at java.lang.Class.forName(Class.java:278)
   [junit4] Completed [484/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 2 lines...]
   [junit4] Suite: org.apache.solr.search.TestNoOpRegenerator
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, docValues:{}, sim=DefaultSimilarity, locale=de_LU, timezone=Pacific/Efate
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=3,threads=1,free=458894056,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DocumentBuilderTest, BadIndexSchemaTest, TestValueSourceCache, ActionThrottleTest, UpdateParamsTest, DataDrivenBlockJoinTest, BinaryUpdateRequestHandlerTest, HLLUtilTest, TestPivotHelperCode, CollectionsAPIDistributedZkTest, RAMDirectoryFactoryTest, BasicDistributedZk2Test, ChaosMonkeySafeLeaderTest, DistributedVersionInfoTest, DateRangeFieldTest, TestExactStatsCache, TestRequestStatusCollectionAPI, SignatureUpdateProcessorFactoryTest, TestMaxScoreQueryParser, TestQuerySenderNoQuery, TestSolrDeletionPolicy2, IndexBasedSpellCheckerTest, TestSolrDeletionPolicy1, BJQParserTest, TestJsonRequest, TestDownShardTolerantSearch, TestHighlightDedupGrouping, UpdateRequestProcessorFactoryTest, TestAddFieldRealTimeGet, TestCoreDiscovery, SchemaVersionSpecificBehaviorTest, TestCustomSort, TestManagedSchema, TestLMDirichletSimilarityFactory, TestSearchPerf, TestUtils, DistributedQueryComponentCustomSortTest, DistributedMLTComponentTest, OpenCloseCoreStressTest, HdfsNNFailoverTest, QueryResultKeyTest, TestLuceneMatchVersion, TestSolrConfigHandlerCloud, RequestLoggingTest, VersionInfoTest, TestBadConfig, TestSolr4Spatial, TestManagedSchemaFieldTypeResource, DocValuesMissingTest, TestMacros, SSLMigrationTest, TestNRTOpen, SimpleMLTQParserTest, TestCollationFieldDocValues, BasicFunctionalityTest, HdfsCollectionsAPIDistributedZkTest, CustomCollectionTest, StatelessScriptUpdateProcessorFactoryTest, TestConfig, TestCloudPivotFacet, DistributedFacetPivotLongTailTest, TestRecovery, DistributedTermsComponentTest, DistributedFacetPivotWhiteBoxTest, TestAuthorizationFramework, CoreMergeIndexesAdminHandlerTest, TestRealTimeGet, OverseerCollectionProcessorTest, SpellCheckComponentTest, TestFoldingMultitermQuery, DebugComponentTest, TestZkChroot, DistributedFacetPivotSmallAdvancedTest, TestDynamicLoading, DirectSolrSpellCheckerTest, CollectionTooManyReplicasTest, MinimalSchemaTest, TestConfigReload, SearchHandlerTest, TestReRankQParserPlugin, TestFastOutputStream, TestObjectReleaseTracker, MBeansHandlerTest, HdfsRecoveryZkTest, RulesTest, QueryEqualityTest, ShardRoutingCustomTest, EnumFieldTest, OverriddenZkACLAndCredentialsProvidersTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsRecoverLeaseTest, ExitableDirectoryReaderTest, SimplePostToolTest, BufferStoreTest, ShardSplitTest, TermVectorComponentTest, RemoteQueryErrorTest, SuggesterTSTTest, DistributedQueueTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, DistanceUnitsTest, FileBasedSpellCheckerTest, TestMiniSolrCloudCluster, TestManagedStopFilterFactory, TestReversedWildcardFilterFactory, ConcurrentDeleteAndCreateCollectionTest, TestBulkSchemaAPI, TestSystemIdResolver, TestReload, PluginInfoTest, HLLSerializationTest, DocExpirationUpdateProcessorFactoryTest, TestSolrQueryParserDefaultOperatorResource, TestQuerySenderListener, TestMissingGroups, HdfsSyncSliceTest, PrimitiveFieldTypeTest, FacetPivotSmallTest, FullSolrCloudDistribCmdsTest, BlockDirectoryTest, TestDocSet, SolrXmlInZkTest, OpenExchangeRatesOrgProviderTest, TestSimpleTrackingShardHandler, FileUtilsTest, TestShardHandlerFactory, UnloadDistributedZkTest, LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, ZkSolrClientTest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, SolrCmdDistributorTest, PeerSyncTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, TestExtendedDismaxParser, SuggesterFSTTest, SolrRequestParserTest, TestStressLucene, TestTrie, SuggesterWFSTTest, PolyFieldTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SolrInfoMBeanTest, TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, TestOmitPositions, XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, JSONWriterTest, TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, HighlighterConfigTest, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestMergePolicyConfig, OutputWriterTest, TestPhraseSuggestions, TestCodecSupport, EchoParamsTest, TestPerFieldSimilarity, TestBM25SimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, AsyncCallRequestStatusResponseTest, AsyncMigrateRouteKeyTest, CollectionStateFormat2Test, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, SaslZkACLProviderTest, TestCryptoKeys, TestMiniSolrCloudClusterSSL, TestSolrCloudWithKerberosAlt, HdfsChaosMonkeySafeLeaderTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, RuleEngineTest, HdfsDirectoryFactoryTest, TestConfigSetProperties, TestConfigSets, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestReloadAndDeleteDocs, TestSolrDynamicMBean, TestSolrXml, TestReqParamsAPI, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, InfoHandlerTest, SegmentsInfoRequestHandlerTest, DistributedFacetPivotLargeTest, SpatialHeatmapFacetsTest, JavabinLoaderTest, SmileWriterTest, TestIntervalFaceting, TestChildDocTransformer, TestManagedResource, TestManagedResourceStorage, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestFieldResource, TestRemoveLastDynamicCopyField, TestSchemaSimilarityResource, TestSerializedLuceneMatchVersion, BadCopyFieldTest, ChangedSchemaMergeTest, TestCloudManagedSchema, TestCloudSchemaless, AnalyticsMergeStrategyTest, AnalyticsQueryTest, CursorMarkTest, MergeStrategyTest, RankQueryTest, TestCollapseQParserPlugin, TestFieldSortValues, TestNoOpRegenerator]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestNoOpRegenerator -Dtests.seed=94ED9BDA4F43B767 -Dtests.slow=true -Dtests.locale=de_LU -Dtests.timezone=Pacific/Efate -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestNoOpRegenerator (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [485/518] on J1 in 2.36s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.TestRecoveryHdfs
   [junit4] ERROR   0.00s J1 | TestRecoveryHdfs (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [487/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.TestSimpleQParserPlugin
   [junit4] ERROR   0.00s J1 | TestSimpleQParserPlugin (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [488/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.TestSmileRequest
   [junit4] ERROR   0.00s J1 | TestSmileRequest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [489/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial2
   [junit4] ERROR   0.00s J1 | TestSolr4Spatial2 (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [490/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.TestStressUserVersions
   [junit4] ERROR   0.00s J1 | TestStressUserVersions (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [491/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.TestTrieFacet
   [junit4] ERROR   0.00s J1 | TestTrieFacet (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [492/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.facet.TestJsonFacets
   [junit4] ERROR   0.00s J1 | TestJsonFacets (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [493/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.function.TestOrdValues
   [junit4] ERROR   0.00s J1 | TestOrdValues (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [494/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.mlt.CloudMLTQParserTest
   [junit4] ERROR   0.00s J1 | CloudMLTQParserTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [495/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.similarities.TestNonDefinedSimilarityFactory
   [junit4] ERROR   0.00s J1 | TestNonDefinedSimilarityFactory (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [496/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.stats.TestDefaultStatsCache
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, docValues:{}, sim=DefaultSimilarity, locale=de_LU, timezone=Pacific/Efate
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=3,threads=1,free=455750232,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DocumentBuilderTest, BadIndexSchemaTest, TestValueSourceCache, ActionThrottleTest, UpdateParamsTest, DataDrivenBlockJoinTest, BinaryUpdateRequestHandlerTest, HLLUtilTest, TestPivotHelperCode, CollectionsAPIDistributedZkTest, RAMDirectoryFactoryTest, BasicDistributedZk2Test, ChaosMonkeySafeLeaderTest, DistributedVersionInfoTest, DateRangeFieldTest, TestExactStatsCache, TestRequestStatusCollectionAPI, SignatureUpdateProcessorFactoryTest, TestMaxScoreQueryParser, TestQuerySenderNoQuery, TestSolrDeletionPolicy2, IndexBasedSpellCheckerTest, TestSolrDeletionPolicy1, BJQParserTest, TestJsonRequest, TestDownShardTolerantSearch, TestHighlightDedupGrouping, UpdateRequestProcessorFactoryTest, TestAddFieldRealTimeGet, TestCoreDiscovery, SchemaVersionSpecificBehaviorTest, TestCustomSort, TestManagedSchema, TestLMDirichletSimilarityFactory, TestSearchPerf, TestUtils, DistributedQueryComponentCustomSortTest, DistributedMLTComponentTest, OpenCloseCoreStressTest, HdfsNNFailoverTest, QueryResultKeyTest, TestLuceneMatchVersion, TestSolrConfigHandlerCloud, RequestLoggingTest, VersionInfoTest, TestBadConfig, TestSolr4Spatial, TestManagedSchemaFieldTypeResource, DocValuesMissingTest, TestMacros, SSLMigrationTest, TestNRTOpen, SimpleMLTQParserTest, TestCollationFieldDocValues, BasicFunctionalityTest, HdfsCollectionsAPIDistributedZkTest, CustomCollectionTest, StatelessScriptUpdateProcessorFactoryTest, TestConfig, TestCloudPivotFacet, DistributedFacetPivotLongTailTest, TestRecovery, DistributedTermsComponentTest, DistributedFacetPivotWhiteBoxTest, TestAuthorizationFramework, CoreMergeIndexesAdminHandlerTest, TestRealTimeGet, OverseerCollectionProcessorTest, SpellCheckComponentTest, TestFoldingMultitermQuery, DebugComponentTest, TestZkChroot, DistributedFacetPivotSmallAdvancedTest, TestDynamicLoading, DirectSolrSpellCheckerTest, CollectionTooManyReplicasTest, MinimalSchemaTest, TestConfigReload, SearchHandlerTest, TestReRankQParserPlugin, TestFastOutputStream, TestObjectReleaseTracker, MBeansHandlerTest, HdfsRecoveryZkTest, RulesTest, QueryEqualityTest, ShardRoutingCustomTest, EnumFieldTest, OverriddenZkACLAndCredentialsProvidersTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsRecoverLeaseTest, ExitableDirectoryReaderTest, SimplePostToolTest, BufferStoreTest, ShardSplitTest, TermVectorComponentTest, RemoteQueryErrorTest, SuggesterTSTTest, DistributedQueueTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, DistanceUnitsTest, FileBasedSpellCheckerTest, TestMiniSolrCloudCluster, TestManagedStopFilterFactory, TestReversedWildcardFilterFactory, ConcurrentDeleteAndCreateCollectionTest, TestBulkSchemaAPI, TestSystemIdResolver, TestReload, PluginInfoTest, HLLSerializationTest, DocExpirationUpdateProcessorFactoryTest, TestSolrQueryParserDefaultOperatorResource, TestQuerySenderListener, TestMissingGroups, HdfsSyncSliceTest, PrimitiveFieldTypeTest, FacetPivotSmallTest, FullSolrCloudDistribCmdsTest, BlockDirectoryTest, TestDocSet, SolrXmlInZkTest, OpenExchangeRatesOrgProviderTest, TestSimpleTrackingShardHandler, FileUtilsTest, TestShardHandlerFactory, UnloadDistributedZkTest, LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, ZkSolrClientTest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, SolrCmdDistributorTest, PeerSyncTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, TestExtendedDismaxParser, SuggesterFSTTest, SolrRequestParserTest, TestStressLucene, TestTrie, SuggesterWFSTTest, PolyFieldTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SolrInfoMBeanTest, TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, TestOmitPositions, XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, JSONWriterTest, TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, HighlighterConfigTest, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestMergePolicyConfig, OutputWriterTest, TestPhraseSuggestions, TestCodecSupport, EchoParamsTest, TestPerFieldSimilarity, TestBM25SimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, AsyncCallRequestStatusResponseTest, AsyncMigrateRouteKeyTest, CollectionStateFormat2Test, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, SaslZkACLProviderTest, TestCryptoKeys, TestMiniSolrCloudClusterSSL, TestSolrCloudWithKerberosAlt, HdfsChaosMonkeySafeLeaderTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, RuleEngineTest, HdfsDirectoryFactoryTest, TestConfigSetProperties, TestConfigSets, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestReloadAndDeleteDocs, TestSolrDynamicMBean, TestSolrXml, TestReqParamsAPI, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, InfoHandlerTest, SegmentsInfoRequestHandlerTest, DistributedFacetPivotLargeTest, SpatialHeatmapFacetsTest, JavabinLoaderTest, SmileWriterTest, TestIntervalFaceting, TestChildDocTransformer, TestManagedResource, TestManagedResourceStorage, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestFieldResource, TestRemoveLastDynamicCopyField, TestSchemaSimilarityResource, TestSerializedLuceneMatchVersion, BadCopyFieldTest, ChangedSchemaMergeTest, TestCloudManagedSchema, TestCloudSchemaless, AnalyticsMergeStrategyTest, AnalyticsQueryTest, CursorMarkTest, MergeStrategyTest, RankQueryTest, TestCollapseQParserPlugin, TestFieldSortValues, TestNoOpRegenerator, TestDefaultStatsCache]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDefaultStatsCache -Dtests.seed=94ED9BDA4F43B767 -Dtests.slow=true -Dtests.locale=de_LU -Dtests.timezone=Pacific/Efate -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestDefaultStatsCache (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [497/518] on J1 in 0.80s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.stats.TestExactSharedStatsCache
   [junit4] ERROR   0.00s J1 | TestExactSharedStatsCache (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [498/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.search.stats.TestLRUStatsCache
   [junit4] ERROR   0.00s J1 | TestLRUStatsCache (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [499/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.servlet.ResponseHeaderTest
   [junit4] ERROR   0.00s J1 | ResponseHeaderTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [500/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.TestAnalyzeInfixSuggestions
   [junit4] ERROR   0.00s J1 | TestAnalyzeInfixSuggestions (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [501/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.TestFileDictionaryLookup
   [junit4] ERROR   0.00s J1 | TestFileDictionaryLookup (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [502/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.TestFreeTextSuggestions
   [junit4] ERROR   0.00s J1 | TestFreeTextSuggestions (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [503/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory
   [junit4] ERROR   0.00s J1 | TestHighFrequencyDictionaryFactory (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [504/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.store.blockcache.BlockCacheTest
   [junit4] ERROR   0.00s J1 | BlockCacheTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [505/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.store.hdfs.HdfsDirectoryTest
   [junit4] ERROR   0.00s J1 | HdfsDirectoryTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [506/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.AddBlockUpdateTest
   [junit4] ERROR   0.00s J1 | AddBlockUpdateTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [507/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.AnalysisErrorHandlingTest
   [junit4] ERROR   0.00s J1 | AnalysisErrorHandlingTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [508/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.TestExceedMaxTermLength
   [junit4] ERROR   0.00s J1 | TestExceedMaxTermLength (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [509/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.TestHdfsUpdateLog
   [junit4] ERROR   0.00s J1 | TestHdfsUpdateLog (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [510/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.processor.IgnoreCommitOptimizeUpdateProcessorFactoryTest
   [junit4] ERROR   0.00s J1 | IgnoreCommitOptimizeUpdateProcessorFactoryTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [511/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest
   [junit4] ERROR   0.00s J1 | ParsingFieldUpdateProcessorsTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [512/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.processor.TestNamedUpdateProcessors
   [junit4] ERROR   0.00s J1 | TestNamedUpdateProcessors (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [513/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UUIDUpdateProcessorFallbackTest
   [junit4] ERROR   0.00s J1 | UUIDUpdateProcessorFallbackTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [514/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.util.TestRTimer
   [junit4] ERROR   0.00s J1 | TestRTimer (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [515/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.util.hll.FullHLLTest
   [junit4] ERROR   0.00s J1 | FullHLLTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [516/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.util.hll.SparseHLLTest
   [junit4] ERROR   0.00s J1 | SparseHLLTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed [517/518] on J1 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/temp/junit4-J1-20150726_201204_105.sysout
   [junit4] >>> JVM J1: stdout (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: PermGen space
   [junit4] Dumping heap to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/heapdumps/java_pid25390.hprof ...
   [junit4] Heap dump file created [70789696 bytes in 2.058 secs]
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/temp/junit4-J1-20150726_201204_105.syserr
   [junit4] >>> JVM J1: stderr (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: PermGen space
   [junit4] java.lang.OutOfMemoryError: PermGen space
   [junit4] <<< JVM J1: EOF ----

[...truncated 22 lines...]
   [junit4] ERROR: JVM J1 ended with an exception, command line: /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/bin/java -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/heapdumps -ea -esa -Dtests.prefix=tests -Dtests.seed=94ED9BDA4F43B767 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=5.3.0 -Dtests.cleanthreads=perClass -Djava.util.logging.config.file=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=1 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/temp -Dcommon.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene -Dclover.db.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/clover/db -Djava.security.policy=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/tools/junit4/solr-tests.policy -Dtests.LUCENE_VERSION=5.3.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Dtests.disableHdfs=true -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dfile.encoding=UTF-8 -classpath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/classes/test:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-test-framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/test-framework/lib/junit4-ant-2.1.13.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/test-framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/codecs/classes/java:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/classes/java:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/classes/java:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/analysis/common/lucene-analyzers-common-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/codecs/lucene-codecs-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/backward-codecs/lucene-backward-codecs-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/highlighter/lucene-highlighter-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/memory/lucene-memory-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/misc/lucene-misc-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/spatial/lucene-spatial-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/expressions/lucene-expressions-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/suggest/lucene-suggest-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/grouping/lucene-grouping-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/queries/lucene-queries-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/queryparser/lucene-queryparser-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/join/lucene-join-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/sandbox/lucene-sandbox-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/antlr-runtime-3.5.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/asm-4.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/asm-commons-4.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/commons-cli-1.2.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/commons-codec-1.10.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/commons-collections-3.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/commons-configuration-1.6.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/commons-fileupload-1.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/commons-lang-2.6.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/concurrentlinkedhashmap-lru-1.2.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/dom4j-1.6.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/guava-14.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/hadoop-annotations-2.6.0.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/hadoop-auth-2.6.0.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/hadoop-common-2.6.0.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/hadoop-hdfs-2.6.0.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/hppc-0.5.2.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/htrace-core-3.0.4.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/jackson-core-2.5.4.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/jackson-dataformat-smile-2.5.4.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/joda-time-2.2.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/log4j-1.2.17.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/org.restlet-2.3.0.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/org.restlet.ext.servlet-2.3.0.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/protobuf-java-2.5.0.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/slf4j-log4j12-1.7.7.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/spatial4j-0.4.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/lib/t-digest-3.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/solrj/lib/commons-io-2.4.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/solrj/lib/httpclient-4.4.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/solrj/lib/httpcore-4.4.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/solrj/lib/httpmime-4.4.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/solrj/lib/noggit-0.6.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/solrj/lib/slf4j-api-1.7.7.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/solrj/lib/stax2-api-3.1.4.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/solrj/lib/zookeeper-3.4.6.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/javax.servlet-api-3.1.0.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-continuation-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-deploy-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-http-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-io-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-jmx-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-rewrite-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-security-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-server-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-servlet-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-servlets-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-util-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-webapp-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/server/lib/jetty-xml-9.2.11.v20150529.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/core/classes/java:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/test-framework/lib/junit-4.10.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/test-framework/lib/randomizedtesting-runner-2.1.13.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/antlr-2.7.7.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-core-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-core-api-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-core-avl-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-core-shared-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-i18n-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptor-kerberos-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/api-all-1.0.0-M20.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/bcprov-jdk15-1.45.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/cglib-nodep-2.2.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/commons-collections-3.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/commons-math3-3.4.1.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/easymock-3.0.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/ehcache-core-2.4.4.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/jackson-annotations-2.5.4.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/jackson-databind-2.5.4.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/jcl-over-slf4j-1.7.7.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/jersey-core-1.9.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/jersey-server-1.9.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/jetty-6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/jetty-util-6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/mina-core-2.0.0-M5.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/test-lib/objenesis-1.2.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/analysis/icu/lucene-analyzers-icu-5.3.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/contrib/solr-analysis-extras/classes/java:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/Users/jenkins/.ant/lib/ivy-2.3.0.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/lib/tools.jar:/Users/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.1.13.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/temp/junit4-J1-20150726_201204_105.events @/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/temp/junit4-J1-20150726_201204_105.suites
   [junit4] ERROR: JVM J1 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  Process output piped in logs above.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1484)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:133)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:964)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:961)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:727: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:671: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:230: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:516: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1447: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1002: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  Process output piped in logs above.

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