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 2014/02/13 02:16:42 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-fcs-b128) - Build # 9454 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9454/
Java: 64bit/jdk1.8.0-fcs-b128 -XX:+UseCompressedOops -XX:+UseG1GC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([ED1272DED073E56B]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
Captured an uncaught exception in thread: Thread[id=3922, name=RecoveryThread, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3922, name=RecoveryThread, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
Caused by: java.lang.AssertionError: liveDocs.count()=50 info.docCount=61 info.getDelCount()=40
	at __randomizedtesting.SeedInfo.seed([ED1272DED073E56B]:0)
	at org.apache.lucene.codecs.lucene40.Lucene40LiveDocsFormat.readLiveDocs(Lucene40LiveDocsFormat.java:92)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:103)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:131)
	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:183)
	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:97)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:380)
	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:271)
	at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:204)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1445)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1633)
	at org.apache.solr.handler.SnapPuller.openNewSearcherAndUpdateCommitPoint(SnapPuller.java:670)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:490)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:322)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:155)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:437)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:247)


REGRESSION:  org.apache.solr.TestDistributedSearch.testDistribSearch

Error Message:
Expected the partialResults header to be null

Stack Trace:
java.lang.AssertionError: Expected the partialResults header to be null
	at __randomizedtesting.SeedInfo.seed([ED1272DED073E56B:6CF4FCC6A72C8557]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.TestDistributedSearch.validateControlData(TestDistributedSearch.java:525)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:445)
	at org.apache.solr.TestDistributedSearch.doTest(TestDistributedSearch.java:379)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:876)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)


REGRESSION:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([ED1272DED073E56B]:0)




Build Log:
[...truncated 10569 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> 951534 T5195 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 951535 T5195 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /zqg/
   [junit4]   2> 951537 T5195 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 951538 T5195 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 951540 T5195 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 951560 T5195 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59738
   [junit4]   2> 951561 T5195 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 951562 T5195 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 951562 T5195 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 951562 T5195 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 951572 T5195 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/solr.xml
   [junit4]   2> 951579 T5195 oasc.CoreContainer.<init> New CoreContainer 538718459
   [junit4]   2> 951580 T5195 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 951580 T5195 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 951581 T5195 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 951581 T5195 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 951581 T5195 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 951581 T5195 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 951581 T5195 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 951582 T5195 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 951582 T5195 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 951582 T5195 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 951596 T5195 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 951597 T5195 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 951597 T5195 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 951599 T5205 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 951599 T5205 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 951599 T5205 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 951600 T5205 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 951620 T5205 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 951640 T5205 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 951641 T5205 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 951645 T5205 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 951761 T5205 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 951765 T5205 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 951766 T5205 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 951770 T5205 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 951771 T5205 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 951773 T5205 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 951773 T5205 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 951773 T5205 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 951773 T5205 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 951773 T5205 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 951774 T5205 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 951774 T5205 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 951774 T5205 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=./org.apache.solr.TestDistributedSearch-1392247106745/control/data/
   [junit4]   2> 951774 T5205 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@22f90a9c
   [junit4]   2> 951775 T5205 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.TestDistributedSearch-1392247106745/control/data
   [junit4]   2> 951775 T5205 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.TestDistributedSearch-1392247106745/control/data/index/
   [junit4]   2> 951775 T5205 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.TestDistributedSearch-1392247106745/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 951775 T5205 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.TestDistributedSearch-1392247106745/control/data/index
   [junit4]   2> 951775 T5205 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=66.7099609375, floorSegmentMB=0.8125, forceMergeDeletesPctAllowed=5.402752180284093, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 951776 T5205 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@16e8d444 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f054646)),segFN=segments_1,generation=1}
   [junit4]   2> 951776 T5205 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 951777 T5205 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 951778 T5205 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 951779 T5205 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 951779 T5205 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 951779 T5205 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 951779 T5205 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 951779 T5205 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 951780 T5205 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 951780 T5205 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 951780 T5205 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 951780 T5205 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 951780 T5205 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 951780 T5205 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 951781 T5205 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 951781 T5205 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 951781 T5205 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 951781 T5205 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 951782 T5205 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 951782 T5205 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 951782 T5205 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 951782 T5205 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 951783 T5205 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 951783 T5205 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 951783 T5205 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 951783 T5205 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 951783 T5205 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 951784 T5205 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 951784 T5205 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 951784 T5205 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 951784 T5205 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 951784 T5205 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 951785 T5205 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 951785 T5205 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 951785 T5205 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 951785 T5205 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 951786 T5205 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 951787 T5205 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 951788 T5205 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 951789 T5205 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 951789 T5205 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 951789 T5205 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=81.9609375, floorSegmentMB=1.203125, forceMergeDeletesPctAllowed=7.787706964675559, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 951790 T5205 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@16e8d444 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f054646)),segFN=segments_1,generation=1}
   [junit4]   2> 951790 T5205 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 951790 T5205 oass.SolrIndexSearcher.<init> Opening Searcher@1295df76[collection1] main
   [junit4]   2> 951790 T5205 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 951865 T5205 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 951881 T5206 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1295df76[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 951883 T5205 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 951884 T5195 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 951884 T5195 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 951886 T5195 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 951888 T5195 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 951888 T5195 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:34245
   [junit4]   2> 951890 T5195 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 951890 T5195 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 951890 T5195 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 951891 T5195 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 951901 T5195 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/solr.xml
   [junit4]   2> 951911 T5195 oasc.CoreContainer.<init> New CoreContainer 1274570185
   [junit4]   2> 951911 T5195 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 951912 T5195 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 951912 T5195 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 951913 T5195 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 951913 T5195 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 951913 T5195 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 951914 T5195 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 951914 T5195 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 951914 T5195 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 951915 T5195 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 951919 T5195 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 951919 T5195 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 951920 T5195 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 951921 T5217 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 951921 T5217 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 951922 T5217 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 951922 T5217 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 951943 T5217 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 951963 T5217 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 951964 T5217 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 951968 T5217 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 952055 T5217 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 952058 T5217 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 952059 T5217 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 952062 T5217 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 952064 T5217 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 952065 T5217 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 952065 T5217 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 952066 T5217 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 952066 T5217 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 952066 T5217 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 952066 T5217 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 952066 T5217 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 952066 T5217 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=./org.apache.solr.TestDistributedSearch-1392247106745/shard0/data/
   [junit4]   2> 952067 T5217 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@22f90a9c
   [junit4]   2> 952067 T5217 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.TestDistributedSearch-1392247106745/shard0/data
   [junit4]   2> 952067 T5217 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.TestDistributedSearch-1392247106745/shard0/data/index/
   [junit4]   2> 952067 T5217 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.TestDistributedSearch-1392247106745/shard0/data/index' doesn't exist. Creating new index...
   [junit4]   2> 952068 T5217 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.TestDistributedSearch-1392247106745/shard0/data/index
   [junit4]   2> 952068 T5217 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=66.7099609375, floorSegmentMB=0.8125, forceMergeDeletesPctAllowed=5.402752180284093, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 952068 T5217 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@41018231 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66e8cb7a)),segFN=segments_1,generation=1}
   [junit4]   2> 952068 T5217 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 952069 T5217 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 952071 T5217 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 952071 T5217 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 952071 T5217 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 952071 T5217 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 952071 T5217 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 952072 T5217 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 952072 T5217 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 952072 T5217 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 952072 T5217 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 952072 T5217 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 952073 T5217 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 952073 T5217 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 952073 T5217 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 952073 T5217 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 952074 T5217 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 952074 T5217 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 952074 T5217 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 952075 T5217 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 952075 T5217 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 952075 T5217 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 952075 T5217 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 952076 T5217 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 952076 T5217 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 952076 T5217 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 952076 T5217 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 952077 T5217 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 952077 T5217 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 952077 T5217 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 952077 T5217 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 952078 T5217 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 952078 T5217 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 952078 T5217 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 952078 T5217 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 952079 T5217 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 952079 T5217 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 952080 T5217 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 952081 T5217 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 952082 T5217 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 952083 T5217 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 952083 T5217 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=81.9609375, floorSegmentMB=1.203125, forceMergeDeletesPctAllowed=7.787706964675559, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 952083 T5217 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@41018231 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66e8cb7a)),segFN=segments_1,generation=1}
   [junit4]   2> 952083 T5217 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 952084 T5217 oass.SolrIndexSearcher.<init> Opening Searcher@17b758c5[collection1] main
   [junit4]   2> 952084 T5217 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 952088 T5217 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 952108 T5218 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17b758c5[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 952112 T5217 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 952113 T5195 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 952113 T5195 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C832 name=collection1 org.apache.solr.core.SolrCore@7a38500b
   [junit4]   2> 952170 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1459876902864945152)} 0 1
   [junit4]   2> ASYNC  NEW_CORE C833 name=collection1 org.apache.solr.core.SolrCore@b8d7a7
   [junit4]   2> 952234 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1459876902932054016)} 0 1
   [junit4]   2> 952238 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[1 (1459876902936248320)]} 0 1
   [junit4]   2> 952241 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[1 (1459876902939394048)]} 0 1
   [junit4]   2> 952244 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[2 (1459876902943588352)]} 0 1
   [junit4]   2> 952247 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[2 (1459876902945685504)]} 0 1
   [junit4]   2> 952249 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[3 (1459876902948831232)]} 0 0
   [junit4]   2> 952252 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[3 (1459876902950928384)]} 0 1
   [junit4]   2> 952254 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[4 (1459876902954074112)]} 0 0
   [junit4]   2> 952257 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[4 (1459876902956171264)]} 0 1
   [junit4]   2> 952261 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[5 (1459876902960365568)]} 0 1
   [junit4]   2> 952264 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[5 (1459876902963511296)]} 0 1
   [junit4]   2> 952267 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[6 (1459876902966657024)]} 0 1
   [junit4]   2> 952270 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[6 (1459876902970851328)]} 0 0
   [junit4]   2> 952273 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[7 (1459876902973997056)]} 0 0
   [junit4]   2> 952276 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[7 (1459876902977142784)]} 0 0
   [junit4]   2> 952279 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[8 (1459876902980288512)]} 0 1
   [junit4]   2> 952282 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[8 (1459876902982385664)]} 0 1
   [junit4]   2> 952285 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[9 (1459876902985531392)]} 0 1
   [junit4]   2> 952288 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[9 (1459876902988677120)]} 0 1
   [junit4]   2> 952290 T5203 C832 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 952294 T5203 C832 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@16e8d444 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f054646)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@16e8d444 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f054646)),segFN=segments_2,generation=2}
   [junit4]   2> 952295 T5203 C832 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 952296 T5203 C832 oass.SolrIndexSearcher.<init> Opening Searcher@4b426627[collection1] main
   [junit4]   2> 952297 T5203 C832 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 952298 T5206 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b426627[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C9)}
   [junit4]   2> 952299 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 9
   [junit4]   2> 952301 T5215 C833 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 952305 T5215 C833 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@41018231 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66e8cb7a)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@41018231 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66e8cb7a)),segFN=segments_2,generation=2}
   [junit4]   2> 952306 T5215 C833 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 952307 T5215 C833 oass.SolrIndexSearcher.<init> Opening Searcher@7a259af[collection1] main
   [junit4]   2> 952308 T5215 C833 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 952309 T5218 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7a259af[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C9)}
   [junit4]   2> 952309 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 8
   [junit4]   2> 952314 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[10 (1459876903014891520)]} 0 2
   [junit4]   2> 952318 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[10 (1459876903020134400)]} 0 1
   [junit4]   2> 952321 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[11 (1459876903023280128)]} 0 1
   [junit4]   2> 952324 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[11 (1459876903026425856)]} 0 1
   [junit4]   2> 952327 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[12 (1459876903029571584)]} 0 1
   [junit4]   2> 952329 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[12 (1459876903032717312)]} 0 0
   [junit4]   2> 952331 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[13 (1459876903034814464)]} 0 0
   [junit4]   2> 952334 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[13 (1459876903036911616)]} 0 1
   [junit4]   2> 952337 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[1001 (1459876903040057344)]} 0 1
   [junit4]   2> 952339 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[1001 (1459876903043203072)]} 0 0
   [junit4]   2> 952341 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[14 (1459876903045300224)]} 0 0
   [junit4]   2> 952344 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[14 (1459876903047397376)]} 0 1
   [junit4]   2> 952346 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[15 (1459876903050543104)]} 0 0
   [junit4]   2> 952348 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[15 (1459876903052640256)]} 0 0
   [junit4]   2> 952351 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[16 (1459876903054737408)]} 0 1
   [junit4]   2> 952353 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[16 (1459876903057883136)]} 0 0
   [junit4]   2> 952356 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[17 (1459876903059980288)]} 0 1
   [junit4]   2> 952360 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[17 (1459876903064174592)]} 0 1
   [junit4]   2> 952362 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[100 (1459876903067320320)]} 0 1
   [junit4]   2> 952364 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[100 (1459876903069417472)]} 0 0
   [junit4]   2> 952366 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[101 (1459876903071514624)]} 0 0
   [junit4]   2> 952368 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[101 (1459876903073611776)]} 0 0
   [junit4]   2> 952371 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[102 (1459876903075708928)]} 0 1
   [junit4]   2> 952373 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[102 (1459876903078854656)]} 0 0
   [junit4]   2> 952376 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[103 (1459876903082000384)]} 0 1
   [junit4]   2> 952379 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[103 (1459876903085146112)]} 0 1
   [junit4]   2> 952382 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[104 (1459876903088291840)]} 0 0
   [junit4]   2> 952386 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[104 (1459876903091437568)]} 0 1
   [junit4]   2> 952389 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[105 (1459876903094583296)]} 0 1
   [junit4]   2> 952392 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[105 (1459876903097729024)]} 0 1
   [junit4]   2> 952395 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[106 (1459876903100874752)]} 0 1
   [junit4]   2> 952398 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[106 (1459876903104020480)]} 0 1
   [junit4]   2> 952401 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[107 (1459876903107166208)]} 0 1
   [junit4]   2> 952404 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[107 (1459876903111360512)]} 0 0
   [junit4]   2> 952406 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[108 (1459876903113457664)]} 0 0
   [junit4]   2> 952409 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[108 (1459876903115554816)]} 0 1
   [junit4]   2> 952412 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[109 (1459876903118700544)]} 0 1
   [junit4]   2> 952414 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[109 (1459876903121846272)]} 0 0
   [junit4]   2> 952416 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[110 (1459876903123943424)]} 0 0
   [junit4]   2> 952419 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[110 (1459876903126040576)]} 0 1
   [junit4]   2> 952421 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[111 (1459876903129186304)]} 0 0
   [junit4]   2> 952424 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[111 (1459876903131283456)]} 0 1
   [junit4]   2> 952427 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[112 (1459876903135477760)]} 0 1
   [junit4]   2> 952429 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[112 (1459876903137574912)]} 0 0
   [junit4]   2> 952432 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[113 (1459876903139672064)]} 0 1
   [junit4]   2> 952435 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[113 (1459876903142817792)]} 0 1
   [junit4]   2> 952438 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[114 (1459876903145963520)]} 0 1
   [junit4]   2> 952441 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[114 (1459876903149109248)]} 0 1
   [junit4]   2> 952444 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[115 (1459876903152254976)]} 0 1
   [junit4]   2> 952447 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[115 (1459876903155400704)]} 0 1
   [junit4]   2> 952450 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[116 (1459876903158546432)]} 0 1
   [junit4]   2> 952453 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[116 (1459876903161692160)]} 0 1
   [junit4]   2> 952456 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[117 (1459876903164837888)]} 0 1
   [junit4]   2> 952458 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[117 (1459876903167983616)]} 0 0
   [junit4]   2> 952461 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[118 (1459876903171129344)]} 0 0
   [junit4]   2> 952464 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[118 (1459876903174275072)]} 0 0
   [junit4]   2> 952467 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[119 (1459876903177420800)]} 0 0
   [junit4]   2> 952470 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[119 (1459876903180566528)]} 0 0
   [junit4]   2> 952473 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[120 (1459876903182663680)]} 0 1
   [junit4]   2> 952475 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[120 (1459876903185809408)]} 0 0
   [junit4]   2> 952478 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[121 (1459876903188955136)]} 0 0
   [junit4]   2> 952481 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[121 (1459876903191052288)]} 0 1
   [junit4]   2> 952483 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[122 (1459876903194198016)]} 0 0
   [junit4]   2> 952486 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[122 (1459876903197343744)]} 0 1
   [junit4]   2> 952488 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[123 (1459876903199440896)]} 0 0
   [junit4]   2> 952491 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[123 (1459876903201538048)]} 0 1
   [junit4]   2> 952493 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[124 (1459876903204683776)]} 0 0
   [junit4]   2> 952495 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[124 (1459876903206780928)]} 0 0
   [junit4]   2> 952497 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[125 (1459876903208878080)]} 0 0
   [junit4]   2> 952500 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[125 (1459876903210975232)]} 0 1
   [junit4]   2> 952502 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[126 (1459876903213072384)]} 0 1
   [junit4]   2> 952504 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[126 (1459876903216218112)]} 0 0
   [junit4]   2> 952507 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[127 (1459876903218315264)]} 0 1
   [junit4]   2> 952510 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[127 (1459876903221460992)]} 0 1
   [junit4]   2> 952513 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[128 (1459876903224606720)]} 0 1
   [junit4]   2> 952515 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[128 (1459876903227752448)]} 0 0
   [junit4]   2> 952518 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[129 (1459876903230898176)]} 0 0
   [junit4]   2> 952521 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[129 (1459876903234043904)]} 0 0
   [junit4]   2> 952524 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[130 (1459876903237189632)]} 0 0
   [junit4]   2> 952527 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[130 (1459876903239286784)]} 0 1
   [junit4]   2> 952529 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[131 (1459876903242432512)]} 0 0
   [junit4]   2> 952531 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[131 (1459876903244529664)]} 0 0
   [junit4]   2> 952533 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[132 (1459876903246626816)]} 0 0
   [junit4]   2> 952535 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[132 (1459876903248723968)]} 0 0
   [junit4]   2> 952538 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[133 (1459876903250821120)]} 0 1
   [junit4]   2> 952540 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[133 (1459876903252918272)]} 0 1
   [junit4]   2> 952542 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[134 (1459876903256064000)]} 0 0
   [junit4]   2> 952545 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[134 (1459876903258161152)]} 0 1
   [junit4]   2> 952547 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[135 (1459876903261306880)]} 0 0
   [junit4]   2> 952549 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[135 (1459876903263404032)]} 0 0
   [junit4]   2> 952552 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[136 (1459876903265501184)]} 0 1
   [junit4]   2> 952554 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[136 (1459876903268646912)]} 0 0
   [junit4]   2> 952556 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[137 (1459876903270744064)]} 0 0
   [junit4]   2> 952558 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[137 (1459876903272841216)]} 0 0
   [junit4]   2> 952561 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[138 (1459876903274938368)]} 0 1
   [junit4]   2> 952563 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[138 (1459876903278084096)]} 0 0
   [junit4]   2> 952565 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[139 (1459876903280181248)]} 0 0
   [junit4]   2> 952567 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[139 (1459876903282278400)]} 0 0
   [junit4]   2> 952570 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[140 (1459876903284375552)]} 0 1
   [junit4]   2> 952572 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[140 (1459876903286472704)]} 0 1
   [junit4]   2> 952574 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[141 (1459876903289618432)]} 0 0
   [junit4]   2> 952576 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[141 (1459876903291715584)]} 0 0
   [junit4]   2> 952578 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[142 (1459876903293812736)]} 0 0
   [junit4]   2> 952581 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[142 (1459876903296958464)]} 0 1
   [junit4]   2> 952583 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[143 (1459876903299055616)]} 0 0
   [junit4]   2> 952585 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[143 (1459876903301152768)]} 0 0
   [junit4]   2> 952587 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[144 (1459876903303249920)]} 0 0
   [junit4]   2> 952590 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[144 (1459876903305347072)]} 0 1
   [junit4]   2> 952592 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[145 (1459876903307444224)]} 0 1
   [junit4]   2> 952594 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[145 (1459876903310589952)]} 0 0
   [junit4]   2> 952596 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[146 (1459876903312687104)]} 0 0
   [junit4]   2> 952599 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[146 (1459876903314784256)]} 0 1
   [junit4]   2> 952601 T5201 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[147 (1459876903317929984)]} 0 0
   [junit4]   2> 952603 T5214 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[147 (1459876903320027136)]} 0 0
   [junit4]   2> 952605 T5204 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[148 (1459876903322124288)]} 0 0
   [junit4]   2> 952608 T5216 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[148 (1459876903324221440)]} 0 1
   [junit4]   2> 952610 T5203 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[149 (1459876903327367168)]} 0 1
   [junit4]   2> 952612 T5215 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={wt=javabin&version=2} {add=[149 (1459876903329464320)]} 0 0
   [junit4]   2> 952614 T5202 C832 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 952625 T5202 C832 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@16e8d444 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f054646)),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@16e8d444 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f054646)),segFN=segments_3,generation=3}
   [junit4]   2> 952625 T5202 C832 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 952627 T5202 C832 oass.SolrIndexSearcher.<init> Opening Searcher@2047e301[collection1] main
   [junit4]   2> 952627 T5202 C832 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 952628 T5206 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2047e301[collection1] main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C9 _1(5.0):C59)}
   [junit4]   2> 952628 T5202 C832 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 14
   [junit4]   2> 952631 T5213 C833 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 952647 T5213 C833 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@41018231 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66e8cb7a)),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@41018231 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66e8cb7a)),segFN=segments_3,generation=3}
   [junit4]   2> 952647 T5213 C833 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 952649 T5213 C833 oass.SolrIndexSearcher.<init> Opening Searcher@1bccdcbd[collection1] main
   [junit4]   2> 952649 T5213 C833 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 952650 T5218 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1bccdcbd[collection1] main{StandardDirectoryReader(segments_3:5:nrt _0(5.0):C9 _1(5.0):C59)}
   [junit4]   2> 952650 T5213 C833 oasup.LogUpdateProcessor.finish [collection1] webapp=/zqg path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 19
   [junit4]   2> 952659 T5201 C832 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_ti1+desc&wt=javabin&version=2} hits=68 status=0 QTime=6 
   [junit4]   2> 952729 T5215 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247107870&start=0&fsv=true&isShard=true&sort=n_ti1+desc&shard.url=[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::114]:33332/zqg|[ff01::083]:33332/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952733 T5213 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247107870&ids=111,12,144,133,2,112,147,5,137,10&isShard=true&shard.url=[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::114]:33332/zqg|[ff01::083]:33332/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952736 T5214 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::114]:33332/zqg|[ff01::083]:33332/zqg&sort=n_ti1+desc&wt=javabin&version=2} hits=68 status=0 QTime=74 
   [junit4]   2> 952739 T5204 C832 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_ti1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952743 T5213 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247107949&start=0&fsv=true&isShard=true&sort=n_ti1+asc&shard.url=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::083]:33332/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952746 T5214 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247107949&ids=146,114,103,6,7,117,8,107,130,142&isShard=true&shard.url=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::083]:33332/zqg&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 952748 T5215 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::083]:33332/zqg&sort=n_ti1+asc&wt=javabin&version=2} hits=68 status=0 QTime=7 
   [junit4]   2> 952752 T5203 C832 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_f1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952757 T5213 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247107963&start=0&fsv=true&isShard=true&sort=n_f1+desc&shard.url=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952760 T5214 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247107963&ids=132,145,3,135,148,16,116,17,141,10&isShard=true&shard.url=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 952762 T5216 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg&sort=n_f1+desc&wt=javabin&version=2} hits=68 status=0 QTime=7 
   [junit4]   2> 952764 T5202 C832 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_f1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952768 T5213 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247107975&start=0&fsv=true&isShard=true&sort=n_f1+asc&shard.url=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952771 T5214 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247107975&ids=121,133,111,112,102,113,125,1001,109,131&isShard=true&shard.url=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952772 T5215 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg&sort=n_f1+asc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952774 T5201 C832 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_tf1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952781 T5213 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247107985&start=0&fsv=true&isShard=true&sort=n_tf1+desc&shard.url=https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952783 T5214 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247107985&ids=111,135,114,115,5,105,139,129,108,9&isShard=true&shard.url=https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952784 T5216 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg&sort=n_tf1+desc&wt=javabin&version=2} hits=68 status=0 QTime=7 
   [junit4]   2> 952787 T5204 C832 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_tf1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952793 T5213 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247107997&start=0&fsv=true&isShard=true&sort=n_tf1+asc&shard.url=[ff01::083]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg|[ff01::114]:33332/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952796 T5214 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247107997&ids=110,12,134,13,3,137,116,107,120,142&isShard=true&shard.url=[ff01::083]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg|[ff01::114]:33332/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952797 T5215 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::083]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg|[ff01::114]:33332/zqg&sort=n_tf1+asc&wt=javabin&version=2} hits=68 status=0 QTime=8 
   [junit4]   2> 952800 T5203 C832 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_d1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952805 T5213 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108011&start=0&fsv=true&isShard=true&sort=n_d1+desc&shard.url=https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952807 T5214 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108011&ids=143,121,133,13,102,147,136,149,129,119&isShard=true&shard.url=https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952808 T5216 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=https://127.0.0.1:34245/zqg&sort=n_d1+desc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952810 T5202 C832 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_d1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952814 T5213 C833 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108020&start=0&fsv=true&isShard=true&sort=n_d1+asc&shard.url=https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C834 name=collection1 org.apache.solr.core.SolrCore@b8d7a7
   [junit4]   2> 952827 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108020&ids=100,144,12,1,134,112,135,104,137,8&isShard=true&shard.url=https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=11 
   [junit4]   2> 952828 T5215 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=https://127.0.0.1:34245/zqg&sort=n_d1+asc&wt=javabin&version=2} hits=68 status=0 QTime=16 
   [junit4]   2> ASYNC  NEW_CORE C835 name=collection1 org.apache.solr.core.SolrCore@7a38500b
   [junit4]   2> 952830 T5201 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_td1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952835 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108041&start=0&fsv=true&isShard=true&sort=n_td1+desc&shard.url=https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg|[ff01::083]:33332/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952837 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108041&ids=133,2,101,124,113,114,148,1001,139,9&isShard=true&shard.url=https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg|[ff01::083]:33332/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952838 T5216 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg|[ff01::083]:33332/zqg&sort=n_td1+desc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952841 T5204 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_td1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952844 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108051&start=0&fsv=true&isShard=true&sort=n_td1+asc&shard.url=https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952847 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108051&ids=100,111,12,145,134,128,109,141,10,131&isShard=true&shard.url=https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952848 T5215 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=https://127.0.0.1:34245/zqg&sort=n_td1+asc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952850 T5203 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_l1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952854 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108061&start=0&fsv=true&isShard=true&sort=n_l1+desc&shard.url=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::083]:33332/zqg|[ff01::213]:33332/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952857 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108061&ids=11,143,100,133,12,13,139,130,120,142&isShard=true&shard.url=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::083]:33332/zqg|[ff01::213]:33332/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952858 T5216 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::083]:33332/zqg|[ff01::213]:33332/zqg&sort=n_l1+desc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952861 T5202 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_l1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952865 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108071&start=0&fsv=true&isShard=true&sort=n_l1+asc&shard.url=[ff01::114]:33332/zqg|[ff01::083]:33332/zqg|https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952868 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108071&ids=111,112,2,3,136,115,127,128,106,141&isShard=true&shard.url=[ff01::114]:33332/zqg|[ff01::083]:33332/zqg|https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952869 T5215 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::114]:33332/zqg|[ff01::083]:33332/zqg|https://127.0.0.1:34245/zqg&sort=n_l1+asc&wt=javabin&version=2} hits=68 status=0 QTime=6 
   [junit4]   2> 952872 T5201 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_tl1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952876 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108082&start=0&fsv=true&isShard=true&sort=n_tl1+desc&shard.url=[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::083]:33332/zqg|[ff01::114]:33332/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952878 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108082&ids=143,133,14,103,115,116,117,118,119,142&isShard=true&shard.url=[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::083]:33332/zqg|[ff01::114]:33332/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952879 T5216 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::083]:33332/zqg|[ff01::114]:33332/zqg&sort=n_tl1+desc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952882 T5204 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_tl1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952885 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108092&start=0&fsv=true&isShard=true&sort=n_tl1+asc&shard.url=https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952888 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108092&ids=121,132,100,2,5,149,6,128,139,9&isShard=true&shard.url=https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952888 T5215 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=https://127.0.0.1:34245/zqg&sort=n_tl1+asc&wt=javabin&version=2} hits=68 status=0 QTime=4 
   [junit4]   2> 952891 T5203 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_dt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952895 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108101&start=0&fsv=true&isShard=true&sort=n_dt1+desc&shard.url=https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952897 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108101&ids=11,12,145,2,113,5,127,105,107,108&isShard=true&shard.url=https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952898 T5216 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=https://127.0.0.1:34245/zqg&sort=n_dt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952900 T5202 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_dt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952904 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108110&start=0&fsv=true&isShard=true&sort=n_dt1+asc&shard.url=[ff01::114]:33332/zqg|[ff01::213]:33332/zqg|[ff01::083]:33332/zqg|https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952906 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108110&ids=122,144,137,104,17,116,1001,7,117,130&isShard=true&shard.url=[ff01::114]:33332/zqg|[ff01::213]:33332/zqg|[ff01::083]:33332/zqg|https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952907 T5215 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::114]:33332/zqg|[ff01::213]:33332/zqg|[ff01::083]:33332/zqg|https://127.0.0.1:34245/zqg&sort=n_dt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952909 T5201 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_tdt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952913 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108119&start=0&fsv=true&isShard=true&sort=n_tdt1+desc&shard.url=https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952915 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108119&ids=143,100,112,102,3,147,126,116,17,131&isShard=true&shard.url=https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952916 T5216 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=https://127.0.0.1:34245/zqg&sort=n_tdt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952919 T5204 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=n_tdt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952923 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108129&start=0&fsv=true&isShard=true&sort=n_tdt1+asc&shard.url=[ff01::114]:33332/zqg|[ff01::083]:33332/zqg|[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952925 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108129&ids=111,1,145,2,148,127,138,106,1001,107&isShard=true&shard.url=[ff01::114]:33332/zqg|[ff01::083]:33332/zqg|[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952926 T5215 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::114]:33332/zqg|[ff01::083]:33332/zqg|[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg&sort=n_tdt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952928 T5202 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=a_si+desc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952932 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108138&start=0&fsv=true&isShard=true&sort=a_si+desc&shard.url=https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952934 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108138&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952935 T5216 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=https://127.0.0.1:34245/zqg&sort=a_si+desc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952941 T5201 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort={!func}testfunc(add(a_si,5))+desc&wt=javabin&version=2} hits=68 status=0 QTime=4 
   [junit4]   2> 952945 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108151&start=0&fsv=true&isShard=true&sort={!func}testfunc(add(a_si,5))+desc&shard.url=[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952948 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108151&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952949 T5215 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::213]:33332/zqg|https://127.0.0.1:34245/zqg&sort={!func}testfunc(add(a_si,5))+desc&wt=javabin&version=2} hits=68 status=0 QTime=6 
   [junit4]   2> 952951 T5204 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&sort=a_si+asc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952955 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id&NOW=1392247108162&start=0&fsv=true&isShard=true&sort=a_si+asc&shard.url=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952958 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&NOW=1392247108162&ids=11,12,1,13,2,3,4,6,7,9&isShard=true&shard.url=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 952959 T5216 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg|[ff01::213]:33332/zqg&sort=a_si+asc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952961 T5203 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=*,score&sort=a_si+desc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952965 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id,score&NOW=1392247108171&start=0&fsv=true&isShard=true&sort=a_si+desc&shard.url=[ff01::213]:33332/zqg|[ff01::083]:33332/zqg|[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952968 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=*,score&NOW=1392247108171&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=[ff01::213]:33332/zqg|[ff01::083]:33332/zqg|[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 952968 T5215 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&shards=[ff01::213]:33332/zqg|[ff01::083]:33332/zqg|[ff01::114]:33332/zqg|https://127.0.0.1:34245/zqg&fl=*,score&sort=a_si+desc&wt=javabin&version=2} hits=68 status=0 QTime=5 
   [junit4]   2> 952971 T5202 C835 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=*,score&sort=n_tl1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 952975 T5213 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=id,score&NOW=1392247108181&start=0&fsv=true&isShard=true&sort=n_tl1+asc&shard.url=https://127.0.0.1:34245/zqg&rows=10&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 952977 T5214 C834 oasc.SolrCore.execute [collection1] webapp=/zqg path=/select params={q=*:*&distrib=false&fl=*,score&NOW=1392247108181&ids=121,132,100,2,5,149,6,128,139,9&isShard=true&shard.url=https://127.0.0.1:34245/zqg&

[...truncated too long message...]

   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  58) Thread[id=3252, name=coreZkRegister-1730-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  59) Thread[id=3944, name=Thread-2025, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1018)
   [junit4]   2> 	  60) Thread[id=3495, name=qtp1831421572-3495 Acceptor0 SslSelectChannelConnector@127.0.0.1:52457, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  61) Thread[id=3931, name=qtp1159184200-3931 Acceptor1 SslSelectChannelConnector@127.0.0.1:44699, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  62) Thread[id=3952, name=HashSessionScavenger-139, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:552)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> 	  63) Thread[id=3907, name=qtp1611300122-3907 Acceptor1 SslSelectChannelConnector@127.0.0.1:35943, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  64) Thread[id=3250, name=Thread-1605, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1018)
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=353), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=353)), sim=DefaultSimilarity, locale=en_MT, timezone=Australia/Melbourne
   [junit4]   2> NOTE: Linux 3.8.0-35-generic amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=8,threads=76,free=411441424,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [StatsComponentTest, ConvertedLegacyTest, DistributedQueryComponentCustomSortTest, TestBinaryField, SolrTestCaseJ4Test, TestAtomicUpdateErrorCases, NumericFieldsTest, TestFieldResource, TestIndexSearcher, IndexBasedSpellCheckerTest, TestCloudManagedSchemaAddField, StandardRequestHandlerTest, LeaderElectionIntegrationTest, SolrCmdDistributorTest, DistributedDebugComponentTest, TestIBSimilarityFactory, BJQParserTest, TestDistributedGrouping, DirectSolrConnectionTest, ChaosMonkeyNothingIsSafeTest, OutputWriterTest, TestQueryTypes, TestLazyCores, TestClassNameShortening, SolrRequestParserTest, TestMaxScoreQueryParser, DefaultValueUpdateProcessorTest, TestFiltering, TestReload, TestDefaultSearchFieldResource, TestRangeQuery, SpellingQueryConverterTest, ZkNodePropsTest, TestStandardQParsers, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, TestPartialUpdateDeduplication, TestNumberUtils, DistanceFunctionTest, TestCodecSupport, FieldAnalysisRequestHandlerTest, SuggesterTSTTest, TestZkChroot, TestUniqueKeyFieldResource, TestSchemaSimilarityResource, TestRecoveryHdfs, OpenCloseCoreStressTest, TestDefaultSimilarityFactory, PingRequestHandlerTest, SpellCheckCollatorTest, TestPhraseSuggestions, DirectSolrSpellCheckerTest, TestSolr4Spatial, CursorPagingTest, TestFreeTextSuggestions, DebugComponentTest, PreAnalyzedFieldTest, TestSweetSpotSimilarityFactory, TermVectorComponentDistributedTest, TestSolrCoreProperties, TestStressUserVersions, DateFieldTest, TestWordDelimiterFilterFactory, TestXIncludeConfig, TestDFRSimilarityFactory, TestAnalyzeInfixSuggestions, TestComponentsName, TestCSVResponseWriter, PluginInfoTest, HdfsSyncSliceTest, TestCollationField, RAMDirectoryFactoryTest, TriLevelCompositeIdRoutingTest, MinimalSchemaTest, ChaosMonkeySafeLeaderTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.seed=ED1272DED073E56B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_MT -Dtests.timezone=Australia/Melbourne -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | ChaosMonkeySafeLeaderTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED1272DED073E56B]:0)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3922, name=RecoveryThread, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    > Caused by: java.lang.AssertionError: liveDocs.count()=50 info.docCount=61 info.getDelCount()=40
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED1272DED073E56B]:0)
   [junit4]    > 	at org.apache.lucene.codecs.lucene40.Lucene40LiveDocsFormat.readLiveDocs(Lucene40LiveDocsFormat.java:92)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:103)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:131)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:183)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:97)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:380)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:271)
   [junit4]    > 	at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:204)
   [junit4]    > 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1445)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1633)
   [junit4]    > 	at org.apache.solr.handler.SnapPuller.openNewSearcherAndUpdateCommitPoint(SnapPuller.java:670)
   [junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:490)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:322)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:155)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:437)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:247)
   [junit4] Completed on J1 in 7224.99s, 1 test, 3 errors <<< FAILURES!

[...truncated 60 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:453: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:433: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1268: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:901: There were test failures: 372 suites, 1603 tests, 2 suite-level errors, 1 error, 1 failure, 117 ignored (7 assumptions)

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



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_60-ea-b04) - Build # 9455 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9455/
Java: 64bit/jdk1.7.0_60-ea-b04 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.morphlines.cell.SolrCellMorphlineTest.testSolrCellDocumentTypes2

Error Message:
key:ignored_creation_date expected:<[2007-10-01T16:13:56Z]> but was:<[२००७-१०-०१T१६:१३:५६Z]>

Stack Trace:
java.lang.AssertionError: key:ignored_creation_date expected:<[2007-10-01T16:13:56Z]> but was:<[२००७-१०-०१T१६:१३:५६Z]>
	at __randomizedtesting.SeedInfo.seed([9D9E447BF52EFE4:82595FA7B8A47C1A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.apache.solr.morphlines.solr.AbstractSolrMorphlineTestBase.testDocumentTypesInternal(AbstractSolrMorphlineTestBase.java:165)
	at org.apache.solr.morphlines.cell.SolrCellMorphlineTest.testSolrCellDocumentTypes2(SolrCellMorphlineTest.java:255)
	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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)


FAILED:  org.apache.solr.morphlines.cell.SolrCellMorphlineTest.testSolrCellDocumentTypes

Error Message:
key:ignored_creation_date expected:<[2011-09-02T10:11:00Z]> but was:<[२०११-०९-०२T१०:११:००Z]>

Stack Trace:
java.lang.AssertionError: key:ignored_creation_date expected:<[2011-09-02T10:11:00Z]> but was:<[२०११-०९-०२T१०:११:००Z]>
	at __randomizedtesting.SeedInfo.seed([9D9E447BF52EFE4:931A47D9DA89B131]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.apache.solr.morphlines.solr.AbstractSolrMorphlineTestBase.testDocumentTypesInternal(AbstractSolrMorphlineTestBase.java:165)
	at org.apache.solr.morphlines.cell.SolrCellMorphlineTest.testSolrCellDocumentTypes(SolrCellMorphlineTest.java:193)
	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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 18216 lines...]
   [junit4] Suite: org.apache.solr.morphlines.cell.SolrCellMorphlineTest
   [junit4]   1> 2014-02-13 03:10:11,930 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] solr.SolrTestCaseJ4 (SolrTestCaseJ4.java:buildSSLConfig(222)) - Randomized ssl (true) and clientAuth (false)
   [junit4]   1> 2014-02-13 03:10:11,953 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] solr.SolrTestCaseJ4 (SolrTestCaseJ4.java:initCore(521)) - ####initCore
   [junit4]   1> 2014-02-13 03:10:11,985 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:<init>(116)) - new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/'
   [junit4]   1> 2014-02-13 03:10:12,554 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrConfig (SolrConfig.java:initLibs(535)) - Adding specified lib dirs to ClassLoader
   [junit4]   1> 2014-02-13 03:10:12,556 WARN  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   1> 2014-02-13 03:10:12,557 WARN  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:12,558 WARN  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   1> 2014-02-13 03:10:12,559 WARN  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:12,559 WARN  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/langid/lib).
   [junit4]   1> 2014-02-13 03:10:12,560 WARN  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:12,561 WARN  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   1> 2014-02-13 03:10:12,562 WARN  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:12,562 WARN  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: /non/existent/dir/yields/warning (resolved as: /non/existent/dir/yields/warning).
   [junit4]   1> 2014-02-13 03:10:12,754 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrConfig (SolrConfig.java:<init>(171)) - Using Lucene MatchVersion: LUCENE_43
   [junit4]   1> 2014-02-13 03:10:12,971 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.Config (SolrConfig.java:<init>(290)) - Loaded SolrConfig: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/conf/solrconfig.xml
   [junit4]   1> 2014-02-13 03:10:12,979 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] schema.IndexSchema (IndexSchema.java:readSchema(426)) - Reading Solr Schema from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   1> 2014-02-13 03:10:13,079 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] schema.IndexSchema (IndexSchema.java:readSchema(454)) - [null] Schema name=example
   [junit4]   1> 2014-02-13 03:10:13,845 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] schema.IndexSchema (IndexSchema.java:readSchema(558)) - unique key field: id
   [junit4]   1> 2014-02-13 03:10:14,016 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:14,030 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:14,189 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:locateSolrHome(711)) - JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 2014-02-13 03:10:14,190 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:locateSolrHome(723)) - using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr
   [junit4]   1> 2014-02-13 03:10:14,191 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrResourceLoader (SolrResourceLoader.java:<init>(116)) - new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/'
   [junit4]   1> 2014-02-13 03:10:14,310 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.CoreContainer (CoreContainer.java:<init>(107)) - New CoreContainer 878107387
   [junit4]   1> 2014-02-13 03:10:14,311 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.CoreContainer (CoreContainer.java:load(187)) - Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/]
   [junit4]   1> 2014-02-13 03:10:14,330 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] component.HttpShardHandlerFactory (HttpShardHandlerFactory.java:getParameter(173)) - Setting socketTimeout to: 0
   [junit4]   1> 2014-02-13 03:10:14,331 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] component.HttpShardHandlerFactory (HttpShardHandlerFactory.java:getParameter(173)) - Setting urlScheme to: null
   [junit4]   1> 2014-02-13 03:10:14,338 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] component.HttpShardHandlerFactory (HttpShardHandlerFactory.java:getParameter(173)) - Setting connTimeout to: 0
   [junit4]   1> 2014-02-13 03:10:14,339 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] component.HttpShardHandlerFactory (HttpShardHandlerFactory.java:getParameter(173)) - Setting maxConnectionsPerHost to: 20
   [junit4]   1> 2014-02-13 03:10:14,340 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] component.HttpShardHandlerFactory (HttpShardHandlerFactory.java:getParameter(173)) - Setting corePoolSize to: 0
   [junit4]   1> 2014-02-13 03:10:14,340 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] component.HttpShardHandlerFactory (HttpShardHandlerFactory.java:getParameter(173)) - Setting maximumPoolSize to: 2147483647
   [junit4]   1> 2014-02-13 03:10:14,341 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] component.HttpShardHandlerFactory (HttpShardHandlerFactory.java:getParameter(173)) - Setting maxThreadIdleTime to: 5
   [junit4]   1> 2014-02-13 03:10:14,342 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] component.HttpShardHandlerFactory (HttpShardHandlerFactory.java:getParameter(173)) - Setting sizeOfQueue to: -1
   [junit4]   1> 2014-02-13 03:10:14,343 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] component.HttpShardHandlerFactory (HttpShardHandlerFactory.java:getParameter(173)) - Setting fairnessPolicy to: false
   [junit4]   1> 2014-02-13 03:10:14,588 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] logging.LogWatcher (LogWatcher.java:createWatcher(153)) - SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   1> 2014-02-13 03:10:14,589 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] logging.LogWatcher (LogWatcher.java:newRegisteredLogWatcher(138)) - Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 2014-02-13 03:10:14,592 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.CoreContainer (CoreContainer.java:load(213)) - Host Name: 
   [junit4]   1> 2014-02-13 03:10:14,720 INFO  [coreLoadExecutor-4-thread-1] core.CoreContainer (CoreContainer.java:create(589)) - Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1
   [junit4]   1> 2014-02-13 03:10:14,721 INFO  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:<init>(116)) - new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/'
   [junit4]   1> 2014-02-13 03:10:14,801 INFO  [coreLoadExecutor-4-thread-1] core.SolrConfig (SolrConfig.java:initLibs(535)) - Adding specified lib dirs to ClassLoader
   [junit4]   1> 2014-02-13 03:10:14,802 WARN  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   1> 2014-02-13 03:10:14,803 WARN  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:14,804 WARN  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   1> 2014-02-13 03:10:14,804 WARN  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:14,805 WARN  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/langid/lib).
   [junit4]   1> 2014-02-13 03:10:14,806 WARN  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:14,806 WARN  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   1> 2014-02-13 03:10:14,807 WARN  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:14,807 WARN  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: /non/existent/dir/yields/warning (resolved as: /non/existent/dir/yields/warning).
   [junit4]   1> 2014-02-13 03:10:14,868 INFO  [coreLoadExecutor-4-thread-1] core.SolrConfig (SolrConfig.java:<init>(171)) - Using Lucene MatchVersion: LUCENE_43
   [junit4]   1> 2014-02-13 03:10:14,953 INFO  [coreLoadExecutor-4-thread-1] core.Config (SolrConfig.java:<init>(290)) - Loaded SolrConfig: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/conf/solrconfig.xml
   [junit4]   1> 2014-02-13 03:10:14,954 INFO  [coreLoadExecutor-4-thread-1] schema.IndexSchema (IndexSchema.java:readSchema(426)) - Reading Solr Schema from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   1> 2014-02-13 03:10:15,015 INFO  [coreLoadExecutor-4-thread-1] schema.IndexSchema (IndexSchema.java:readSchema(454)) - [collection1] Schema name=example
   [junit4]   1> 2014-02-13 03:10:15,446 INFO  [coreLoadExecutor-4-thread-1] schema.IndexSchema (IndexSchema.java:readSchema(558)) - unique key field: id
   [junit4]   1> 2014-02-13 03:10:15,476 INFO  [coreLoadExecutor-4-thread-1] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:15,484 INFO  [coreLoadExecutor-4-thread-1] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:15,583 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrCore.java:initDirectoryFactory(441)) - org.apache.solr.core.MockDirectoryFactory
   [junit4]   1> 2014-02-13 03:10:15,593 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrCore.java:<init>(691)) - [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/
   [junit4]   1> 2014-02-13 03:10:15,595 INFO  [coreLoadExecutor-4-thread-1] core.JmxMonitoredMap (JmxMonitoredMap.java:<init>(85)) - No JMX servers found, not exposing Solr information with JMX.
   [junit4]   1> 2014-02-13 03:10:15,606 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrCore.java:initListeners(356)) - [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   1> 2014-02-13 03:10:15,606 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrCore.java:initListeners(352)) - [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
   [junit4]   1> 2014-02-13 03:10:15,636 INFO  [coreLoadExecutor-4-thread-1] core.CachingDirectoryFactory (CachingDirectoryFactory.java:get(360)) - return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953
   [junit4]   1> 2014-02-13 03:10:15,637 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrCore.java:getNewIndexDir(286)) - New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index/
   [junit4]   1> 2014-02-13 03:10:15,638 WARN  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrCore.java:initIndex(507)) - [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index' doesn't exist. Creating new index...
   [junit4]   1> 2014-02-13 03:10:15,646 INFO  [coreLoadExecutor-4-thread-1] core.CachingDirectoryFactory (CachingDirectoryFactory.java:get(360)) - return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index
   [junit4]   1> 2014-02-13 03:10:15,689 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrDeletionPolicy.java:onCommit(98)) - SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirectoryWrapper(RAMDirectory@34418cee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index),segFN=segments_1,generation=1}
   [junit4]   1> 2014-02-13 03:10:15,690 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrDeletionPolicy.java:updateCommits(165)) - newest commit generation = 1
   [junit4]   1> 2014-02-13 03:10:15,698 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrCore.java:initWriters(2043)) - created json: solr.JSONResponseWriter
   [junit4]   1> 2014-02-13 03:10:15,699 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrCore.java:initWriters(2025)) - adding lazy queryResponseWriter: solr.VelocityResponseWriter
   [junit4]   1> 2014-02-13 03:10:15,700 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrCore.java:initWriters(2043)) - created velocity: solr.VelocityResponseWriter
   [junit4]   1> 2014-02-13 03:10:15,709 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrCore.java:initWriters(2043)) - created xslt: solr.XSLTResponseWriter
   [junit4]   1> 2014-02-13 03:10:15,710 INFO  [coreLoadExecutor-4-thread-1] response.XSLTResponseWriter (XSLTResponseWriter.java:init(63)) - xsltCacheLifetimeSeconds=5
   [junit4]   1> 2014-02-13 03:10:15,952 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrCore.java:loadUpdateProcessorChains(930)) - no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   1> 2014-02-13 03:10:15,975 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /select: solr.SearchHandler
   [junit4]   1> 2014-02-13 03:10:15,976 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /query: solr.SearchHandler
   [junit4]   1> 2014-02-13 03:10:15,981 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /get: solr.RealTimeGetHandler
   [junit4]   1> 2014-02-13 03:10:15,982 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /browse: solr.SearchHandler
   [junit4]   1> 2014-02-13 03:10:15,994 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /update: solr.UpdateRequestHandler
   [junit4]   1> 2014-02-13 03:10:16,002 WARN  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:findClass(486)) - Solr loaded a deprecated plugin/analysis class [solr.JsonUpdateRequestHandler]. Please consult documentation how to replace it accordingly.
   [junit4]   1> 2014-02-13 03:10:16,003 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /update/json: solr.JsonUpdateRequestHandler
   [junit4]   1> 2014-02-13 03:10:16,009 WARN  [coreLoadExecutor-4-thread-1] core.SolrResourceLoader (SolrResourceLoader.java:findClass(486)) - Solr loaded a deprecated plugin/analysis class [solr.CSVRequestHandler]. Please consult documentation how to replace it accordingly.
   [junit4]   1> 2014-02-13 03:10:16,010 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /update/csv: solr.CSVRequestHandler
   [junit4]   1> 2014-02-13 03:10:16,010 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(147)) - adding lazy requestHandler: solr.FieldAnalysisRequestHandler
   [junit4]   1> 2014-02-13 03:10:16,012 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /analysis/field: solr.FieldAnalysisRequestHandler
   [junit4]   1> 2014-02-13 03:10:16,012 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(147)) - adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
   [junit4]   1> 2014-02-13 03:10:16,012 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /analysis/document: solr.DocumentAnalysisRequestHandler
   [junit4]   1> 2014-02-13 03:10:16,018 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /admin/: solr.admin.AdminHandlers
   [junit4]   1> 2014-02-13 03:10:16,023 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /admin/ping: solr.PingRequestHandler
   [junit4]   1> 2014-02-13 03:10:16,028 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /debug/dump: solr.DumpRequestHandler
   [junit4]   1> 2014-02-13 03:10:16,042 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /replication: solr.ReplicationHandler
   [junit4]   1> 2014-02-13 03:10:16,043 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(147)) - adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 2014-02-13 03:10:16,043 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /spell: solr.SearchHandler
   [junit4]   1> 2014-02-13 03:10:16,044 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(147)) - adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 2014-02-13 03:10:16,044 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /tvrh: solr.SearchHandler
   [junit4]   1> 2014-02-13 03:10:16,045 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(147)) - adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 2014-02-13 03:10:16,045 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /terms: solr.SearchHandler
   [junit4]   1> 2014-02-13 03:10:16,046 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(147)) - adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 2014-02-13 03:10:16,046 INFO  [coreLoadExecutor-4-thread-1] core.RequestHandlers (RequestHandlers.java:initHandlersFromConfig(165)) - created /elevate: solr.SearchHandler
   [junit4]   1> 2014-02-13 03:10:16,081 INFO  [coreLoadExecutor-4-thread-1] loader.XMLLoader (XMLLoader.java:init(111)) - xsltCacheLifetimeSeconds=60
   [junit4]   1> 2014-02-13 03:10:16,086 INFO  [coreLoadExecutor-4-thread-1] loader.XMLLoader (XMLLoader.java:init(111)) - xsltCacheLifetimeSeconds=60
   [junit4]   1> 2014-02-13 03:10:16,087 INFO  [coreLoadExecutor-4-thread-1] loader.XMLLoader (XMLLoader.java:init(111)) - xsltCacheLifetimeSeconds=60
   [junit4]   1> 2014-02-13 03:10:16,113 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (CommitTracker.java:<init>(83)) - Hard AutoCommit: if uncommited for 60000ms; 
   [junit4]   1> 2014-02-13 03:10:16,114 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (CommitTracker.java:<init>(83)) - Soft AutoCommit: if uncommited for 1000ms; 
   [junit4]   1> 2014-02-13 03:10:16,117 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrDeletionPolicy.java:onInit(85)) - SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirectoryWrapper(RAMDirectory@34418cee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index),segFN=segments_1,generation=1}
   [junit4]   1> 2014-02-13 03:10:16,117 INFO  [coreLoadExecutor-4-thread-1] core.SolrCore (SolrDeletionPolicy.java:updateCommits(165)) - newest commit generation = 1
   [junit4]   1> 2014-02-13 03:10:16,130 INFO  [coreLoadExecutor-4-thread-1] search.SolrIndexSearcher (SolrIndexSearcher.java:<init>(200)) - Opening Searcher@35f51410[collection1] main
   [junit4]   1> 2014-02-13 03:10:16,139 INFO  [coreLoadExecutor-4-thread-1] component.SpellCheckComponent (SpellCheckComponent.java:inform(619)) - Initializing spell checkers
   [junit4]   1> 2014-02-13 03:10:16,158 INFO  [coreLoadExecutor-4-thread-1] spelling.DirectSolrSpellChecker (DirectSolrSpellChecker.java:init(102)) - init: {name=default,field=name,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   1> 2014-02-13 03:10:16,176 INFO  [coreLoadExecutor-4-thread-1] component.SpellCheckComponent (SpellCheckComponent.java:inform(668)) - No queryConverter defined, using default converter
   [junit4]   1> 2014-02-13 03:10:16,180 INFO  [coreLoadExecutor-4-thread-1] component.QueryElevationComponent (QueryElevationComponent.java:inform(223)) - Loading QueryElevation from: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/conf/elevate.xml
   [junit4]   1> 2014-02-13 03:10:16,243 INFO  [coreLoadExecutor-4-thread-1] handler.ReplicationHandler (ReplicationHandler.java:inform(965)) - Commits will be reserved for  10000
   [junit4]   1> 2014-02-13 03:10:16,244 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(44)) - QuerySenderListener sending requests to Searcher@35f51410[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   1> 2014-02-13 03:10:16,245 INFO  [coreLoadExecutor-4-thread-1] core.CoreContainer (CoreContainer.java:registerCore(489)) - registering core: collection1
   [junit4]   1> 2014-02-13 03:10:16,250 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] solr.SolrTestCaseJ4 (SolrTestCaseJ4.java:initCore(540)) - ####initCore end
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953
   [junit4]   1> 2014-02-13 03:10:16,271 INFO  [TEST-SolrCellMorphlineTest.testTransformValue-seed#[9D9E447BF52EFE4]] solr.SolrTestCaseJ4 (SolrTestCaseJ4.java:setUp(289)) - ###Starting testTransformValue
   [junit4]   1> 2014-02-13 03:10:16,346 INFO  [searcherExecutor-5-thread-1] core.SolrCore (SolrCore.java:execute(1920)) - [collection1] webapp=null path=null params={distrib=false&q=static+firstSearcher+warming+in+solrconfig.xml&event=firstSearcher} hits=0 status=0 QTime=98 
   [junit4]   1> 2014-02-13 03:10:16,347 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(91)) - QuerySenderListener done.
   [junit4]   1> 2014-02-13 03:10:16,348 INFO  [searcherExecutor-5-thread-1] component.SpellCheckComponent (SpellCheckComponent.java:newSearcher(709)) - Loading spell index for spellchecker: default
   [junit4]   1> 2014-02-13 03:10:16,348 INFO  [searcherExecutor-5-thread-1] component.SpellCheckComponent (SpellCheckComponent.java:newSearcher(709)) - Loading spell index for spellchecker: wordbreak
   [junit4]   1> 2014-02-13 03:10:16,349 INFO  [searcherExecutor-5-thread-1] core.SolrCore (SolrCore.java:registerSearcher(1868)) - [collection1] Registered new searcher Searcher@35f51410[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   1> 2014-02-13 03:10:16,438 INFO  [TEST-SolrCellMorphlineTest.testTransformValue-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={} {deleteByQuery=*:* (-1459891487513772032)} 0 152
   [junit4]   1> 2014-02-13 03:10:16,441 INFO  [TEST-SolrCellMorphlineTest.testTransformValue-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(540)) - start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 2014-02-13 03:10:16,442 INFO  [TEST-SolrCellMorphlineTest.testTransformValue-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(580)) - No uncommitted changes. Skipping IW.commit.
   [junit4]   1> 2014-02-13 03:10:16,443 INFO  [TEST-SolrCellMorphlineTest.testTransformValue-seed#[9D9E447BF52EFE4]] search.SolrIndexSearcher (SolrIndexSearcher.java:<init>(200)) - Opening Searcher@6767001b[collection1] main
   [junit4]   1> 2014-02-13 03:10:16,445 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(44)) - QuerySenderListener sending requests to Searcher@6767001b[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   1> 2014-02-13 03:10:16,445 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(91)) - QuerySenderListener done.
   [junit4]   1> 2014-02-13 03:10:16,445 INFO  [TEST-SolrCellMorphlineTest.testTransformValue-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(631)) - end_commit_flush
   [junit4]   1> 2014-02-13 03:10:16,446 INFO  [searcherExecutor-5-thread-1] core.SolrCore (SolrCore.java:registerSearcher(1868)) - [collection1] Registered new searcher Searcher@6767001b[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   1> 2014-02-13 03:10:16,447 INFO  [TEST-SolrCellMorphlineTest.testTransformValue-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {commit=} 0 6
   [junit4]   1> 2014-02-13 03:10:16,484 INFO  [TEST-SolrCellMorphlineTest.testTransformValue-seed#[9D9E447BF52EFE4]] solr.SolrTestCaseJ4 (SolrTestCaseJ4.java:tearDown(294)) - ###Ending testTransformValue
   [junit4]   1> 2014-02-13 03:10:16,502 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] solr.SolrTestCaseJ4 (SolrTestCaseJ4.java:setUp(289)) - ###Starting testSolrCellDocumentTypes2
   [junit4]   1> 2014-02-13 03:10:16,504 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={} {deleteByQuery=*:* (-1459891487640649728)} 0 1
   [junit4]   1> 2014-02-13 03:10:16,505 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(540)) - start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 2014-02-13 03:10:16,505 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(580)) - No uncommitted changes. Skipping IW.commit.
   [junit4]   1> 2014-02-13 03:10:16,506 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] search.SolrIndexSearcher (SolrIndexSearcher.java:<init>(200)) - Opening Searcher@41a13003[collection1] main
   [junit4]   1> 2014-02-13 03:10:16,507 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(631)) - end_commit_flush
   [junit4]   1> 2014-02-13 03:10:16,507 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(44)) - QuerySenderListener sending requests to Searcher@41a13003[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   1> 2014-02-13 03:10:16,508 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(91)) - QuerySenderListener done.
   [junit4]   1> 2014-02-13 03:10:16,508 INFO  [searcherExecutor-5-thread-1] core.SolrCore (SolrCore.java:registerSearcher(1868)) - [collection1] Registered new searcher Searcher@41a13003[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   1> 2014-02-13 03:10:16,509 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {commit=} 0 4
   [junit4]   1> 2014-02-13 03:10:16,720 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] api.MorphlineContext (MorphlineContext.java:importCommandBuilders(75)) - Importing commands
   [junit4]   1> 2014-02-13 03:10:20,185 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:<init>(116)) - new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/'
   [junit4]   1> 2014-02-13 03:10:20,243 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrConfig (SolrConfig.java:initLibs(535)) - Adding specified lib dirs to ClassLoader
   [junit4]   1> 2014-02-13 03:10:20,244 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   1> 2014-02-13 03:10:20,246 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:20,247 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   1> 2014-02-13 03:10:20,248 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:20,249 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/langid/lib).
   [junit4]   1> 2014-02-13 03:10:20,251 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:20,252 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   1> 2014-02-13 03:10:20,253 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:20,254 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: /non/existent/dir/yields/warning (resolved as: /non/existent/dir/yields/warning).
   [junit4]   1> 2014-02-13 03:10:20,302 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrConfig (SolrConfig.java:<init>(171)) - Using Lucene MatchVersion: LUCENE_43
   [junit4]   1> 2014-02-13 03:10:20,365 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.Config (SolrConfig.java:<init>(290)) - Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 2014-02-13 03:10:20,366 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(426)) - Reading Solr Schema from schema.xml
   [junit4]   1> 2014-02-13 03:10:20,409 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(454)) - [null] Schema name=example
   [junit4]   1> 2014-02-13 03:10:20,789 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(558)) - unique key field: id
   [junit4]   1> 2014-02-13 03:10:20,817 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:20,824 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:20,882 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:<init>(116)) - new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/'
   [junit4]   1> 2014-02-13 03:10:20,930 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrConfig (SolrConfig.java:initLibs(535)) - Adding specified lib dirs to ClassLoader
   [junit4]   1> 2014-02-13 03:10:20,930 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   1> 2014-02-13 03:10:20,931 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:20,932 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   1> 2014-02-13 03:10:20,932 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:20,933 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/langid/lib).
   [junit4]   1> 2014-02-13 03:10:20,933 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:20,934 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   1> 2014-02-13 03:10:20,935 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:20,935 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: /non/existent/dir/yields/warning (resolved as: /non/existent/dir/yields/warning).
   [junit4]   1> 2014-02-13 03:10:20,965 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrConfig (SolrConfig.java:<init>(171)) - Using Lucene MatchVersion: LUCENE_43
   [junit4]   1> 2014-02-13 03:10:21,026 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.Config (SolrConfig.java:<init>(290)) - Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 2014-02-13 03:10:21,027 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(426)) - Reading Solr Schema from schema.xml
   [junit4]   1> 2014-02-13 03:10:21,065 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(454)) - [null] Schema name=example
   [junit4]   1> 2014-02-13 03:10:21,437 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(558)) - unique key field: id
   [junit4]   1> 2014-02-13 03:10:21,463 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:21,469 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:22,000 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:<init>(116)) - new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/'
   [junit4]   1> 2014-02-13 03:10:22,055 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrConfig (SolrConfig.java:initLibs(535)) - Adding specified lib dirs to ClassLoader
   [junit4]   1> 2014-02-13 03:10:22,056 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   1> 2014-02-13 03:10:22,056 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:22,057 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   1> 2014-02-13 03:10:22,058 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:22,058 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/langid/lib).
   [junit4]   1> 2014-02-13 03:10:22,059 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:22,059 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   1> 2014-02-13 03:10:22,060 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:22,060 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: /non/existent/dir/yields/warning (resolved as: /non/existent/dir/yields/warning).
   [junit4]   1> 2014-02-13 03:10:22,099 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrConfig (SolrConfig.java:<init>(171)) - Using Lucene MatchVersion: LUCENE_43
   [junit4]   1> 2014-02-13 03:10:22,156 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.Config (SolrConfig.java:<init>(290)) - Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 2014-02-13 03:10:22,157 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(426)) - Reading Solr Schema from schema.xml
   [junit4]   1> 2014-02-13 03:10:22,185 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(454)) - [null] Schema name=example
   [junit4]   1> 2014-02-13 03:10:22,529 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(558)) - unique key field: id
   [junit4]   1> 2014-02-13 03:10:22,552 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:22,558 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:22,592 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:<init>(116)) - new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/'
   [junit4]   1> 2014-02-13 03:10:22,628 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrConfig (SolrConfig.java:initLibs(535)) - Adding specified lib dirs to ClassLoader
   [junit4]   1> 2014-02-13 03:10:22,628 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   1> 2014-02-13 03:10:22,629 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:22,630 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   1> 2014-02-13 03:10:22,630 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:22,631 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/langid/lib).
   [junit4]   1> 2014-02-13 03:10:22,631 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:22,632 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   1> 2014-02-13 03:10:22,632 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:22,633 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: /non/existent/dir/yields/warning (resolved as: /non/existent/dir/yields/warning).
   [junit4]   1> 2014-02-13 03:10:22,666 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrConfig (SolrConfig.java:<init>(171)) - Using Lucene MatchVersion: LUCENE_43
   [junit4]   1> 2014-02-13 03:10:22,717 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.Config (SolrConfig.java:<init>(290)) - Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 2014-02-13 03:10:22,718 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(426)) - Reading Solr Schema from schema.xml
   [junit4]   1> 2014-02-13 03:10:22,747 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(454)) - [null] Schema name=example
   [junit4]   1> 2014-02-13 03:10:23,090 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(558)) - unique key field: id
   [junit4]   1> 2014-02-13 03:10:23,114 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:23,120 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:23,310 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:<init>(116)) - new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/'
   [junit4]   1> 2014-02-13 03:10:23,344 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrConfig (SolrConfig.java:initLibs(535)) - Adding specified lib dirs to ClassLoader
   [junit4]   1> 2014-02-13 03:10:23,345 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   1> 2014-02-13 03:10:23,346 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:23,346 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   1> 2014-02-13 03:10:23,347 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:23,347 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/langid/lib).
   [junit4]   1> 2014-02-13 03:10:23,348 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:23,349 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   1> 2014-02-13 03:10:23,349 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:23,350 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: /non/existent/dir/yields/warning (resolved as: /non/existent/dir/yields/warning).
   [junit4]   1> 2014-02-13 03:10:23,393 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrConfig (SolrConfig.java:<init>(171)) - Using Lucene MatchVersion: LUCENE_43
   [junit4]   1> 2014-02-13 03:10:23,453 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.Config (SolrConfig.java:<init>(290)) - Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 2014-02-13 03:10:23,454 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(426)) - Reading Solr Schema from schema.xml
   [junit4]   1> 2014-02-13 03:10:23,476 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(454)) - [null] Schema name=example
   [junit4]   1> 2014-02-13 03:10:23,830 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.IndexSchema (IndexSchema.java:readSchema(558)) - unique key field: id
   [junit4]   1> 2014-02-13 03:10:23,863 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:23,870 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] schema.FileExchangeRateProvider (CurrencyField.java:reload(781)) - Reloading exchange rates from file currency.xml
   [junit4]   1> 2014-02-13 03:10:23,902 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={} {deleteByQuery=*:* (-1459891495398014976)} 0 1
   [junit4]   1> 2014-02-13 03:10:23,902 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(540)) - start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 2014-02-13 03:10:23,903 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(580)) - No uncommitted changes. Skipping IW.commit.
   [junit4]   1> 2014-02-13 03:10:23,903 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] search.SolrIndexSearcher (SolrIndexSearcher.java:<init>(200)) - Opening Searcher@5e4680df[collection1] main
   [junit4]   1> 2014-02-13 03:10:23,904 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(631)) - end_commit_flush
   [junit4]   1> 2014-02-13 03:10:23,904 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(44)) - QuerySenderListener sending requests to Searcher@5e4680df[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   1> 2014-02-13 03:10:23,905 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(91)) - QuerySenderListener done.
   [junit4]   1> 2014-02-13 03:10:23,905 INFO  [searcherExecutor-5-thread-1] core.SolrCore (SolrCore.java:registerSearcher(1868)) - [collection1] Registered new searcher Searcher@5e4680df[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   1> 2014-02-13 03:10:23,906 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {commit=} 0 4
   [junit4]   1> 2014-02-13 03:10:24,627 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={} {add=[testPPT_various.ppt#0 (1459891496085880832)]} 0 73
   [junit4]   1> 2014-02-13 03:10:24,628 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(540)) - start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   1> 2014-02-13 03:10:24,704 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] search.SolrIndexSearcher (SolrIndexSearcher.java:<init>(200)) - Opening Searcher@75d9662d[collection1] main
   [junit4]   1> 2014-02-13 03:10:24,705 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(631)) - end_commit_flush
   [junit4]   1> 2014-02-13 03:10:24,705 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(44)) - QuerySenderListener sending requests to Searcher@75d9662d[collection1] main{StandardDirectoryReader(segments_1:3:nrt _0(5.0):C1)}
   [junit4]   1> 2014-02-13 03:10:24,706 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(91)) - QuerySenderListener done.
   [junit4]   1> 2014-02-13 03:10:24,707 INFO  [searcherExecutor-5-thread-1] core.SolrCore (SolrCore.java:registerSearcher(1868)) - [collection1] Registered new searcher Searcher@75d9662d[collection1] main{StandardDirectoryReader(segments_1:3:nrt _0(5.0):C1)}
   [junit4]   1> 2014-02-13 03:10:24,708 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={commit=true&softCommit=true&waitSearcher=true} {commit=} 0 80
   [junit4]   1> 2014-02-13 03:10:24,717 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrCore (SolrCore.java:execute(1920)) - [collection1] webapp=null path=/select params={q=*%3A*&rows=2147483647} hits=1 status=0 QTime=6 
   [junit4]   1> 2014-02-13 03:10:26,465 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={} {add=[testPPT_various.pptx#0 (1459891498081320960)]} 0 7
   [junit4]   1> 2014-02-13 03:10:26,466 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(540)) - start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   1> 2014-02-13 03:10:26,487 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] search.SolrIndexSearcher (SolrIndexSearcher.java:<init>(200)) - Opening Searcher@1176a631[collection1] main
   [junit4]   1> 2014-02-13 03:10:26,488 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(631)) - end_commit_flush
   [junit4]   1> 2014-02-13 03:10:26,488 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(44)) - QuerySenderListener sending requests to Searcher@1176a631[collection1] main{StandardDirectoryReader(segments_1:5:nrt _0(5.0):C1 _1(5.0):C1)}
   [junit4]   1> 2014-02-13 03:10:26,489 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(91)) - QuerySenderListener done.
   [junit4]   1> 2014-02-13 03:10:26,489 INFO  [searcherExecutor-5-thread-1] core.SolrCore (SolrCore.java:registerSearcher(1868)) - [collection1] Registered new searcher Searcher@1176a631[collection1] main{StandardDirectoryReader(segments_1:5:nrt _0(5.0):C1 _1(5.0):C1)}
   [junit4]   1> 2014-02-13 03:10:26,490 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={commit=true&softCommit=true&waitSearcher=true} {commit=} 0 24
   [junit4]   1> 2014-02-13 03:10:26,490 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrCore (SolrCore.java:execute(1920)) - [collection1] webapp=null path=/select params={q=*%3A*&rows=2147483647} hits=2 status=0 QTime=0 
   [junit4]   1> 2014-02-13 03:10:26,703 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={} {add=[testEXCEL.xlsx#0 (1459891498332979200)]} 0 4
   [junit4]   1> 2014-02-13 03:10:26,704 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(540)) - start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   1> 2014-02-13 03:10:26,718 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] search.SolrIndexSearcher (SolrIndexSearcher.java:<init>(200)) - Opening Searcher@326907f7[collection1] main
   [junit4]   1> 2014-02-13 03:10:26,719 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(631)) - end_commit_flush
   [junit4]   1> 2014-02-13 03:10:26,719 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(44)) - QuerySenderListener sending requests to Searcher@326907f7[collection1] main{StandardDirectoryReader(segments_1:7:nrt _0(5.0):C1 _1(5.0):C1 _2(5.0):C1)}
   [junit4]   1> 2014-02-13 03:10:26,720 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(91)) - QuerySenderListener done.
   [junit4]   1> 2014-02-13 03:10:26,721 INFO  [searcherExecutor-5-thread-1] core.SolrCore (SolrCore.java:registerSearcher(1868)) - [collection1] Registered new searcher Searcher@326907f7[collection1] main{StandardDirectoryReader(segments_1:7:nrt _0(5.0):C1 _1(5.0):C1 _2(5.0):C1)}
   [junit4]   1> 2014-02-13 03:10:26,721 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={commit=true&softCommit=true&waitSearcher=true} {commit=} 0 17
   [junit4]   1> 2014-02-13 03:10:26,723 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] core.SolrCore (SolrCore.java:execute(1920)) - [collection1] webapp=null path=/select params={q=*%3A*&rows=2147483647} hits=3 status=0 QTime=1 
   [junit4]   1> 2014-02-13 03:10:26,728 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes2-seed#[9D9E447BF52EFE4]] solr.SolrTestCaseJ4 (SolrTestCaseJ4.java:tearDown(294)) - ###Ending testSolrCellDocumentTypes2
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrCellMorphlineTest -Dtests.method=testSolrCellDocumentTypes2 -Dtests.seed=9D9E447BF52EFE4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hi_IN -Dtests.timezone=America/Indiana/Vincennes -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 10.3s | SolrCellMorphlineTest.testSolrCellDocumentTypes2 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: key:ignored_creation_date expected:<[2007-10-01T16:13:56Z]> but was:<[२००७-१०-०१T१६:१३:५६Z]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9D9E447BF52EFE4:82595FA7B8A47C1A]:0)
   [junit4]    > 	at org.apache.solr.morphlines.solr.AbstractSolrMorphlineTestBase.testDocumentTypesInternal(AbstractSolrMorphlineTestBase.java:165)
   [junit4]    > 	at org.apache.solr.morphlines.cell.SolrCellMorphlineTest.testSolrCellDocumentTypes2(SolrCellMorphlineTest.java:255)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   1> 2014-02-13 03:10:26,774 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] solr.SolrTestCaseJ4 (SolrTestCaseJ4.java:setUp(289)) - ###Starting testSolrCellDocumentTypes
   [junit4]   1> 2014-02-13 03:10:26,805 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] search.SolrIndexSearcher (SolrIndexSearcher.java:<init>(200)) - Opening Searcher@59bd0bb9[collection1] realtime
   [junit4]   1> 2014-02-13 03:10:26,806 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={} {deleteByQuery=*:* (-1459891498410573824)} 0 32
   [junit4]   1> 2014-02-13 03:10:26,806 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(540)) - start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 2014-02-13 03:10:26,807 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] core.SolrCore (SolrDeletionPolicy.java:onCommit(98)) - SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirectoryWrapper(RAMDirectory@34418cee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirectoryWrapper(RAMDirectory@34418cee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index),segFN=segments_2,generation=2}
   [junit4]   1> 2014-02-13 03:10:26,808 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] core.SolrCore (SolrDeletionPolicy.java:updateCommits(165)) - newest commit generation = 2
   [junit4]   1> 2014-02-13 03:10:26,809 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] search.SolrIndexSearcher (SolrIndexSearcher.java:<init>(200)) - Opening Searcher@72862f83[collection1] main
   [junit4]   1> 2014-02-13 03:10:26,810 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(631)) - end_commit_flush
   [junit4]   1> 2014-02-13 03:10:26,810 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(44)) - QuerySenderListener sending requests to Searcher@72862f83[collection1] main{StandardDirectoryReader(segments_1:9:nrt)}
   [junit4]   1> 2014-02-13 03:10:26,811 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(91)) - QuerySenderListener done.
   [junit4]   1> 2014-02-13 03:10:26,811 INFO  [searcherExecutor-5-thread-1] core.SolrCore (SolrCore.java:registerSearcher(1868)) - [collection1] Registered new searcher Searcher@72862f83[collection1] main{StandardDirectoryReader(segments_1:9:nrt)}
   [junit4]   1> 2014-02-13 03:10:26,814 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {commit=} 0 8
   [junit4]   1> 2014-02-13 03:10:26,845 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] api.MorphlineContext (MorphlineContext.java:importCommandBuilders(75)) - Importing commands
   [junit4]   1> 2014-02-13 03:10:27,834 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:<init>(116)) - new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/'
   [junit4]   1> 2014-02-13 03:10:27,871 INFO  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] core.SolrConfig (SolrConfig.java:initLibs(535)) - Adding specified lib dirs to ClassLoader
   [junit4]   1> 2014-02-13 03:10:27,872 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   1> 2014-02-13 03:10:27,873 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../dist).
   [junit4]   1> 2014-02-13 03:10:27,873 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   1> 2014-02-13 03:10:27,874 WARN  [TEST-SolrCellMorphlineTest.testSolrCellDocumentTypes-seed#[9D9E447BF52EFE4]] core.SolrResourceLoader (SolrResourceLoader.java:addToClassLoader(170)) - Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/map-reduce/src/test-files/solr/collec

[...truncated too long message...]

on1] Registered new searcher Searcher@56085162[collection1] main{StandardDirectoryReader(segments_4:29:nrt _8(5.0):C1 _9(5.0):C1 _a(5.0):C1)}
   [junit4]   1> 2014-02-13 03:10:35,597 INFO  [TEST-SolrCellMorphlineTest.testSolrCellJPGCompressed-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={commit=true&softCommit=true&waitSearcher=true} {commit=} 0 6
   [junit4]   1> 2014-02-13 03:10:35,598 INFO  [TEST-SolrCellMorphlineTest.testSolrCellJPGCompressed-seed#[9D9E447BF52EFE4]] core.SolrCore (SolrCore.java:execute(1920)) - [collection1] webapp=null path=/select params={q=*%3A*&rows=2147483647} hits=3 status=0 QTime=0 
   [junit4]   1> 2014-02-13 03:10:35,599 INFO  [TEST-SolrCellMorphlineTest.testSolrCellJPGCompressed-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(540)) - start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   1> 2014-02-13 03:10:35,600 INFO  [TEST-SolrCellMorphlineTest.testSolrCellJPGCompressed-seed#[9D9E447BF52EFE4]] search.SolrIndexSearcher (SolrIndexSearcher.java:<init>(200)) - Opening Searcher@31ca852d[collection1] main
   [junit4]   1> 2014-02-13 03:10:35,600 INFO  [TEST-SolrCellMorphlineTest.testSolrCellJPGCompressed-seed#[9D9E447BF52EFE4]] update.UpdateHandler (DirectUpdateHandler2.java:commit(631)) - end_commit_flush
   [junit4]   1> 2014-02-13 03:10:35,600 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(44)) - QuerySenderListener sending requests to Searcher@31ca852d[collection1] main{StandardDirectoryReader(segments_4:29:nrt _8(5.0):C1 _9(5.0):C1 _a(5.0):C1)}
   [junit4]   1> 2014-02-13 03:10:35,601 INFO  [searcherExecutor-5-thread-1] core.SolrCore (QuerySenderListener.java:newSearcher(91)) - QuerySenderListener done.
   [junit4]   1> 2014-02-13 03:10:35,601 INFO  [searcherExecutor-5-thread-1] core.SolrCore (SolrCore.java:registerSearcher(1868)) - [collection1] Registered new searcher Searcher@31ca852d[collection1] main{StandardDirectoryReader(segments_4:29:nrt _8(5.0):C1 _9(5.0):C1 _a(5.0):C1)}
   [junit4]   1> 2014-02-13 03:10:35,602 INFO  [TEST-SolrCellMorphlineTest.testSolrCellJPGCompressed-seed#[9D9E447BF52EFE4]] processor.LogUpdateProcessor (LogUpdateProcessorFactory.java:finish(198)) - [collection1] webapp=null path=/update params={commit=true&softCommit=true&waitSearcher=true} {commit=} 0 3
   [junit4]   1> 2014-02-13 03:10:35,602 INFO  [TEST-SolrCellMorphlineTest.testSolrCellJPGCompressed-seed#[9D9E447BF52EFE4]] core.SolrCore (SolrCore.java:execute(1920)) - [collection1] webapp=null path=/select params={q=*%3A*&rows=2147483647} hits=3 status=0 QTime=0 
   [junit4]   1> 2014-02-13 03:10:35,603 INFO  [TEST-SolrCellMorphlineTest.testSolrCellJPGCompressed-seed#[9D9E447BF52EFE4]] solr.SolrTestCaseJ4 (SolrTestCaseJ4.java:tearDown(294)) - ###Ending testSolrCellJPGCompressed
   [junit4]   1> 2014-02-13 03:10:35,606 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] solr.SolrTestCaseJ4 (SolrTestCaseJ4.java:deleteCore(610)) - ###deleteCore
   [junit4]   1> 2014-02-13 03:10:35,607 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.CoreContainer (CoreContainer.java:shutdown(360)) - Shutting down CoreContainer instance=878107387
   [junit4]   1> 2014-02-13 03:10:35,607 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrCore (SolrCore.java:close(1002)) - [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2413afe5
   [junit4]   1> 2014-02-13 03:10:35,608 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] update.UpdateHandler (DirectUpdateHandler2.java:close(706)) - closing DirectUpdateHandler2{commits=22,autocommit maxTime=60000ms,autocommits=0,soft autocommit maxTime=1000ms,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=3,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=11,cumulative_deletesById=0,cumulative_deletesByQuery=9,cumulative_errors=0,transaction_logs_total_size=21930,transaction_logs_total_number=9}
   [junit4]   1> 2014-02-13 03:10:35,609 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] update.SolrCoreState (SolrCoreState.java:decrefSolrCoreState(71)) - Closing SolrCoreState
   [junit4]   1> 2014-02-13 03:10:35,609 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] update.DefaultSolrCoreState (DefaultSolrCoreState.java:closeIndexWriter(65)) - SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 2014-02-13 03:10:35,610 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] update.DefaultSolrCoreState (DefaultSolrCoreState.java:closeIndexWriter(67)) - closing IndexWriter with IndexWriterCloser
   [junit4]   1> 2014-02-13 03:10:35,611 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrCore (SolrDeletionPolicy.java:onCommit(98)) - SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirectoryWrapper(RAMDirectory@34418cee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index),segFN=segments_4,generation=4}
   [junit4]   1> 	commit{dir=MockDirectoryWrapper(RAMDirectory@34418cee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index),segFN=segments_5,generation=5}
   [junit4]   1> 2014-02-13 03:10:35,611 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrCore (SolrDeletionPolicy.java:updateCommits(165)) - newest commit generation = 5
   [junit4]   1> 2014-02-13 03:10:35,612 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.SolrCore (SolrCore.java:closeSearcher(1885)) - [collection1] Closing main searcher on request.
   [junit4]   1> 2014-02-13 03:10:35,613 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.CachingDirectoryFactory (CachingDirectoryFactory.java:close(168)) - Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 2014-02-13 03:10:35,614 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.CachingDirectoryFactory (CachingDirectoryFactory.java:closeCacheValue(235)) - looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953;done=false>>]
   [junit4]   1> 2014-02-13 03:10:35,615 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.CachingDirectoryFactory (CachingDirectoryFactory.java:close(304)) - Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953
   [junit4]   1> 2014-02-13 03:10:35,615 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.CachingDirectoryFactory (CachingDirectoryFactory.java:closeCacheValue(235)) - looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index;done=false>>]
   [junit4]   1> 2014-02-13 03:10:35,615 INFO  [SUITE-SolrCellMorphlineTest-seed#[9D9E447BF52EFE4]-worker] core.CachingDirectoryFactory (CachingDirectoryFactory.java:close(304)) - Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-cell/test/J0/./solrtest-SolrCellMorphlineTest-1392261011953/index
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=hi_IN, timezone=America/Indiana/Vincennes
   [junit4]   2> NOTE: Linux 3.8.0-35-generic amd64/Oracle Corporation 1.7.0_60-ea (64-bit)/cpus=8,threads=1,free=44469776,total=143749120
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCellMorphlineTest]
   [junit4] Completed in 24.63s, 5 tests, 2 failures <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:453: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:433: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:209: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:441: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1268: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:901: There were test failures: 1 suite, 5 tests, 2 failures

Total time: 49 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_60-ea-b04 -XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure