You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/06/20 17:19:00 UTC

[JENKINS] Solr-trunk - Build # 1890 - Failure

Build: https://builds.apache.org/job/Solr-trunk/1890/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.OverseerTest.testShardAssignmentBigger

Error Message:
KeeperErrorCode = Session expired for /live_nodes

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /live_nodes
	at __randomizedtesting.SeedInfo.seed([2416224E01D88D47:B7F8DC35EBB17224]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:118)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1249)
	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:266)
	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:263)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:263)
	at org.apache.solr.common.cloud.ZkStateReader.updateCloudState(ZkStateReader.java:276)
	at org.apache.solr.common.cloud.ZkStateReader.updateCloudState(ZkStateReader.java:162)
	at org.apache.solr.cloud.OverseerTest.__CLR2_6_3v4oypg1pkp(OverseerTest.java:337)
	at org.apache.solr.cloud.OverseerTest.testShardAssignmentBigger(OverseerTest.java:251)
	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:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1969)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:814)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:875)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:889)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:32)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:821)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:669)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:695)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:734)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:745)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	at org.apache.lucene.util.TestRuleIcuHack$1.evaluate(TestRuleIcuHack.java:51)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53)
	at org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551)




Build Log:
[...truncated 52460 lines...]
   [junit4]   2> 		at org.apache.solr.cloud.ZkController.access$400(ZkController.java:76)
   [junit4]   2> 		at org.apache.solr.cloud.ZkController$2.command(ZkController.java:231)
   [junit4]   2> 		at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:91)
   [junit4]   2> 		at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:47)
   [junit4]   2> 		at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:82)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:531)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:507)
   [junit4]   2> 	
   [junit4]   2> 124638 T3142 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e4012f, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124638 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29903 which had sessionid 0x1380a6604e40114
   [junit4]   2> 124638 T3145 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 124645 T3087 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d26dbf8 name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124646 T3061 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e40114, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124646 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29904 which had sessionid 0x1380a6604e40115
   [junit4]   2> 124653 T3111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@573adbc name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124653 T3096 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e40115, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124653 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29918 which had sessionid 0x1380a6604e4011e
   [junit4]   2> 124655 T2858 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 124660 T2858 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 124660 T3068 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e4011e, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124660 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29929 which had sessionid 0x1380a6604e40127
   [junit4]   2> 124663 T3147 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 124667 T2960 oasc.SolrException.log SEVERE Reconnect to ZooKeeper failed:org.apache.solr.common.cloud.ZooKeeperException: 
   [junit4]   2> 		at org.apache.solr.cloud.ZkController$2.command(ZkController.java:250)
   [junit4]   2> 		at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:91)
   [junit4]   2> 		at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:47)
   [junit4]   2> 		at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:82)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:531)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:507)
   [junit4]   2> 	Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /live_nodes/localhost:89840_solr
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:118)
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
   [junit4]   2> 		at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:734)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:166)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:163)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:163)
   [junit4]   2> 		at org.apache.solr.cloud.ZkController.createEphemeralLiveNode(ZkController.java:423)
   [junit4]   2> 		at org.apache.solr.cloud.ZkController.access$400(ZkController.java:76)
   [junit4]   2> 		at org.apache.solr.cloud.ZkController$2.command(ZkController.java:231)
   [junit4]   2> 		... 5 more
   [junit4]   2> 	
   [junit4]   2> 124668 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29959 which had sessionid 0x1380a6604e4012d
   [junit4]   2> 124668 T3063 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e40127, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124671 T3085 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@458dfb87 name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124676 T3106 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e4012d, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124676 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29921 which had sessionid 0x1380a6604e40121
   [junit4]   2> 124680 T3113 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@525c7f9f name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124684 T3100 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e40121, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124684 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29887 which had sessionid 0x1380a6604e40108
   [junit4]   2> 124687 T3099 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15e6c38d name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124688 T2858 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 124693 T3108 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e40108, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124693 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29970 which had sessionid 0x1380a6604e40138
   [junit4]   2> 124695 T3160 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e40138, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124695 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29889 which had sessionid 0x1380a6604e4010a
   [junit4]   2> 124696 T3089 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3717891a name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124695 T2960 oascc.DefaultConnectionStrategy.reconnect Reconnect to ZooKeeper failed
   [junit4]   2> 124701 T3092 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e4010a, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124701 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29893 which had sessionid 0x1380a6604e4010b
   [junit4]   2> 124701 T2960 oascc.ConnectionManager.process Connected:true
   [junit4]   2> 124704 T3075 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@91d12cf name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124705 T3078 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e4010b, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124705 T2960 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 124705 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29965 which had sessionid 0x1380a6604e40133
   [junit4]   2> 124709 T2960 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 124709 T3150 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e40133, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124709 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29896 which had sessionid 0x1380a6604e4010e
   [junit4]   2> 124713 T3059 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e4010e, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124713 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29924 which had sessionid 0x1380a6604e40124
   [junit4]   2> 124715 T3051 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e40124, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124715 T2454 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29902 which had sessionid 0x1380a6604e40113
   [junit4]   2> 124719 T2664 oazs.NIOServerCnxn$Factory.run NIOServerCnxn factory exited run method
   [junit4]   2> 124719 T3082 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x1380a6604e40113, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 124721 T3077 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@83c86a6 name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124722 T2960 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 124725 T2454 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
   [junit4]   2> 124726 T3003 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 124729 T3165 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 124737 T3071 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2030f9e2 name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124739 T2454 oas.SolrTestCaseJ4.tearDown ###Ending testShardAssignmentBigger
   [junit4]   2> 124743 T3003 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 124745 T3003 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 124754 T3062 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b11bddd name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124758 T3003 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 124761 T3097 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@165a128d name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124768 T3069 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6bf61f7b name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124778 T3064 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51c64bdf name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 124784 T3107 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6cecb33f name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverseerTest -Dtests.method=testShardAssignmentBigger -Dtests.seed=2416224E01D88D47 -Dtests.locale=en_GB -Dtests.timezone=Pacific/Fakaofo -Dargs="-Dfile.encoding=ISO8859-1"
   [junit4]   2> 124793 T3101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@673aadbf name:ZooKeeperConnection Watcher:127.0.0.1:29228/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2>
   [junit4]    > (@AfterClass output)
   [junit4]   2> 130360 T2454 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 130361 T2454 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 130362 T2454 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=en_GB, timezone=Pacific/Fakaofo
   [junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=98,free=60076672,total=262733824
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryUtils, XmlUpdateRequestHandlerTest, AutoCommitTest, TestIndexingPerformance, StandardRequestHandlerTest, ConvertedLegacyTest, TestRecovery, TestNGramFilters, DirectUpdateHandlerOptimizeTest, TestNorwegianLightStemFilterFactory, SpellPossibilityIteratorTest, TestIndexSearcher, TestSpanishLightStemFilterFactory, TestRealTimeGet, TestPhraseSuggestions, TestSynonymFilterFactory, TestBulgarianStemFilterFactory, TestMultiCoreConfBootstrap, TestReversedWildcardFilterFactory, DistributedSpellCheckComponentTest, TestJmxIntegration, TestHindiFilters, TestLatvianStemFilterFactory, TestDistributedGrouping, TestFunctionQuery, TestGroupingSearch, UpdateParamsTest, TestFaceting, SuggesterFSTTest, SignatureUpdateProcessorFactoryTest, BasicFunctionalityTest, TestCSVLoader, TestHTMLStripCharFilterFactory, TestIndonesianStemFilterFactory, TestDelimitedPayloadTokenFilterFactory, TestSearchPerf, ResourceLoaderTest, SoftAutoCommitTest, SpellingQueryConverterTest, QueryParsingTest, RAMDirectoryFactoryTest, TestCodecSupport, UniqFieldsUpdateProcessorFactoryTest, TestValueSourceCache, TestFiltering, CurrencyFieldTest, TestRemoteStreaming, TestFrenchLightStemFilterFactory, TestGreekStemFilterFactory, SolrRequestParserTest, NoCacheHeaderTest, TestQueryTypes, BasicZkTest, TestElisionFilterFactory, DistanceFunctionTest, TestUpdate, TestPhoneticFilterFactory, PrimitiveFieldTypeTest, SpatialFilterTest, TestWriterPerf, TestTrie, TermVectorComponentTest, TestNumberUtils, PluginInfoTest, TestCSVResponseWriter, TestThaiWordFilterFactory, TestSolrDeletionPolicy2, TestGermanNormalizationFilterFactory, TestDefaultSimilarityFactory, CommonGramsQueryFilterFactoryTest, SpellCheckCollatorTest, TestJapaneseBaseFormFilterFactory, CloudStateUpdateTest, ZkSolrClientTest, UpdateRequestProcessorFactoryTest, TestPropInject, TestShingleFilterFactory, TestHunspellStemFilterFactory, TestLMDirichletSimilarityFactory, OutputWriterTest, TestPHPSerializedResponseWriter, DistributedTermsComponentTest, TestExtendedDismaxParser, TestArabicFilters, BadIndexSchemaTest, TestWikipediaTokenizerFactory, WordBreakSolrSpellCheckerTest, TestDocSet, TestPatternReplaceCharFilterFactory, TestPortugueseStemFilterFactory, TestQuerySenderNoQuery, TestPatternReplaceFilterFactory, CopyFieldTest, TestTurkishLowerCaseFilterFactory, SuggesterTest, TestCoreContainer, TestSolrXMLSerializer, SampleTest, TestCJKWidthFilterFactory, IndexBasedSpellCheckerTest, TestSurroundQueryParser, TestCJKBigramFilterFactory, TestIBSimilarityFactory, TestDistributedSearch, TestPortugueseMinimalStemFilterFactory, TestPropInjectDefaults, SolrCmdDistributorTest, HighlighterConfigTest, TestGreekLowerCaseFilterFactory, SortByFunctionTest, TestIrishLowerCaseFilterFactory, TestHungarianLightStemFilterFactory, TestBinaryResponseWriter, TestJapaneseKatakanaStemFilterFactory, HighlighterTest, CommonGramsFilterFactoryTest, SolrIndexConfigTest, TestPersianNormalizationFilterFactory, LeaderElectionTest, OpenExchangeRatesOrgProviderTest, TestSort, TestGalicianMinimalStemFilterFactory, IndexReaderFactoryTest, DocumentAnalysisRequestHandlerTest, TestMappingCharFilterFactory, NotRequiredUniqueKeyTest, DirectSolrConnectionTest, TestRandomFaceting, CSVRequestHandlerTest, TestCollationField, TestBeiderMorseFilterFactory, TestUtils, DocumentBuilderTest, CacheHeaderTest, DefaultValueUpdateProcessorTest, TimeZoneUtilsTest, MBeansHandlerTest, CoreAdminHandlerTest, ReturnFieldsTest, SOLR749Test, TestKeepFilterFactory, QueryEqualityTest, TestBadConfig, TestPluginEnable, JsonLoaderTest, FieldAnalysisRequestHandlerTest, FileUtilsTest, TestGermanLightStemFilterFactory, TestHashPartitioner, TestXIncludeConfig, TestRussianLightStemFilterFactory, SolrCoreTest, TestReplicationHandler, XsltUpdateRequestHandlerTest, LukeRequestHandlerTest, RecoveryZkTest, LoggingHandlerTest, ZkControllerTest, PolyFieldTest, QueryElevationComponentTest, TestFastLRUCache, TestPortugueseLightStemFilterFactory, SearchHandlerTest, TestJapaneseTokenizerFactory, TestMergePolicyConfig, TestStemmerOverrideFilterFactory, FullSolrCloudDistribCmdsTest, TestDictionaryCompoundWordTokenFilterFactory, TestKStemFilterFactory, LeaderElectionIntegrationTest, LengthFilterTest, DOMUtilTest, TestSwedishLightStemFilterFactory, AlternateDirectoryTest, IndexSchemaTest, BinaryUpdateRequestHandlerTest, SolrCoreCheckLockOnStartupTest, TestQuerySenderListener, TestTrimFilterFactory, DirectUpdateHandlerTest, TestSolrDeletionPolicy1, TestSystemIdResolver, RequestHandlersTest, ShowFileRequestHandlerTest, SuggesterWFSTTest, MinimalSchemaTest, LegacyHTMLStripCharFilterTest, TestItalianLightStemFilterFactory, TestGermanStemFilterFactory, DateMathParserTest, MoreLikeThisHandlerTest, OverseerTest]
   [junit4]   2> 
   [junit4] Completed in 130.37s, 8 tests, 1 error <<< FAILURES!
[...truncated 271 lines...]

[...truncated 52832 lines...]

[...truncated 52832 lines...]

[...truncated 52832 lines...]

[...truncated 52832 lines...]

[...truncated 52832 lines...]