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/10 13:45:18 UTC

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

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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicZkTest.testBasic

Error Message:
Cannot talk to ZooKeeper - Updates are disabled.

Stack Trace:
org.apache.solr.common.SolrException: Cannot talk to ZooKeeper - Updates are disabled.
	at __randomizedtesting.SeedInfo.seed([2A821AA3E896FDBF:817807B6374A7B91]:0)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.zkCheck(DistributedUpdateProcessor.java:802)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:598)
	at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:118)
	at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:333)
	at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:264)
	at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:158)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1555)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
	at org.apache.solr.util.TestHarness.update(TestHarness.java:256)
	at org.apache.solr.util.TestHarness.checkUpdateStatus(TestHarness.java:304)
	at org.apache.solr.util.TestHarness.validateUpdate(TestHarness.java:274)
	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:413)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:392)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:386)
	at org.apache.solr.cloud.BasicZkTest.testBasic(BasicZkTest.java:136)
	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 8916 lines...]
   [junit4]   2> 1889 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[42]} 0 1
   [junit4]   2> 1893 T1672 C86 Pnull oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 1895 T1672 C86 Pnull oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@699e3615 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@59a437ac),segFN=segments_3,generation=3,filenames=[segments_3]
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@699e3615 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@59a437ac),segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _1.fdx, _1_nrm.cfs, _1.fdt, _1.si, _1_Lucene40_0.frq, _1_1.del, _1.fnm, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _1_nrm.cfe, segments_4]
   [junit4]   2> 1896 T1672 C86 Pnull oasc.SolrDeletionPolicy.updateCommits newest commit = 4
   [junit4]   2> 1897 T1672 C86 Pnull oass.SolrIndexSearcher.<init> Opening Searcher@4d338bcf main
   [junit4]   2> 1897 T1672 C86 Pnull oass.SolrIndexSearcher.<init> WARNING WARNING: Directory impl does not support setting indexDir: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]   2> 1898 T1672 C86 Pnull oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1899 T1685 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4d338bcf main{StandardDirectoryReader(segments_4:7 _1(5.0):C2/1)}
   [junit4]   2> 1899 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 1901 T1672 C86 Pnull REQ [collection1] webapp=null path=null params={start=0&q=id:42&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 1907 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[42]} 0 1
   [junit4]   2> 1912 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[42]} 0 0
   [junit4]   2> 1921 T1672 C86 Pnull oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 1924 T1672 C86 Pnull oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@699e3615 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@59a437ac),segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _1.fdx, _1_nrm.cfs, _1.fdt, _1.si, _1_Lucene40_0.frq, _1_1.del, _1.fnm, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _1_nrm.cfe, segments_4]
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@699e3615 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@59a437ac),segFN=segments_5,generation=5,filenames=[_2.si, _2_Lucene40_0.tip, _2_nrm.cfe, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _2.fdt, _2_Lucene40_0.tim, _2_nrm.cfs, segments_5, _2.fdx, _2_1.del, _2.fnm]
   [junit4]   2> 1925 T1672 C86 Pnull oasc.SolrDeletionPolicy.updateCommits newest commit = 5
   [junit4]   2> 1926 T1672 C86 Pnull oass.SolrIndexSearcher.<init> Opening Searcher@533c43e5 main
   [junit4]   2> 1927 T1672 C86 Pnull oass.SolrIndexSearcher.<init> WARNING WARNING: Directory impl does not support setting indexDir: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]   2> 1927 T1672 C86 Pnull oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1928 T1685 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@533c43e5 main{StandardDirectoryReader(segments_5:11 _2(5.0):C2/1)}
   [junit4]   2> 1928 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1930 T1672 C86 Pnull REQ [collection1] webapp=null path=null params={start=0&q=id:42&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 1936 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[101]} 0 0
   [junit4]   2> 1941 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[101]} 0 0
   [junit4]   2> 1946 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[105]} 0 0
   [junit4]   2> 1952 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[102]} 0 1
   [junit4]   2> 1957 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[103]} 0 1
   [junit4]   2> 1962 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {add=[101]} 0 1
   [junit4]   2> 1966 T1672 C86 Pnull oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 1969 T1672 C86 Pnull oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@699e3615 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@59a437ac),segFN=segments_5,generation=5,filenames=[_2.si, _2_Lucene40_0.tip, _2_nrm.cfe, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _2.fdt, _2_Lucene40_0.tim, _2_nrm.cfs, segments_5, _2.fdx, _2_1.del, _2.fnm]
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@699e3615 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@59a437ac),segFN=segments_6,generation=6,filenames=[_2.si, _3_nrm.cfe, _3_Lucene40_0.tip, _3_Lucene40_0.tim, _2.fdt, _3.fdt, _3.fnm, _2.fdx, _3_1.del, _2.fnm, _3.fdx, _3_nrm.cfs, _2_Lucene40_0.tip, _3_Lucene40_0.frq, _2_nrm.cfe, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _3_Lucene40_0.prx, _3.si, _2_nrm.cfs, _2_Lucene40_0.tim, segments_6, _2_1.del]
   [junit4]   2> 1970 T1672 C86 Pnull oasc.SolrDeletionPolicy.updateCommits newest commit = 6
   [junit4]   2> 1971 T1672 C86 Pnull oass.SolrIndexSearcher.<init> Opening Searcher@49b53c44 main
   [junit4]   2> 1972 T1672 C86 Pnull oass.SolrIndexSearcher.<init> WARNING WARNING: Directory impl does not support setting indexDir: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]   2> 1972 T1672 C86 Pnull oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1973 T1685 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49b53c44 main{StandardDirectoryReader(segments_6:13 _2(5.0):C2/1 _3(5.0):C6/2)}
   [junit4]   2> 1973 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1975 T1676 oazs.SyncRequestProcessor.run SyncRequestProcessor exited!
   [junit4]   2> 1975 T1677 oazs.PrepRequestProcessor.run PrepRequestProcessor exited loop!
   [junit4]   2> 1975 T1672 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
   [junit4]   2> 2160 T1672 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:59495 which had sessionid 0x137d630034f0002
   [junit4]   2> 2161 T1682 oaz.ClientCnxn$SendThread.run Unable to read additional data from server sessionid 0x137d630034f0002, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 2161 T1674 oazs.NIOServerCnxn$Factory.run NIOServerCnxn factory exited run method
   [junit4]   2> 2161 T1672 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
   [junit4]   2> 2262 T1683 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 2403 T1623 oaz.ClientCnxn$SendThread.run Client session timed out, have not heard from server in 12001ms for sessionid 0x137d62e52df0010, closing socket connection and attempting reconnect
   [junit4]   2> 2462 T1672 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 3372 T1682 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server localhost/127.0.0.1:43682
   [junit4]   2> 3372 T1686 oazs.ZooKeeperServer.setTickTime tickTime set to 3000
   [junit4]   2> 3373 T1686 oazs.NIOServerCnxn$Factory.<init> binding to port 0.0.0.0/0.0.0.0:43682
   [junit4]   2> 3375 T1686 oazsp.FileSnap.deserialize Reading snapshot /usr/home/hudson/hudson-slave/workspace/Solr-trunk/checkout/solr/build/solr-core/test/J0/./solrtest-BasicZkTest-1339328299850/zookeeper/server1/data/version-2/snapshot.0
   [junit4]   2> 3378 T1686 oazsp.FileTxnSnapLog.save Snapshotting: 3c
   [junit4]   2> 3665 T1623 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server localhost/127.0.0.1:28905
   [junit4]   2> 3774 T1672 C86 Pnull REQ [collection1] webapp=null path=null params={q=id:[100+TO+110]&rows=2147483647} hits=4 status=0 QTime=0 
   [junit4]   2> 3776 T1672 C86 Pnull REQ [collection1] webapp=null path=null params={q=id:[100+TO+111]&rows=1147483647} hits=4 status=0 QTime=0 
   [junit4]   2> 3777 T1672 C86 Pnull REQ [collection1] webapp=null path=null params={start=0&q=id:[100+TO+110]&qt=standard&rows=20&version=2.2} hits=4 status=0 QTime=0 
   [junit4]   2> 4151 T1675 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
   [junit4]   2> 4791 T1672 C86 Pnull UPDATE [collection1] webapp=null path=null params={} {} 0 1010
   [junit4]   2> 4791 T1672 oas.SolrTestCaseJ4.tearDown ###Ending testBasic
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicZkTest -Dtests.method=testBasic -Dtests.seed=2A821AA3E896FDBF -Dtests.nightly=true -Dtests.locale=sk_SK -Dtests.timezone=Asia/Vientiane -Dargs="-Dfile.encoding=ISO8859-1"
   [junit4]   2>
   [junit4]    > (@AfterClass output)
   [junit4]   2> 4830 T1690 oazs.PrepRequestProcessor.run PrepRequestProcessor exited loop!
   [junit4]   2> 4830 T1689 oazs.SyncRequestProcessor.run SyncRequestProcessor exited!
   [junit4]   2> 4830 T1672 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
   [junit4]   2> 4831 T1687 oazs.NIOServerCnxn$Factory.run NIOServerCnxn factory exited run method
   [junit4]   2> 4831 T1672 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
   [junit4]   2> 6832 T1672 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 6832 T1672 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=26178644
   [junit4]   2> 6832 T1672 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e4541bd
   [junit4]   2> 6834 T1672 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 6834 T1672 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=5,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=11,cumulative_deletesById=2,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 7151 T1688 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
   [junit4]   2> 12364 T1684 oasc.Overseer$CloudStateUpdater.amILeader WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [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.getData(ZooKeeper.java:927)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:289)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:286)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:286)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$CloudStateUpdater.amILeader(Overseer.java:186)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$CloudStateUpdater.run(Overseer.java:111)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> 
   [junit4]   2> 12364 T1672 oaz.ZooKeeper.close Session: 0x137d630034f0002 closed
   [junit4]   2> 12364 T1683 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 12365 T1684 oasc.Overseer$CloudStateUpdater.amILeader According to ZK I (id=87774219459297282-lucene.zones.apache.org:null_solr-n_0000000000) am no longer a leader.
   [junit4]   2> 12365 T1683 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@711e3798 name:ZooKeeperConnection Watcher:127.0.0.1:43682/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 12365 T1683 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 12365 T1683 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 12365 T1683 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> NOTE: test params are: codec=Lucene40: {}, sim=RandomSimilarityProvider(queryNorm=true,coord=false): {}, locale=sk_SK, timezone=Asia/Vientiane
   [junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=1,free=153748440,total=271843328
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedSpellCheckComponentTest, TestThaiWordFilterFactory, TestExtendedDismaxParser, IndexSchemaTest, ZkSolrClientTest, JsonLoaderTest, DebugComponentTest, CoreAdminHandlerTest, TestKeywordMarkerFilterFactory, CloudStateTest, TestItalianLightStemFilterFactory, TestReplicationHandler, SolrRequestParserTest, TestPortugueseStemFilterFactory, TestHashPartitioner, TestXIncludeConfig, CacheHeaderTest, MultiTermTest, TestWordDelimiterFilterFactory, TestJapanesePartOfSpeechStopFilterFactory, TestRemoteStreaming, TestPatternReplaceFilterFactory, TestGermanMinimalStemFilterFactory, TestSolrXMLSerializer, ConvertedLegacyTest, TestCSVLoader, SignatureUpdateProcessorFactoryTest, TestMergePolicyConfig, DistributedQueryElevationComponentTest, TestLRUCache, TestPropInject, TestReverseStringFilterFactory, CSVRequestHandlerTest, TestLMDirichletSimilarityFactory, FullSolrCloudDistribCmdsTest, TimeZoneUtilsTest, DistanceFunctionTest, TestJoin, TestSurroundQueryParser, ShowFileRequestHandlerTest, UUIDFieldTest, SpellingQueryConverterTest, IndexSchemaRuntimeFieldTest, TestSearchPerf, TestConfig, TestCJKBigramFilterFactory, SolrCmdDistributorTest, TestRangeQuery, BadComponentTest, BinaryUpdateRequestHandlerTest, TestUAX29URLEmailTokenizerFactory, ZkControllerTest, LeaderElectionTest, WordBreakSolrSpellCheckerTest, MBeansHandlerTest, TestValueSourceCache, RequestHandlersTest, TestGermanNormalizationFilterFactory, DirectSolrConnectionTest, SuggesterTest, PolyFieldTest, TestIrishLowerCaseFilterFactory, TestPersianNormalizationFilterFactory, LoggingHandlerTest, TestJapaneseReadingFormFilterFactory, TestCzechStemFilterFactory, TestCSVResponseWriter, LeaderElectionIntegrationTest, TestNorwegianLightStemFilterFactory, TestLFUCache, TestMultiCoreConfBootstrap, OutputWriterTest, FullSolrCloudTest, TestIndexSearcher, NotRequiredUniqueKeyTest, TestStemmerOverrideFilterFactory, EchoParamsTest, TestIndonesianStemFilterFactory, TestTrie, TestTypeTokenFilterFactory, SortByFunctionTest, CommonGramsQueryFilterFactoryTest, TestSort, BasicFunctionalityTest, XmlUpdateRequestHandlerTest, PrimUtilsTest, TestStopFilterFactory, BasicZkTest]
   [junit4]   2> 
   [junit4] Completed on J0 in 12.37s, 1 test, 1 error <<< FAILURES!
[...truncated 281 lines...]

[...truncated 9298 lines...]

[...truncated 9298 lines...]

[...truncated 9298 lines...]

[...truncated 9298 lines...]

[...truncated 9298 lines...]