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/03/04 20:48:31 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 9674 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9674/
Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}

3 tests failed.
REGRESSION:  org.apache.solr.TestGroupingSearch.testGroupAPI

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([7CE6991BB0678A:9DD9D2D4888D97A0]:0)
	at org.apache.lucene.codecs.memory.FSTOrdTermsReader$TermsReader$SegmentTermsEnum.seekExact(FSTOrdTermsReader.java:469)
	at org.apache.lucene.index.TermContext.build(TermContext.java:95)
	at org.apache.lucene.search.TermQuery.createWeight(TermQuery.java:166)
	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:676)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:289)
	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1157)
	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:845)
	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1003)
	at org.apache.solr.search.Grouping.execute(Grouping.java:304)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:433)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:216)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1933)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:299)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:281)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:793)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:762)
	at org.apache.solr.TestGroupingSearch.testGroupAPI(TestGroupingSearch.java:445)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:613)
	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:780)


REGRESSION:  org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basicWithGroupSortEqualToSort

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([7CE6991BB0678A:3DBD5CDD2498C843]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:727)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:694)
	at org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basicWithGroupSortEqualToSort(TestGroupingSearch.java:168)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:613)
	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:780)
Caused by: java.lang.NullPointerException
	at org.apache.lucene.codecs.memory.FSTOrdTermsReader$TermsReader$SegmentTermsEnum.seekExact(FSTOrdTermsReader.java:469)
	at org.apache.lucene.index.TermContext.build(TermContext.java:95)
	at org.apache.lucene.search.TermQuery.createWeight(TermQuery.java:166)
	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:676)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:289)
	at org.apache.solr.search.Grouping.searchWithTimeLimiter(Grouping.java:451)
	at org.apache.solr.search.Grouping.execute(Grouping.java:368)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:433)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:216)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1933)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:299)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:281)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:701)
	... 42 more


REGRESSION:  org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basic

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([7CE6991BB0678A:EEA68A9EAC677E1A]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:727)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:694)
	at org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basic(TestGroupingSearch.java:82)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:613)
	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:780)
Caused by: java.lang.NullPointerException
	at org.apache.lucene.codecs.memory.FSTOrdTermsReader$TermsReader$SegmentTermsEnum.seekExact(FSTOrdTermsReader.java:469)
	at org.apache.lucene.index.TermContext.build(TermContext.java:95)
	at org.apache.lucene.search.TermQuery.createWeight(TermQuery.java:166)
	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:676)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:289)
	at org.apache.solr.search.Grouping.searchWithTimeLimiter(Grouping.java:451)
	at org.apache.solr.search.Grouping.execute(Grouping.java:368)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:433)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:216)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1933)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:299)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:281)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:701)
	... 42 more




Build Log:
[...truncated 10751 lines...]
   [junit4] Suite: org.apache.solr.TestGroupingSearch
   [junit4]   2> 1163142 T4596 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1163143 T4596 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327
   [junit4]   2> 1163144 T4596 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1163144 T4596 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1163145 T4596 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1163145 T4596 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1163182 T4596 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1163229 T4596 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1163229 T4596 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
   [junit4]   2> 1163236 T4596 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 1163554 T4596 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1163556 T4596 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1163558 T4596 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1163563 T4596 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1163567 T4596 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1163570 T4596 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1163571 T4596 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1163571 T4596 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 1163611 T4596 oasc.CoreContainer.<init> New CoreContainer 976825596
   [junit4]   2> 1163611 T4596 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 1163612 T4596 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 1163613 T4596 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1163613 T4596 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 1163614 T4596 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1163614 T4596 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1163615 T4596 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1163615 T4596 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1163615 T4596 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1163616 T4596 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1163619 T4596 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1163620 T4596 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1163620 T4596 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 1163623 T4597 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1163624 T4597 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1163624 T4597 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1163625 T4597 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1163625 T4597 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1163680 T4597 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1163752 T4597 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1163753 T4597 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
   [junit4]   2> 1163762 T4597 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1164068 T4597 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1164070 T4597 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1164071 T4597 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1164077 T4597 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1164080 T4597 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1164084 T4597 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1164084 T4597 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/
   [junit4]   2> 1164084 T4597 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a7b00289
   [junit4]   2> 1164085 T4597 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327
   [junit4]   2> 1164086 T4597 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index/
   [junit4]   2> 1164086 T4597 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index' doesn't exist. Creating new index...
   [junit4]   2> 1164087 T4597 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index
   [junit4]   2> 1164088 T4597 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_1,generation=1}
   [junit4]   2> 1164088 T4597 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1164088 T4597 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 1164090 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1164091 T4597 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1164091 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1164092 T4597 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1164092 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1164092 T4597 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1164093 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1164093 T4597 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1164094 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1164094 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1164095 T4597 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1164095 T4597 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1164095 T4597 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1164096 T4597 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1164096 T4597 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1164096 T4597 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1164097 T4597 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 1164097 T4597 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 1164098 T4597 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1164098 T4597 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1164099 T4597 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1164099 T4597 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1164100 T4597 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1164100 T4597 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1164100 T4597 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1164101 T4597 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1164101 T4597 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1164102 T4597 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1164102 T4597 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1164103 T4597 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1164103 T4597 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1164104 T4597 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1164104 T4597 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1164104 T4597 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 1164105 T4597 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 1164106 T4597 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1164108 T4597 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1164109 T4597 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1164110 T4597 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1164110 T4597 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_1,generation=1}
   [junit4]   2> 1164111 T4597 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1164111 T4597 oass.SolrIndexSearcher.<init> Opening Searcher@f0ee3fa8[collection1] main
   [junit4]   2> 1164112 T4597 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1164139 T4597 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1164246 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f0ee3fa8[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1164248 T4597 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1164250 T4596 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1164254 T4596 oas.SolrTestCaseJ4.setUp ###Starting testGroupingSimpleFormatArrayIndexOutOfBoundsException
   [junit4]   2> ASYNC  NEW_CORE C2744 name=collection1 org.apache.solr.core.SolrCore@eda02cf1
   [junit4]   2> 1164254 T4596 C2744 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1164255 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1164259 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1164260 T4596 C2744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_2,generation=2}
   [junit4]   2> 1164260 T4596 C2744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1164261 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@791bdf81[collection1] main
   [junit4]   2> 1164262 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1164263 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@791bdf81[collection1] main{StandardDirectoryReader(segments_2:2:nrt)}
   [junit4]   2> 1164264 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 1164265 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 0
   [junit4]   2> 1164266 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1164268 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1164269 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1164270 T4596 C2744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_3,generation=3}
   [junit4]   2> 1164271 T4596 C2744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 1164272 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@60ce2927[collection1] main
   [junit4]   2> 1164273 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1164275 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@60ce2927[collection1] main{StandardDirectoryReader(segments_3:4:nrt _0(5.0):C3)}
   [junit4]   2> 1164276 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1164278 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.main=true&q=*:*&group.field=id&group=true&start=1} hits=3 status=0 QTime=1 
   [junit4]   2> 1164278 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1&group.main=true&q=*:*&group.field=id&group=true&start=1} hits=3 status=0 QTime=0 
   [junit4]   2> 1164279 T4596 oas.SolrTestCaseJ4.tearDown ###Ending testGroupingSimpleFormatArrayIndexOutOfBoundsException
   [junit4]   2> 1164285 T4596 oas.SolrTestCaseJ4.setUp ###Starting testGroupingGroupSortingScore_withTotalGroupCount
   [junit4]   2> 1164285 T4596 C2744 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1164286 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1164288 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1164288 T4596 C2744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_4,generation=4}
   [junit4]   2> 1164289 T4596 C2744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 1164290 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@a4071384[collection1] main
   [junit4]   2> 1164291 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1164292 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a4071384[collection1] main{StandardDirectoryReader(segments_4:5:nrt)}
   [junit4]   2> 1164292 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 1164294 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 0
   [junit4]   2> 1164295 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1164297 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1164298 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 1164299 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 0
   [junit4]   2> 1164301 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1164303 T4596 C2744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_5,generation=5}
   [junit4]   2> 1164304 T4596 C2744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 1164305 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@19579ebe[collection1] main
   [junit4]   2> 1164306 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1164307 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19579ebe[collection1] main{StandardDirectoryReader(segments_5:7:nrt _1(5.0):C5)}
   [junit4]   2> 1164308 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1164310 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=true&q=title:title&group.field=name&group=true} hits=5 status=0 QTime=1 
   [junit4]   2> 1164320 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=title:title&group.ngroups=true&group=true&group.field=group_si} hits=5 status=0 QTime=1 
   [junit4]   2> 1164326 T4596 oas.SolrTestCaseJ4.tearDown ###Ending testGroupingGroupSortingScore_withTotalGroupCount
   [junit4]   2> 1164333 T4596 oas.SolrTestCaseJ4.setUp ###Starting testRandomGrouping
   [junit4]   2> 1164333 T4596 C2744 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1164334 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1164336 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1164336 T4596 C2744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_6,generation=6}
   [junit4]   2> 1164337 T4596 C2744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 1164338 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@6f3e12d[collection1] main
   [junit4]   2> 1164339 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1164341 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f3e12d[collection1] main{StandardDirectoryReader(segments_6:8:nrt)}
   [junit4]   2> 1164342 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1164344 T4596 C2744 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1164344 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1164347 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[TRBK]} 0 0
   [junit4]   2> 1164349 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[FHBO]} 0 0
   [junit4]   2> 1164351 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[FHBO]} 0 1
   [junit4]   2> 1164352 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[QHCW]} 0 0
   [junit4]   2> 1164354 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[QHCW]} 0 0
   [junit4]   2> 1164355 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[OSOQ]} 0 0
   [junit4]   2> 1164357 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[TIHG]} 0 0
   [junit4]   2> 1164359 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[ZMKY]} 0 1
   [junit4]   2> 1164360 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[RXMO]} 0 0
   [junit4]   2> 1164362 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[MDAZ]} 0 0
   [junit4]   2> 1164363 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[CUBB]} 0 0
   [junit4]   2> 1164365 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[CCTM]} 0 0
   [junit4]   2> 1164367 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[DKBD]} 0 0
   [junit4]   2> 1164368 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[VHAS]} 0 0
   [junit4]   2> 1164370 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[KBSU]} 0 0
   [junit4]   2> 1164372 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[CCWY]} 0 1
   [junit4]   2> 1164373 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[ANRI]} 0 0
   [junit4]   2> 1164375 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[GFOU]} 0 0
   [junit4]   2> 1164375 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1164378 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@e9b9a7c1[collection1] main
   [junit4]   2> 1164379 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1164380 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e9b9a7c1[collection1] main{StandardDirectoryReader(segments_6:11:nrt _2(5.0):C18/2:delGen=1)}
   [junit4]   2> 1164381 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 1164383 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true&wt=json&rows=32&fl=id&sort=_docid_+asc&q=*:*} hits=16 status=0 QTime=1 
   [junit4]   2> 1164391 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=score+asc,small_s1+asc&group.ngroups=true&group.limit=9&group=true&start=2&facet.mincount=1&indent=true&group.sort=score_f+desc&group.field=score_f&echoParams=all&facet=true&rows=2&group.cache.percent=36&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=6 
   [junit4]   2> 1164393 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&rows=7&group.cache.percent=66&facet=true&start=0&group.limit=7&group=true&facet.mincount=1&indent=true&group.field=small_i&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,foo_s1+asc&facet.sort=index&group.offset=1&noGroupsort=score_f+desc,foo_s1+asc&group.ngroups=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164396 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=id+asc,score+asc,_docid_+asc&group.ngroups=true&group.limit=8&group=true&start=3&facet.mincount=1&indent=true&group.sort=foo_i+desc,score+asc,_docid_+desc&group.field=foo_i&echoParams=all&facet=true&rows=2&group.cache.percent=15&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=1 
   [junit4]   2> 1164397 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group=true&group.limit=2&start=2&group.field=small_s1&facet.mincount=1&indent=true&group.sort=_docid_+desc,foo_s1+desc,small_s1+desc&group.offset=0&facet.sort=index&sort=foo_s1+asc,small_s1+asc,id+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&facet=true&rows=0&group.cache.percent=15} hits=16 status=0 QTime=0 
   [junit4]   2> 1164399 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=9&group.cache.percent=37&facet=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=15&noGroupsort=&group.ngroups=false&start=0&group.limit=9&group=true&facet.mincount=1&indent=true&nosort=&group.field=foo_s1} hits=16 status=0 QTime=1 
   [junit4]   2> 1164401 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=0&group.cache.percent=13&group.limit=0&group=true&start=2&facet.mincount=1&indent=true&group.field=score_f&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=_docid_+asc,small_s1+asc,_docid_+desc&group.ngroups=true&noGroupsort=_docid_+asc,small_s1+asc,_docid_+desc} hits=16 status=0 QTime=1 
   [junit4]   2> 1164402 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={noGroupsort=score_f+asc&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=score_f+asc&facet.sort=index&group.offset=1&facet.mincount=1&indent=true&group.field=foo_i&start=9&group.limit=6&group=true&rows=5&group.cache.percent=22&facet=true&echoParams=all&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json} hits=16 status=0 QTime=0 
   [junit4]   2> 1164403 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=8&group.cache.percent=42&group=true&group.limit=13&start=4&group.field=score_f&facet.mincount=1&indent=true&nosort=&group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&noGroupsort=} hits=16 status=0 QTime=0 
   [junit4]   2> 1164405 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=5&group.cache.percent=74&facet=true&echoParams=all&facet.mincount=1&indent=true&nosort=&group.sort=small_i+desc,foo_i+desc,foo_i+desc&group.field=small_s1&start=5&group.limit=3&group=true&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1} hits=16 status=0 QTime=0 
   [junit4]   2> 1164406 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc,_docid_+desc,_docid_+desc&group.ngroups=false&noGroupsort=small_i+asc,_docid_+desc,_docid_+desc&group.limit=2&group=true&start=2&facet.mincount=1&indent=true&group.field=foo_i&echoParams=all&facet=true&rows=6&group.cache.percent=68&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
   [junit4]   2> 1164409 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=score_f&facet.mincount=1&indent=true&group.sort=score+asc,small_i+desc,score+desc&group=true&group.limit=-1&start=1&group.ngroups=true&group.offset=0&facet.sort=index&sort=score_f+desc,score+desc,score+asc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&facet=true&rows=9&group.cache.percent=6&echoParams=all} hits=16 status=0 QTime=1 
   [junit4]   2> 1164411 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=small_s1+desc,score+desc&facet.sort=index&group.offset=0&facet.mincount=1&indent=true&group.sort=foo_s1+asc&group.field=small_i&start=15&group.limit=-1&group=true&rows=8&group.cache.percent=86&facet=true&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json} hits=16 status=0 QTime=0 
   [junit4]   2> 1164413 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=8&group.cache.percent=28&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&group.limit=6&group=true&start=3&facet.mincount=1&indent=true&nosort=&group.sort=foo_i+desc,score_f+desc,_docid_+asc&group.field=foo_i} hits=16 status=0 QTime=0 
   [junit4]   2> 1164416 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&group.sort=score+desc,score+desc,foo_i+desc&group.field=foo_s1&group.limit=9&group=true&start=0&group.ngroups=false&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=small_s1+asc,foo_i+desc,id+desc&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=1&group.cache.percent=24&echoParams=all} hits=16 status=0 QTime=1 
   [junit4]   2> 1164418 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=4&group.cache.percent=35&facet=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.field=foo_s1&q={!func}score_f&sort=small_i+desc,small_i+desc&facet.sort=index&group.offset=0&noGroupsort=small_i+desc,small_i+desc&group.ngroups=true&start=10&group.limit=5&group=true&facet.mincount=1&indent=true&group.field=foo_s1} hits=16 status=0 QTime=1 
   [junit4]   2> 1164420 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=-1&group.cache.percent=13&facet=true&echoParams=all&facet.mincount=1&indent=true&nosort=&group.field=score_f&start=0&group.limit=3&group=true&noGroupsort=&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1} hits=16 status=0 QTime=1 
   [junit4]   2> 1164422 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=1&group.cache.percent=69&facet=true&start=0&group=true&group.limit=5&group.field=id&facet.mincount=1&indent=true&group.sort=_docid_+desc&sort=foo_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false} hits=16 status=0 QTime=0 
   [junit4]   2> 1164425 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=9&group.cache.percent=89&group.limit=4&group=true&start=0&facet.mincount=1&indent=true&group.field=foo_s1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=_docid_+desc,id+desc&group.ngroups=false&noGroupsort=_docid_+desc,id+desc} hits=16 status=0 QTime=1 
   [junit4]   2> 1164427 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=2&group=true&group.limit=0&group.field=foo_s1&facet.mincount=1&indent=true&group.sort=score+desc,foo_s1+asc&sort=score_f+asc,_docid_+asc,small_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=-1&group.cache.percent=67&facet=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164429 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=9&group.cache.percent=54&echoParams=all&group.field=foo_i&facet.mincount=1&indent=true&group.sort=small_i+desc,foo_i+asc,foo_s1+asc&group=true&group.limit=3&start=4&group.ngroups=true&group.offset=1&facet.sort=index&sort=small_i+desc,score_f+asc&facet.field=foo_s1&q={!func}score_f} hits=16 status=0 QTime=0 
   [junit4]   2> 1164431 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=7&group.cache.percent=32&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=id+desc&group.ngroups=true&noGroupsort=id+desc&group.limit=9&group=true&start=0&facet.mincount=1&indent=true&group.field=score_f} hits=16 status=0 QTime=0 
   [junit4]   2> 1164434 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=2&group.cache.percent=90&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&sort=score+asc,small_i+asc,score_f+desc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&noGroupsort=score+asc,small_i+asc,score_f+desc&group.ngroups=true&start=3&group=true&group.limit=1&group.field=score_f&facet.mincount=1&indent=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164436 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group=true&group.limit=5&start=1&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+asc,foo_s1+desc,score+desc&group.offset=0&facet.sort=index&sort=small_s1+asc,foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=7&group.cache.percent=21} hits=16 status=0 QTime=0 
   [junit4]   2> 1164438 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=-1&group.cache.percent=60&group=true&group.limit=7&start=0&group.field=foo_s1&facet.mincount=1&indent=true&group.offset=0&facet.sort=index&sort=score+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=false&noGroupsort=score+desc} hits=16 status=0 QTime=0 
   [junit4]   2> 1164441 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&rows=9&group.cache.percent=42&facet=true&echoParams=all&facet.mincount=1&indent=true&group.sort=score+desc&group.field=foo_i&start=2&group.limit=1&group=true&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc&facet.sort=index&group.offset=0} hits=16 status=0 QTime=0 
   [junit4]   2> 1164443 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&facet=true&rows=7&group.cache.percent=99&group=true&group.limit=7&start=2&group.field=foo_s1&facet.mincount=1&indent=true&group.sort=id+desc,score_f+asc,score+desc&group.offset=9&facet.sort=index&sort=id+asc,foo_i+asc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true} hits=16 status=0 QTime=0 
   [junit4]   2> 1164445 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=foo_s1+asc,score+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=foo_s1+asc,score+asc&group.ngroups=true&start=0&group=true&group.limit=0&group.field=small_i&facet.mincount=1&indent=true&echoParams=all&rows=3&group.cache.percent=74&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false} hits=16 status=0 QTime=0 
   [junit4]   2> 1164447 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=5&group.cache.percent=25&facet=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&facet.field=foo_s1&q={!func}score_f&sort=score+asc,foo_s1+asc&facet.sort=index&group.offset=1&group.ngroups=false&start=5&group.limit=8&group=true&facet.mincount=1&indent=true&group.sort=score+asc,_docid_+desc&group.field=small_s1} hits=16 status=0 QTime=0 
   [junit4]   2> 1164449 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=5&group.cache.percent=4&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&sort=foo_i+asc,id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=foo_i+asc,id+desc&group.ngroups=false&start=2&group=true&group.limit=-1&group.field=foo_s1&facet.mincount=1&indent=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164451 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&group=true&group.limit=1&start=3&group.field=foo_i&facet.mincount=1&indent=true&nosort=&group.sort=id+asc,small_i+asc&echoParams=all&facet=true&rows=4&group.cache.percent=100&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164453 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,small_s1+desc,_docid_+asc&facet.sort=index&group.offset=1&group.ngroups=false&start=11&group.limit=8&group=true&facet.mincount=1&indent=true&group.sort=small_i+asc,small_i+desc&group.field=small_s1&echoParams=all&rows=1&group.cache.percent=2&facet=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=1 
   [junit4]   2> 1164454 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&rows=1&group.cache.percent=55&facet=true&start=0&group=true&group.limit=5&group.field=small_s1&facet.mincount=1&indent=true&nosort=&group.sort=score_f+asc,foo_s1+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164455 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=8&group.cache.percent=54&facet=true&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&noGroupsort=&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&facet.mincount=1&indent=true&nosort=&group.field=foo_s1&start=0&group.limit=5&group=true} hits=16 status=0 QTime=0 
   [junit4]   2> 1164457 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=6&group.cache.percent=51&facet=true&start=3&group=true&group.limit=8&group.field=id&facet.mincount=1&indent=true&nosort=&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=&group.ngroups=false} hits=16 status=0 QTime=1 
   [junit4]   2> 1164458 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=true&start=3&group=true&group.limit=3&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+desc,foo_i+asc&echoParams=all&rows=0&group.cache.percent=3&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false} hits=16 status=0 QTime=0 
   [junit4]   2> 1164459 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&facet=true&rows=4&group.cache.percent=79&group=true&group.limit=8&start=4&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+asc,score_f+asc,foo_s1+asc&group.offset=8&facet.sort=index&sort=id+desc,small_i+asc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true} hits=16 status=0 QTime=0 
   [junit4]   2> 1164461 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=10&group.cache.percent=57&facet=true&echoParams=all&group.field=small_i&facet.mincount=1&indent=true&nosort=&start=2&group=true&group.limit=9&noGroupsort=&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index} hits=16 status=0 QTime=1 
   [junit4]   2> 1164462 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=8&group.cache.percent=47&facet=true&echoParams=all&group.field=foo_s1&facet.mincount=1&indent=true&nosort=&start=1&group=true&group.limit=8&noGroupsort=&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&group.offset=4&facet.sort=index} hits=16 status=0 QTime=0 
   [junit4]   2> 1164464 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=score+asc,id+asc&group.ngroups=false&noGroupsort=score+asc,id+asc&group.limit=3&group=true&start=0&facet.mincount=1&indent=true&group.field=foo_i&echoParams=all&facet=true&rows=2&group.cache.percent=7&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=1 
   [junit4]   2> 1164465 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&rows=8&group.cache.percent=73&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=true&noGroupsort=foo_s1+desc&group.offset=1&facet.sort=index&sort=foo_s1+desc&facet.field=foo_s1&q={!func}score_f&group.field=small_i&facet.mincount=1&indent=true&group=true&group.limit=5&start=1} hits=16 status=0 QTime=0 
   [junit4]   2> 1164467 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=7&group.cache.percent=53&facet=true&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=false&sort=id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=16&facet.sort=index&group.field=foo_i&facet.mincount=1&indent=true&group.sort=foo_i+desc,foo_i+desc,score_f+asc&start=1&group=true&group.limit=10} hits=16 status=0 QTime=1 
   [junit4]   2> 1164468 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=3&group.cache.percent=12&group.limit=4&group=true&start=0&facet.mincount=1&indent=true&group.sort=small_i+asc,small_s1+desc,small_s1+asc&group.field=small_s1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+asc,score+desc&group.ngroups=false} hits=16 status=0 QTime=0 
   [junit4]   2> 1164470 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.limit=9&group=true&start=0&facet.mincount=1&indent=true&group.field=foo_s1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc&group.ngroups=true&noGroupsort=small_i+asc&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=6&group.cache.percent=10} hits=16 status=0 QTime=0 
   [junit4]   2> 1164471 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=3&group=true&group.limit=7&group.field=small_s1&facet.mincount=1&indent=true&group.sort=foo_s1+asc,foo_s1+asc,id+desc&sort=_docid_+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=0&group.cache.percent=57&facet=true} hits=16 status=0 QTime=0 
   [junit4]   2> 1164473 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=small_i&facet.mincount=1&indent=true&group=true&group.limit=3&start=1&group.ngroups=false&noGroupsort=small_i+desc&group.offset=0&facet.sort=index&sort=small_i+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=9&group.cache.percent=93&echoParams=all} hits=16 status=0 QTime=1 
   [junit4]   2> 1164475 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&rows=3&group.cache.percent=13&facet=true&start=4&group=true&group.limit=2&group.field=id&facet.mincount=1&indent=true&sort=id+desc,foo_s1+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=id+desc,foo_s1+desc&group.ngroups=false} hits=16 status=0 QTime=1 
   [junit4]   2> 1164477 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&noGroupsort=id+desc&group.ngroups=true&start=1&group=true&group.limit=5&group.field=foo_i&facet.mincount=1&indent=true&echoParams=all&rows=9&group.cache.percent=38&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false} hits=16 status=0 QTime=0 
   [junit4]   2> 1164479 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&rows=5&group.cache.percent=73&facet=true&start=0&group.limit=5&group=true&facet.mincount=1&indent=true&nosort=&group.field=foo_s1&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=8&noGroupsort=&group.ngroups=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164480 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&noGroupsort=&group.ngroups=true&start=10&group.limit=6&group=true&facet.mincount=1&indent=true&nosort=&group.field=small_i&echoParams=all&rows=7&group.cache.percent=51&facet=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
   [junit4]   2> 1164482 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=score_f&facet.mincount=1&indent=true&group.sort=small_i+asc&start=0&group=true&group.limit=1&group.ngroups=false&sort=score+asc,score+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&rows=-1&group.cache.percent=49&facet=true&echoParams=all} hits=16 status=0 QTime=1 
   [junit4]   2> 1164484 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=foo_s1&facet.mincount=1&indent=true&group.sort=foo_s1+asc&group=true&group.limit=3&start=1&group.ngroups=true&group.offset=1&facet.sort=index&sort=small_i+asc,foo_s1+asc,foo_i+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=15&group.cache.percent=63&echoParams=all} hits=16 status=0 QTime=0 
   [junit4]   2> 1164486 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&rows=9&group.cache.percent=65&facet=true&start=3&group=true&group.limit=9&group.field=id&facet.mincount=1&indent=true&sort=small_s1+desc,foo_i+desc,foo_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=small_s1+desc,foo_i+desc,foo_i+asc&group.ngroups=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164488 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=3&group.cache.percent=82&facet=true&echoParams=all&group.field=foo_i&facet.mincount=1&indent=true&group.sort=small_i+asc&start=3&group=true&group.limit=3&group.ngroups=false&sort=score+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index} hits=16 status=0 QTime=1 
   [junit4]   2> 1164489 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&rows=5&group.cache.percent=53&facet=true&start=0&group.limit=9&group=true&facet.mincount=1&indent=true&nosort=&group.sort=foo_i+desc&group.field=foo_s1&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=0&group.ngroups=true} hits=16 status=0 QTime=0 
   [junit4]   2> 1164491 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=true&noGroupsort=&group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&group.field=foo_s1&facet.mincount=1&indent=true&nosort=&group=true&group.limit=6&start=3&facet=true&rows=2&group.cache.percent=80&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json} hits=16 status=0 QTime=1 
   [junit4]   2> 1164492 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=14&facet.field=foo_s1&q={!func}score_f&sort=small_s1+asc&group.ngroups=false&group.limit=-1&group=true&start=0&facet.mincount=1&indent=true&group.sort=score_f+desc,_docid_+desc,_docid_+desc&group.field=small_i&echoParams=all&facet=true&rows=16&group.cache.percent=87&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
   [junit4]   2> 1164494 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=2&group.cache.percent=67&facet=true&start=4&group=true&group.limit=3&group.field=foo_i&facet.mincount=1&indent=true&group.sort=score+desc&sort=id+asc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&group.ngroups=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164495 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=false&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=id+desc,score_f+desc,_docid_+asc&facet.mincount=1&indent=true&group.sort=score_f+asc,score+asc&group.field=score_f&group.limit=8&group=true&start=4&facet=true&rows=2&group.cache.percent=17&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json} hits=16 status=0 QTime=0 
   [junit4]   2> 1164497 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&rows=4&group.cache.percent=31&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=false&group.offset=1&facet.sort=index&sort=score_f+desc,foo_i+desc,small_s1+asc&facet.field=foo_s1&q={!func}score_f&group.field=foo_i&facet.mincount=1&indent=true&group.sort=foo_i+asc,foo_s1+asc&group=true&group.limit=7&start=0} hits=16 status=0 QTime=1 
   [junit4]   2> 1164498 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&rows=6&group.cache.percent=77&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&group.ngroups=false&noGroupsort=small_i+asc&group.offset=1&facet.sort=index&sort=small_i+asc&facet.field=foo_s1&q={!func}score_f&group.field=id&facet.mincount=1&indent=true&group=true&group.limit=4&start=2} hits=16 status=0 QTime=0 
   [junit4]   2> 1164500 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&rows=6&group.cache.percent=17&facet=true&echoParams=all&group.field=small_i&facet.mincount=1&indent=true&start=3&group=true&group.limit=4&noGroupsort=score_f+asc,score_f+asc&group.ngroups=true&sort=score_f+asc,score_f+asc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index} hits=16 status=0 QTime=1 
   [junit4]   2> 1164501 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=13&group.limit=1&group=true&facet.mincount=1&indent=true&group.field=small_s1&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc,score+desc&facet.sort=index&group.offset=1&noGroupsort=small_i+asc,score+desc&group.ngroups=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&rows=3&group.cache.percent=53&facet=true} hits=16 status=0 QTime=0 
   [junit4]   2> 1164502 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&group.sort=score+desc&group.field=small_s1&start=0&group.limit=2&group=true&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=score_f+asc,id+asc&facet.sort=index&group.offset=1&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=2&group.cache.percent=57&facet=true&echoParams=all} hits=16 status=0 QTime=0 
   [junit4]   2> 1164504 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&rows=3&group.cache.percent=31&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=true&group.offset=1&facet.sort=index&sort=score+asc,id+asc,id+desc&facet.field=foo_s1&q={!func}score_f&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+desc&group=true&group.limit=1&start=3} hits=16 status=0 QTime=1 
   [junit4]   2> 1164505 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=id+desc&group.ngroups=false&group.limit=6&group=true&start=4&facet.mincount=1&indent=true&group.sort=score+desc,small_i+asc&group.field=foo_i&echoParams=all&facet=true&rows=6&group.cache.percent=38&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
   [junit4]   2> 1164507 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=false&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=foo_i+desc&facet.mincount=1&indent=true&group.sort=foo_i+asc,score_f+asc,_docid_+asc&group.field=foo_s1&group.limit=7&group=true&start=3&facet=true&rows=2&group.cache.percent=80&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json} hits=16 status=0 QTime=1 
   [junit4]   2> 1164508 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&nosort=&group.field=foo_s1&start=4&group.limit=7&group=true&noGroupsort=&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=2&group.cache.percent=76&facet=true&echoParams=all} hits=16 status=0 QTime=0 
   [junit4]   2> 1164510 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=id&facet.mincount=1&indent=true&group.sort=score+desc&group=true&group.limit=7&start=1&group.ngroups=true&group.offset=1&facet.sort=index&sort=foo_i+desc,small_i+desc,small_s1+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=6&group.cache.percent=89&echoParams=all} hits=16 status=0 QTime=1 
   [junit4]   2> 1164511 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&group.field=foo_i&start=1&group.limit=7&group=true&noGroupsort=id+asc,score+desc&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&sort=id+asc,score+desc&facet.sort=index&group.offset=0&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=-1&group.cache.percent=51&facet=true&echoParams=all} hits=16 status=0 QTime=1 
   [junit4]   2> 1164512 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=small_s1&facet.mincount=1&indent=true&start=7&group=true&group.limit=1&noGroupsort=id+desc,foo_i+desc&group.ngroups=false&sort=id+desc,foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=3&group.cache.percent=71&facet=true&echoParams=all} hits=16 status=0 QTime=0 
   [junit4]   2> 1164514 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=6&group.cache.percent=75&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+desc,score+asc&group.ngroups=false&group.limit=4&group=true&start=4&facet.mincount=1&indent=true&group.sort=score_f+asc&group.field=id} hits=16 status=0 QTime=0 
   [junit4]   2> 1164516 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=small_i+desc,score_f+asc&group.ngroups=true&group.limit=-1&group=true&start=5&facet.mincount=1&indent=true&group.sort=id+asc,foo_i+asc&group.field=small_i&echoParams=all&facet=true&rows=5&group.cache.percent=41&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=1 
   [junit4]   2> 1164517 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=3&group.cache.percent=31&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&sort=_docid_+asc,small_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=_docid_+asc,small_i+asc&group.ngroups=false&start=4&group=true&group.limit=2&group.field=score_f&facet.mincount=1&indent=true} hits=16 status=0 QTime=0 
   [junit4]   2> 1164519 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&group=true&group.limit=-1&group.field=foo_i&facet.mincount=1&indent=true&group.sort=id+asc&sort=id+desc,id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=8&group.cache.percent=22&facet=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164521 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&group.field=score_f&group.limit=3&group=true&start=1&group.ngroups=true&noGroupsort=score_f+desc,_docid_+asc,foo_s1+desc&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,_docid_+asc,foo_s1+desc&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=8&group.cache.percent=58&echoParams=all} hits=16 status=0 QTime=1 
   [junit4]   2> 1164523 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.offset=0&facet.sort=index&sort=foo_s1+asc,score+asc,id+asc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&noGroupsort=foo_s1+asc,score+asc,id+asc&group=true&group.limit=4&start=0&group.field=foo_s1&facet.mincount=1&indent=true&echoParams=all&facet=true&rows=4&group.cache.percent=13&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false} hits=16 status=0 QTime=1 
   [junit4]   2> 1164524 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc,small_s1+asc&group.ngroups=false&noGroupsort=small_i+asc,small_s1+asc&group.limit=8&group=true&start=3&facet.mincount=1&indent=true&group.field=id&echoParams=all&facet=true&rows=0&group.cache.percent=9&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
   [junit4]   2> 1164525 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=foo_i&facet.mincount=1&indent=true&nosort=&group.sort=_docid_+asc&group=true&group.limit=9&start=1&group.ngroups=true&group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=-1&group.cache.percent=87&echoParams=all} hits=16 status=0 QTime=0 
   [junit4]   2> 1164527 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=-1&group.cache.percent=53&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&group.offset=1&facet.sort=index&sort=score_f+desc,score+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=false&noGroupsort=score_f+desc,score+desc&group=true&group.limit=6&start=2&group.field=small_s1&facet.mincount=1&indent=true} hits=16 status=0 QTime=0 
   [junit4]   2> 1164528 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=1&group.cache.percent=87&group.limit=1&group=true&start=17&facet.mincount=1&indent=true&group.field=small_i&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,foo_i+asc&group.ngroups=false&noGroupsort=score_f+desc,foo_i+asc} hits=16 status=0 QTime=0 
   [junit4]   2> 1164530 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=3&group.cache.percent=74&facet=true&echoParams=all&group.field=small_i&facet.mincount=1&indent=true&group.sort=_docid_+desc,foo_i+asc,foo_s1+asc&start=4&group=true&group.limit=3&group.ngroups=true&sort=foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.offset=6&facet.sort=index} hits=16 status=0 QTime=1 
   [junit4]   2> 1164531 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=small_s1&facet.mincount=1&indent=true&group=true&group.limit=8&start=0&group.ngroups=true&noGroupsort=foo_s1+asc,_docid_+desc,score_f+desc&group.offset=1&facet.sort=index&sort=foo_s1+asc,_docid_+desc,score_f+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&facet=true&rows=7&group.cache.percent=28&echoParams=all} hits=16 status=0 QTime=0 
   [junit4]   2> 1164533 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=1&group.cache.percent=70&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=12&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+desc,_docid_+desc,small_i+desc&group.ngroups=true&group.limit=4&group=true&start=0&facet.mincount=1&indent=true&group.sort=score+desc&group.field=foo_s1} hits=16 status=0 QTime=1 
   [junit4]   2> 1164534 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=7&group.cache.percent=11&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,score+desc,small_s1+desc&group.ngroups=false&group.limit=3&group=true&start=2&facet.mincount=1&indent=true&group.sort=small_s1+asc,_docid_+desc&group.field=small_i} hits=16 status=0 QTime=0 
   [junit4]   2> 1164535 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=1&group.cache.percent=76&group.limit=1&group=true&start=6&facet.mincount=1&indent=true&nosort=&group.sort=id+asc&group.field=foo_s1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&group.ngroups=true} hits=16 status=0 QTime=0 
   [junit4]   2> 1164537 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=true&noGroupsort=small_i+asc,score+desc&group.offset=1&facet.sort=index&sort=small_i+asc,score+desc&facet.field=foo_s1&q={!func}score_f&group.field=small_i&facet.mincount=1&indent=true&group=true&group.limit=7&start=3&facet=true&rows=6&group.cache.percent=96&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json} hits=16 status=0 QTime=1 
   [junit4]   2> 1164538 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=true&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+asc,small_i+asc,small_i+asc&facet.mincount=1&indent=true&group.sort=score_f+asc,score_f+asc&group.field=foo_s1&group.limit=3&group=true&start=2&facet=true&rows=9&group.cache.percent=87&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json} hits=16 status=0 QTime=0 
   [junit4]   2> 1164540 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&group.limit=6&group=true&facet.mincount=1&indent=true&nosort=&group.sort=small_i+desc,foo_s1+asc&group.field=id&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&group.ngroups=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&rows=0&group.cache.percent=73&facet=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164541 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=7&group.cache.percent=77&echoParams=all&facet.mincount=1&indent=true&group.sort=foo_i+desc&group.field=small_i&group.limit=5&group=true&start=3&group.ngroups=true&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=small_s1+desc,_docid_+asc} hits=16 status=0 QTime=0 
   [junit4]   2> 1164543 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&group.sort=score_f+desc,foo_s1+desc,small_s1+desc&group.field=id&group.limit=-1&group=true&start=0&group.ngroups=true&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+desc,small_i+desc&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=9&group.cache.percent=86&echoParams=all} hits=16 status=0 QTime=1 
   [junit4]   2> 1164544 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&group.limit=10&group=true&start=6&facet.mincount=1&indent=true&nosort=&group.sort=score_f+desc,small_i+desc,id+asc&group.field=small_s1&echoParams=all&facet=true&rows=12&group.cache.percent=8&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
   [junit4]   2> 1164546 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&group.ngroups=true&start=0&group=true&group.limit=9&group.field=score_f&facet.mincount=1&indent=true&nosort=&group.sort=foo_s1+asc,id+desc,small_i+asc&echoParams=all&rows=-1&group.cache.percent=36&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true} hits=16 status=0 QTime=1 
   [junit4]   2> 1164548 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1&group.cache.percent=65&facet=true&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&noGroupsort=score+desc&group.ngroups=true&sort=score+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.field=foo_s1&facet.mincount=1&indent=true&start=4&group=true&group.limit=5} hits=16 status=0 QTime=1 
   [junit4]   2> 1164549 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=4&group.cache.percent=28&group=true&group.limit=13&start=4&group.field=score_f&facet.mincount=1&indent=true&group.sort=small_s1+asc&group.offset=0&facet.sort=index&sort=small_s1+asc,id+asc,score+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true} hits=16 status=0 QTime=0 
   [junit4]   2> 1164551 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.limit=8&group=true&start=1&facet.mincount=1&indent=true&group.sort=small_i+asc&group.field=small_s1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=_docid_+desc&group.ngroups=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=16&group.cache.percent=15} hits=16 status=0 QTime=1 
   [junit4]   2> 1164552 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=2&group=true&group.limit=5&group.field=foo_i&facet.mincount=1&indent=true&sort

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

 2> 1178496 T4596 C2758 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1178498 T4596 C2758 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 1
   [junit4]   2> 1178499 T4596 C2758 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 0
   [junit4]   2> 1178500 T4596 C2758 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 0
   [junit4]   2> 1178502 T4596 C2758 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1178503 T4596 C2758 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_32,generation=110}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_33,generation=111}
   [junit4]   2> 1178504 T4596 C2758 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 111
   [junit4]   2> 1178505 T4596 C2758 oass.SolrIndexSearcher.<init> Opening Searcher@b8603d66[collection1] main
   [junit4]   2> 1178506 T4596 C2758 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1178508 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b8603d66[collection1] main{StandardDirectoryReader(segments_33:301:nrt _3e(5.0):C6)}
   [junit4]   2> 1178509 T4596 C2758 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1178510 T4596 C2758 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=nullfirst&wt=javabin&group=true&start=4&rows=10&group.main=true&q=*:*} hits=6 status=0 QTime=0 
   [junit4]   2> 1178551 T4596 oas.SolrTestCaseJ4.tearDown ###Ending testGroupingSimpleFormatArrayIndexOutOfBoundsExceptionWithJavaBin
   [junit4]   2> 1178554 T4596 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1178554 T4596 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=976825596
   [junit4]   2> 1178555 T4596 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@eda02cf1
   [junit4]   2> 1178566 T4596 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=135,autocommits=0,soft autocommits=0,optimizes=2,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1243,cumulative_deletesById=0,cumulative_deletesByQuery=46,cumulative_errors=0}
   [junit4]   2> 1178566 T4596 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1178567 T4596 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1178567 T4596 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1178568 T4596 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1178568 T4596 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1178569 T4596 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index;done=false>>]
   [junit4]   2> 1178570 T4596 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index
   [junit4]   2> 1178570 T4596 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327;done=false>>]
   [junit4]   2> 1178571 T4596 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327
   [junit4]   2> NOTE: test params are: codec=Lucene46: {text=FST41, small_s1=PostingsFormat(name=MockRandom), small_i=FST41, value4_i=FST41, foo_i=PostingsFormat(name=MockRandom), value2_i=MockVariableIntBlock(baseBlockSize=47), id=MockVariableIntBlock(baseBlockSize=47), title_lettertok=MockVariableIntBlock(baseBlockSize=47), value1_i=PostingsFormat(name=MockRandom), foo2_i=PostingsFormat(name=MockRandom), weight=PostingsFormat(name=FSTOrdPulsing41), name=MockVariableIntBlock(baseBlockSize=47), value1_s1=FST41, foo_s1=MockVariableIntBlock(baseBlockSize=47), group_si=PostingsFormat(name=FSTOrdPulsing41), bday=PostingsFormat(name=FSTOrdPulsing41), title=PostingsFormat(name=MockRandom), nullfirst=FST41, store_1_coordinate=PostingsFormat(name=MockRandom), score_f=FST41, store_rpt=PostingsFormat(name=MockRandom), title_stemmed=PostingsFormat(name=MockRandom), store_0_coordinate=FST41, value3_s1=MockVariableIntBlock(baseBlockSize=47), cat_sI=MockVariableIntBlock(baseBlockSize=47)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=es_ES, timezone=Australia/ACT
   [junit4]   2> NOTE: Linux 3.8.0-36-generic x86/IBM Corporation 1.7.0 (32-bit)/cpus=8,threads=1,free=12722296,total=270139392
   [junit4]   2> NOTE: All tests run in this JVM: [PathHierarchyTokenizerFactoryTest, FileUtilsTest, StatsComponentTest, OpenCloseCoreStressTest, TestNumberUtils, StressHdfsTest, TestLazyCores, CurrencyFieldXmlFileTest, LeaderElectionIntegrationTest, TestSchemaSimilarityResource, TestUpdate, PreAnalyzedFieldTest, TestStandardQParsers, TestCopyFieldCollectionResource, HdfsCollectionsAPIDistributedZkTest, JSONWriterTest, TestFieldCollectionResource, TestClassNameShortening, TestStressUserVersions, CoreMergeIndexesAdminHandlerTest, TestCoreDiscovery, TestSolrJ, PrimUtilsTest, ZkSolrClientTest, CurrencyFieldOpenExchangeTest, DirectSolrSpellCheckerTest, TestRecovery, MinimalSchemaTest, PluginInfoTest, TestOverriddenPrefixQueryForCustomFieldType, UniqFieldsUpdateProcessorFactoryTest, TestDistributedMissingSort, TestDefaultSearchFieldResource, TestSolrCoreProperties, OpenExchangeRatesOrgProviderTest, RemoteQueryErrorTest, TestReload, TestNoOpRegenerator, HardAutoCommitTest, DistributedSuggestComponentTest, SolrTestCaseJ4Test, TestArbitraryIndexDir, HighlighterConfigTest, ZkNodePropsTest, TestDistributedSearch, DistanceFunctionTest, TestBlendedInfixSuggestions, SolrRequestParserTest, TestQueryTypes, TestIBSimilarityFactory, TestSchemaVersionResource, SortByFunctionTest, RequiredFieldsTest, DocumentAnalysisRequestHandlerTest, TestSolr4Spatial, DefaultValueUpdateProcessorTest, AddBlockUpdateTest, DocValuesMultiTest, SuggesterTSTTest, DeleteReplicaTest, TestDocBasedVersionConstraints, SimplePostToolTest, RequestHandlersTest, AnalysisErrorHandlingTest, SignatureUpdateProcessorFactoryTest, TestSolrQueryParserResource, TestDefaultSimilarityFactory, IndexBasedSpellCheckerTest, TestUniqueKeyFieldResource, PingRequestHandlerTest, TestQuerySenderListener, TestFiltering, TestSweetSpotSimilarityFactory, DirectSolrConnectionTest, NumericFieldsTest, IndexSchemaRuntimeFieldTest, TestFileDictionaryLookup, ChangedSchemaMergeTest, TestDFRSimilarityFactory, TimeZoneUtilsTest, TestFuzzyAnalyzedSuggestions, TestCollationFieldDocValues, TestImplicitCoreProperties, TestSimpleQParserPlugin, AlternateDirectoryTest, DisMaxRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, BadIndexSchemaTest, TestHashPartitioner, TestWordDelimiterFilterFactory, ChaosMonkeyNothingIsSafeTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestZkChroot, SliceStateUpdateTest, TestDistributedGrouping, TermVectorComponentDistributedTest, TestStressReorder, TestCoreContainer, TestGroupingSearch]
   [junit4] Completed on J1 in 15.46s, 13 tests, 3 errors <<< FAILURES!

[...truncated 511 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:458: 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:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1274: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 377 suites, 1615 tests, 3 errors, 57 ignored (20 assumptions)

Total time: 50 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 9674 - Failure!

Posted by Uwe Schindler <uw...@thetaphi.de>.
It is longer ago since I updated J9. I will update to latest the next days.

Uwe

On 4. März 2014 22:47:11 MEZ, Chris Hostetter <ho...@fucit.org> wrote:
>
>I bounced this off rmuir on IRC...
>
>* seed doesn't reproduce for me
>* seed doesn't reproduce for rmuir on his (older) J9 VM (32bit)
>* line number of NPE in all three tests is FSTOrdTermsReader.java:469
>...
>      public boolean seekExact(BytesRef target) throws IOException {
>        updateEnum(fstEnum.seekExact(target)); // 469
>        return term != null;
>      }
>* fstEnum is a final variable initialized in the (sole) constructor
>
>
>...smells like a J9 JIT bug?
>
>
>: Date: Tue, 4 Mar 2014 19:48:31 +0000 (UTC)
>: From: Policeman Jenkins Server <je...@thetaphi.de>
>: Reply-To: dev@lucene.apache.org
>: To: dev@lucene.apache.org, rmuir@apache.org
>: Subject: [JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) -
>Build # 9674
>:     - Failure!
>: 
>: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9674/
>: Java: 32bit/ibm-j9-jdk7
>-Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
>: 
>: 3 tests failed.
>: REGRESSION:  org.apache.solr.TestGroupingSearch.testGroupAPI
>: 
>: Error Message:
>: 
>: 
>: Stack Trace:
>: java.lang.NullPointerException
>: 	at
>__randomizedtesting.SeedInfo.seed([7CE6991BB0678A:9DD9D2D4888D97A0]:0)
>: 	at
>org.apache.lucene.codecs.memory.FSTOrdTermsReader$TermsReader$SegmentTermsEnum.seekExact(FSTOrdTermsReader.java:469)
>: 	at org.apache.lucene.index.TermContext.build(TermContext.java:95)
>: 	at
>org.apache.lucene.search.TermQuery.createWeight(TermQuery.java:166)
>: 	at
>org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:676)
>: 	at
>org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:289)
>: 	at
>org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1157)
>: 	at
>org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:845)
>: 	at
>org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1003)
>: 	at org.apache.solr.search.Grouping.execute(Grouping.java:304)
>: 	at
>org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:433)
>: 	at
>org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:216)
>: 	at
>org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
>: 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1933)
>: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:299)
>: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:281)
>: 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:793)
>: 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:762)
>: 	at
>org.apache.solr.TestGroupingSearch.testGroupAPI(TestGroupingSearch.java:445)
>: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>: 	at
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
>: 	at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
>: 	at java.lang.reflect.Method.invoke(Method.java:613)
>: 	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:780)
>: 
>: 
>: REGRESSION: 
>org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basicWithGroupSortEqualToSort
>: 
>: Error Message:
>: Exception during query
>: 
>: Stack Trace:
>: java.lang.RuntimeException: Exception during query
>: 	at
>__randomizedtesting.SeedInfo.seed([7CE6991BB0678A:3DBD5CDD2498C843]:0)
>: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:727)
>: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:694)
>: 	at
>org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basicWithGroupSortEqualToSort(TestGroupingSearch.java:168)
>: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>: 	at
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
>: 	at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
>: 	at java.lang.reflect.Method.invoke(Method.java:613)
>: 	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:780)
>: Caused by: java.lang.NullPointerException
>: 	at
>org.apache.lucene.codecs.memory.FSTOrdTermsReader$TermsReader$SegmentTermsEnum.seekExact(FSTOrdTermsReader.java:469)
>: 	at org.apache.lucene.index.TermContext.build(TermContext.java:95)
>: 	at
>org.apache.lucene.search.TermQuery.createWeight(TermQuery.java:166)
>: 	at
>org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:676)
>: 	at
>org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:289)
>: 	at
>org.apache.solr.search.Grouping.searchWithTimeLimiter(Grouping.java:451)
>: 	at org.apache.solr.search.Grouping.execute(Grouping.java:368)
>: 	at
>org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:433)
>: 	at
>org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:216)
>: 	at
>org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
>: 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1933)
>: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:299)
>: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:281)
>: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:701)
>: 	... 42 more
>: 
>: 
>: REGRESSION: 
>org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basic
>: 
>: Error Message:
>: Exception during query
>: 
>: Stack Trace:
>: java.lang.RuntimeException: Exception during query
>: 	at
>__randomizedtesting.SeedInfo.seed([7CE6991BB0678A:EEA68A9EAC677E1A]:0)
>: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:727)
>: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:694)
>: 	at
>org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basic(TestGroupingSearch.java:82)
>: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>: 	at
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
>: 	at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
>: 	at java.lang.reflect.Method.invoke(Method.java:613)
>: 	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:780)
>: Caused by: java.lang.NullPointerException
>: 	at
>org.apache.lucene.codecs.memory.FSTOrdTermsReader$TermsReader$SegmentTermsEnum.seekExact(FSTOrdTermsReader.java:469)
>: 	at org.apache.lucene.index.TermContext.build(TermContext.java:95)
>: 	at
>org.apache.lucene.search.TermQuery.createWeight(TermQuery.java:166)
>: 	at
>org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:676)
>: 	at
>org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:289)
>: 	at
>org.apache.solr.search.Grouping.searchWithTimeLimiter(Grouping.java:451)
>: 	at org.apache.solr.search.Grouping.execute(Grouping.java:368)
>: 	at
>org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:433)
>: 	at
>org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:216)
>: 	at
>org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
>: 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1933)
>: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:299)
>: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:281)
>: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:701)
>: 	... 42 more
>: 
>: 
>: 
>: 
>: Build Log:
>: [...truncated 10751 lines...]
>:    [junit4] Suite: org.apache.solr.TestGroupingSearch
>:    [junit4]   2> 1163142 T4596 oas.SolrTestCaseJ4.buildSSLConfig
>Randomized ssl (false) and clientAuth (true)
>:    [junit4]   2> 1163143 T4596 oas.SolrTestCaseJ4.initCore
>####initCore
>:    [junit4]   2> Creating dataDir:
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327
>:    [junit4]   2> 1163144 T4596 oasc.SolrResourceLoader.<init> new
>SolrResourceLoader for directory:
>'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
>:    [junit4]   2> 1163144 T4596
>oasc.SolrResourceLoader.replaceClassLoader Adding
>'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
>to classloader
>:    [junit4]   2> 1163145 T4596
>oasc.SolrResourceLoader.replaceClassLoader Adding
>'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
>to classloader
>:    [junit4]   2> 1163145 T4596
>oasc.SolrResourceLoader.replaceClassLoader Adding
>'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
>to classloader
>:    [junit4]   2> 1163182 T4596 oasc.SolrConfig.<init> Using Lucene
>MatchVersion: LUCENE_50
>:    [junit4]   2> 1163229 T4596 oasc.SolrConfig.<init> Loaded
>SolrConfig: solrconfig.xml
>:    [junit4]   2> 1163229 T4596 oass.IndexSchema.readSchema Reading
>Solr Schema from schema12.xml
>:    [junit4]   2> 1163236 T4596 oass.IndexSchema.readSchema [null]
>Schema name=test
>:    [junit4]   2> 1163554 T4596 oass.IndexSchema.readSchema default
>search field in schema is text
>:    [junit4]   2> 1163556 T4596 oass.IndexSchema.readSchema unique key
>field: id
>:    [junit4]   2> 1163558 T4596 oass.IndexSchema.readSchema WARN Field
>text is not multivalued and destination for multiple copyFields (2)
>:    [junit4]   2> 1163563 T4596 oass.FileExchangeRateProvider.reload
>Reloading exchange rates from file currency.xml
>:    [junit4]   2> 1163567 T4596 oass.FileExchangeRateProvider.reload
>Reloading exchange rates from file currency.xml
>:    [junit4]   2> 1163570 T4596 oasc.SolrResourceLoader.locateSolrHome
>JNDI not configured for solr (NoInitialContextEx)
>:    [junit4]   2> 1163571 T4596 oasc.SolrResourceLoader.locateSolrHome
>using system property solr.solr.home:
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
>:    [junit4]   2> 1163571 T4596 oasc.SolrResourceLoader.<init> new
>SolrResourceLoader for directory:
>'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
>:    [junit4]   2> 1163611 T4596 oasc.CoreContainer.<init> New
>CoreContainer 976825596
>:    [junit4]   2> 1163611 T4596 oasc.CoreContainer.load Loading cores
>into CoreContainer
>[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
>:    [junit4]   2> 1163612 T4596
>oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
>:    [junit4]   2> 1163613 T4596
>oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
>:    [junit4]   2> 1163613 T4596
>oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
>:    [junit4]   2> 1163614 T4596
>oashc.HttpShardHandlerFactory.getParameter Setting
>maxConnectionsPerHost to: 20
>:    [junit4]   2> 1163614 T4596
>oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>:    [junit4]   2> 1163615 T4596
>oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to:
>2147483647
>:    [junit4]   2> 1163615 T4596
>oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime
>to: 5
>:    [junit4]   2> 1163615 T4596
>oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>:    [junit4]   2> 1163616 T4596
>oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to:
>false
>:    [junit4]   2> 1163619 T4596 oasl.LogWatcher.createWatcher SLF4J
>impl is org.slf4j.impl.Log4jLoggerFactory
>:    [junit4]   2> 1163620 T4596
>oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j
>(org.slf4j.impl.Log4jLoggerFactory)]
>:    [junit4]   2> 1163620 T4596 oasc.CoreContainer.load Host Name: 
>:    [junit4]   2> 1163623 T4597 oasc.CoreContainer.create Creating
>SolrCore 'collection1' using instanceDir:
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
>:    [junit4]   2> 1163624 T4597 oasc.SolrResourceLoader.<init> new
>SolrResourceLoader for directory:
>'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
>:    [junit4]   2> 1163624 T4597
>oasc.SolrResourceLoader.replaceClassLoader Adding
>'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
>to classloader
>:    [junit4]   2> 1163625 T4597
>oasc.SolrResourceLoader.replaceClassLoader Adding
>'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
>to classloader
>:    [junit4]   2> 1163625 T4597
>oasc.SolrResourceLoader.replaceClassLoader Adding
>'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
>to classloader
>:    [junit4]   2> 1163680 T4597 oasc.SolrConfig.<init> Using Lucene
>MatchVersion: LUCENE_50
>:    [junit4]   2> 1163752 T4597 oasc.SolrConfig.<init> Loaded
>SolrConfig: solrconfig.xml
>:    [junit4]   2> 1163753 T4597 oass.IndexSchema.readSchema Reading
>Solr Schema from schema12.xml
>:    [junit4]   2> 1163762 T4597 oass.IndexSchema.readSchema
>[collection1] Schema name=test
>:    [junit4]   2> 1164068 T4597 oass.IndexSchema.readSchema default
>search field in schema is text
>:    [junit4]   2> 1164070 T4597 oass.IndexSchema.readSchema unique key
>field: id
>:    [junit4]   2> 1164071 T4597 oass.IndexSchema.readSchema WARN Field
>text is not multivalued and destination for multiple copyFields (2)
>:    [junit4]   2> 1164077 T4597 oass.FileExchangeRateProvider.reload
>Reloading exchange rates from file currency.xml
>:    [junit4]   2> 1164080 T4597 oass.FileExchangeRateProvider.reload
>Reloading exchange rates from file currency.xml
>:    [junit4]   2> 1164084 T4597 oasc.SolrCore.initDirectoryFactory
>org.apache.solr.core.MockDirectoryFactory
>:    [junit4]   2> 1164084 T4597 oasc.SolrCore.<init> [collection1]
>Opening new SolrCore at
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/,
>dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/
>:    [junit4]   2> 1164084 T4597 oasc.JmxMonitoredMap.<init> JMX
>monitoring is enabled. Adding Solr mbeans to JMX Server:
>com.sun.jmx.mbeanserver.JmxMBeanServer@a7b00289
>:    [junit4]   2> 1164085 T4597 oasc.CachingDirectoryFactory.get
>return new directory for
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327
>:    [junit4]   2> 1164086 T4597 oasc.SolrCore.getNewIndexDir New index
>directory detected: old=null
>new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index/
>:    [junit4]   2> 1164086 T4597 oasc.SolrCore.initIndex WARN
>[collection1] Solr index directory
>'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index'
>doesn't exist. Creating new index...
>:    [junit4]   2> 1164087 T4597 oasc.CachingDirectoryFactory.get
>return new directory for
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index
>:    [junit4]   2> 1164088 T4597 oasc.SolrDeletionPolicy.onCommit
>SolrDeletionPolicy.onCommit: commits: num=1
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_1,generation=1}
>:    [junit4]   2> 1164088 T4597 oasc.SolrDeletionPolicy.updateCommits
>newest commit generation = 1
>:    [junit4]   2> 1164088 T4597 oasc.SolrCore.initWriters created xml:
>solr.XMLResponseWriter
>:    [junit4]   2> 1164090 T4597 oasup.UpdateRequestProcessorChain.init
>creating updateRequestProcessorChain "dedupe"
>:    [junit4]   2> 1164091 T4597 oasup.UpdateRequestProcessorChain.init
>inserting DistributedUpdateProcessorFactory into
>updateRequestProcessorChain "dedupe"
>:    [junit4]   2> 1164091 T4597 oasup.UpdateRequestProcessorChain.init
>creating updateRequestProcessorChain "dedupe-allfields"
>:    [junit4]   2> 1164092 T4597 oasup.UpdateRequestProcessorChain.init
>inserting DistributedUpdateProcessorFactory into
>updateRequestProcessorChain "dedupe-allfields"
>:    [junit4]   2> 1164092 T4597 oasup.UpdateRequestProcessorChain.init
>creating updateRequestProcessorChain "stored_sig"
>:    [junit4]   2> 1164092 T4597 oasup.UpdateRequestProcessorChain.init
>inserting DistributedUpdateProcessorFactory into
>updateRequestProcessorChain "stored_sig"
>:    [junit4]   2> 1164093 T4597 oasup.UpdateRequestProcessorChain.init
>creating updateRequestProcessorChain "uniq-fields"
>:    [junit4]   2> 1164093 T4597 oasup.UpdateRequestProcessorChain.init
>inserting DistributedUpdateProcessorFactory into
>updateRequestProcessorChain "uniq-fields"
>:    [junit4]   2> 1164094 T4597 oasup.UpdateRequestProcessorChain.init
>creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>:    [junit4]   2> 1164094 T4597 oasup.UpdateRequestProcessorChain.init
>creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>:    [junit4]   2> 1164095 T4597 oasup.UpdateRequestProcessorChain.init
>inserting DistributedUpdateProcessorFactory into
>updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>:    [junit4]   2> 1164095 T4597
>oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain
>defined as default, creating implicit default
>:    [junit4]   2> 1164095 T4597
>oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler:
>solr.ReplicationHandler
>:    [junit4]   2> 1164096 T4597
>oasc.RequestHandlers.initHandlersFromConfig created /replication:
>solr.ReplicationHandler
>:    [junit4]   2> 1164096 T4597
>oasc.RequestHandlers.initHandlersFromConfig created standard:
>solr.StandardRequestHandler
>:    [junit4]   2> 1164096 T4597
>oasc.RequestHandlers.initHandlersFromConfig created /get:
>solr.RealTimeGetHandler
>:    [junit4]   2> 1164097 T4597
>oasc.RequestHandlers.initHandlersFromConfig created dismax:
>solr.SearchHandler
>:    [junit4]   2> 1164097 T4597
>oasc.RequestHandlers.initHandlersFromConfig created mock:
>org.apache.solr.core.MockQuerySenderListenerReqHandler
>:    [junit4]   2> 1164098 T4597
>oasc.RequestHandlers.initHandlersFromConfig created /admin/:
>org.apache.solr.handler.admin.AdminHandlers
>:    [junit4]   2> 1164098 T4597
>oasc.RequestHandlers.initHandlersFromConfig created /admin/file:
>solr.admin.ShowFileRequestHandler
>:    [junit4]   2> 1164099 T4597
>oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit:
>solr.admin.EditFileRequestHandler
>:    [junit4]   2> 1164099 T4597
>oasc.RequestHandlers.initHandlersFromConfig created defaults:
>solr.StandardRequestHandler
>:    [junit4]   2> 1164100 T4597
>oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler:
>solr.StandardRequestHandler
>:    [junit4]   2> 1164100 T4597
>oasc.RequestHandlers.initHandlersFromConfig created lazy:
>solr.StandardRequestHandler
>:    [junit4]   2> 1164100 T4597
>oasc.RequestHandlers.initHandlersFromConfig created /update:
>solr.UpdateRequestHandler
>:    [junit4]   2> 1164101 T4597
>oasc.RequestHandlers.initHandlersFromConfig created /terms:
>org.apache.solr.handler.component.SearchHandler
>:    [junit4]   2> 1164101 T4597
>oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH:
>org.apache.solr.handler.component.SearchHandler
>:    [junit4]   2> 1164102 T4597
>oasc.RequestHandlers.initHandlersFromConfig created
>spellCheckCompRH_Direct:
>org.apache.solr.handler.component.SearchHandler
>:    [junit4]   2> 1164102 T4597
>oasc.RequestHandlers.initHandlersFromConfig created
>spellCheckWithWordbreak:
>org.apache.solr.handler.component.SearchHandler
>:    [junit4]   2> 1164103 T4597
>oasc.RequestHandlers.initHandlersFromConfig created
>spellCheckWithWordbreak_Direct:
>org.apache.solr.handler.component.SearchHandler
>:    [junit4]   2> 1164103 T4597
>oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1:
>org.apache.solr.handler.component.SearchHandler
>:    [junit4]   2> 1164104 T4597
>oasc.RequestHandlers.initHandlersFromConfig created mltrh:
>org.apache.solr.handler.component.SearchHandler
>:    [junit4]   2> 1164104 T4597
>oasc.RequestHandlers.initHandlersFromConfig created tvrh:
>org.apache.solr.handler.component.SearchHandler
>:    [junit4]   2> 1164104 T4597
>oasc.RequestHandlers.initHandlersFromConfig created /mlt:
>solr.MoreLikeThisHandler
>:    [junit4]   2> 1164105 T4597
>oasc.RequestHandlers.initHandlersFromConfig created /debug/dump:
>solr.DumpRequestHandler
>:    [junit4]   2> 1164106 T4597 oashl.XMLLoader.init
>xsltCacheLifetimeSeconds=60
>:    [junit4]   2> 1164108 T4597 oasc.SolrCore.initDeprecatedSupport
>WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please
>update your config to use the ShowFileRequestHandler.
>:    [junit4]   2> 1164109 T4597 oasu.CommitTracker.<init> Hard
>AutoCommit: disabled
>:    [junit4]   2> 1164110 T4597 oasu.CommitTracker.<init> Soft
>AutoCommit: disabled
>:    [junit4]   2> 1164110 T4597 oasc.SolrDeletionPolicy.onInit
>SolrDeletionPolicy.onInit: commits: num=1
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_1,generation=1}
>:    [junit4]   2> 1164111 T4597 oasc.SolrDeletionPolicy.updateCommits
>newest commit generation = 1
>:    [junit4]   2> 1164111 T4597 oass.SolrIndexSearcher.<init> Opening
>Searcher@f0ee3fa8[collection1] main
>:    [junit4]   2> 1164112 T4597 oashc.SpellCheckComponent.inform
>Initializing spell checkers
>:    [junit4]   2> 1164139 T4597 oass.DirectSolrSpellChecker.init init:
>{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>:    [junit4]   2> 1164246 T4598 oasc.SolrCore.registerSearcher
>[collection1] Registered new searcher Searcher@f0ee3fa8[collection1]
>main{StandardDirectoryReader(segments_1:1:nrt)}
>:    [junit4]   2> 1164248 T4597 oasc.CoreContainer.registerCore
>registering core: collection1
>:    [junit4]   2> 1164250 T4596 oas.SolrTestCaseJ4.initCore
>####initCore end
>:    [junit4]   2> 1164254 T4596 oas.SolrTestCaseJ4.setUp ###Starting
>testGroupingSimpleFormatArrayIndexOutOfBoundsException
>:    [junit4]   2> ASYNC  NEW_CORE C2744 name=collection1
>org.apache.solr.core.SolrCore@eda02cf1
>:    [junit4]   2> 1164254 T4596 C2744
>oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL
>DOCUMENTS FROM INDEX
>:    [junit4]   2> 1164255 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
>:    [junit4]   2> 1164259 T4596 C2744 oasu.DirectUpdateHandler2.commit
>start
>commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>:    [junit4]   2> 1164260 T4596 C2744 oasc.SolrDeletionPolicy.onCommit
>SolrDeletionPolicy.onCommit: commits: num=2
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_1,generation=1}
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_2,generation=2}
>:    [junit4]   2> 1164260 T4596 C2744
>oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>:    [junit4]   2> 1164261 T4596 C2744 oass.SolrIndexSearcher.<init>
>Opening Searcher@791bdf81[collection1] main
>:    [junit4]   2> 1164262 T4596 C2744 oasu.DirectUpdateHandler2.commit
>end_commit_flush
>:    [junit4]   2> 1164263 T4598 oasc.SolrCore.registerSearcher
>[collection1] Registered new searcher Searcher@791bdf81[collection1]
>main{StandardDirectoryReader(segments_2:2:nrt)}
>:    [junit4]   2> 1164264 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {commit=} 0 5
>:    [junit4]   2> 1164265 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {add=[1]} 0 0
>:    [junit4]   2> 1164266 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {add=[2]} 0 0
>:    [junit4]   2> 1164268 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {add=[3]} 0 0
>:    [junit4]   2> 1164269 T4596 C2744 oasu.DirectUpdateHandler2.commit
>start
>commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>:    [junit4]   2> 1164270 T4596 C2744 oasc.SolrDeletionPolicy.onCommit
>SolrDeletionPolicy.onCommit: commits: num=2
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_2,generation=2}
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_3,generation=3}
>:    [junit4]   2> 1164271 T4596 C2744
>oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
>:    [junit4]   2> 1164272 T4596 C2744 oass.SolrIndexSearcher.<init>
>Opening Searcher@60ce2927[collection1] main
>:    [junit4]   2> 1164273 T4596 C2744 oasu.DirectUpdateHandler2.commit
>end_commit_flush
>:    [junit4]   2> 1164275 T4598 oasc.SolrCore.registerSearcher
>[collection1] Registered new searcher Searcher@60ce2927[collection1]
>main{StandardDirectoryReader(segments_3:4:nrt _0(5.0):C3)}
>:    [junit4]   2> 1164276 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {commit=} 0 7
>:    [junit4]   2> 1164278 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.main=true&q=*:*&group.field=id&group=true&start=1} hits=3
>status=0 QTime=1 
>:    [junit4]   2> 1164278 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={rows=1&group.main=true&q=*:*&group.field=id&group=true&start=1}
>hits=3 status=0 QTime=0 
>:    [junit4]   2> 1164279 T4596 oas.SolrTestCaseJ4.tearDown ###Ending
>testGroupingSimpleFormatArrayIndexOutOfBoundsException
>:    [junit4]   2> 1164285 T4596 oas.SolrTestCaseJ4.setUp ###Starting
>testGroupingGroupSortingScore_withTotalGroupCount
>:    [junit4]   2> 1164285 T4596 C2744
>oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL
>DOCUMENTS FROM INDEX
>:    [junit4]   2> 1164286 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
>:    [junit4]   2> 1164288 T4596 C2744 oasu.DirectUpdateHandler2.commit
>start
>commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>:    [junit4]   2> 1164288 T4596 C2744 oasc.SolrDeletionPolicy.onCommit
>SolrDeletionPolicy.onCommit: commits: num=2
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_3,generation=3}
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_4,generation=4}
>:    [junit4]   2> 1164289 T4596 C2744
>oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
>:    [junit4]   2> 1164290 T4596 C2744 oass.SolrIndexSearcher.<init>
>Opening Searcher@a4071384[collection1] main
>:    [junit4]   2> 1164291 T4596 C2744 oasu.DirectUpdateHandler2.commit
>end_commit_flush
>:    [junit4]   2> 1164292 T4598 oasc.SolrCore.registerSearcher
>[collection1] Registered new searcher Searcher@a4071384[collection1]
>main{StandardDirectoryReader(segments_4:5:nrt)}
>:    [junit4]   2> 1164292 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {commit=} 0 4
>:    [junit4]   2> 1164294 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {add=[1]} 0 0
>:    [junit4]   2> 1164295 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {add=[2]} 0 0
>:    [junit4]   2> 1164297 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {add=[3]} 0 0
>:    [junit4]   2> 1164298 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {add=[4]} 0 0
>:    [junit4]   2> 1164299 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {add=[5]} 0 0
>:    [junit4]   2> 1164301 T4596 C2744 oasu.DirectUpdateHandler2.commit
>start
>commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>:    [junit4]   2> 1164303 T4596 C2744 oasc.SolrDeletionPolicy.onCommit
>SolrDeletionPolicy.onCommit: commits: num=2
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_4,generation=4}
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_5,generation=5}
>:    [junit4]   2> 1164304 T4596 C2744
>oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
>:    [junit4]   2> 1164305 T4596 C2744 oass.SolrIndexSearcher.<init>
>Opening Searcher@19579ebe[collection1] main
>:    [junit4]   2> 1164306 T4596 C2744 oasu.DirectUpdateHandler2.commit
>end_commit_flush
>:    [junit4]   2> 1164307 T4598 oasc.SolrCore.registerSearcher
>[collection1] Registered new searcher Searcher@19579ebe[collection1]
>main{StandardDirectoryReader(segments_5:7:nrt _1(5.0):C5)}
>:    [junit4]   2> 1164308 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {commit=} 0 7
>:    [junit4]   2> 1164310 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.ngroups=true&q=title:title&group.field=name&group=true}
>hits=5 status=0 QTime=1 
>:    [junit4]   2> 1164320 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={q=title:title&group.ngroups=true&group=true&group.field=group_si}
>hits=5 status=0 QTime=1 
>:    [junit4]   2> 1164326 T4596 oas.SolrTestCaseJ4.tearDown ###Ending
>testGroupingGroupSortingScore_withTotalGroupCount
>:    [junit4]   2> 1164333 T4596 oas.SolrTestCaseJ4.setUp ###Starting
>testRandomGrouping
>:    [junit4]   2> 1164333 T4596 C2744
>oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL
>DOCUMENTS FROM INDEX
>:    [junit4]   2> 1164334 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
>:    [junit4]   2> 1164336 T4596 C2744 oasu.DirectUpdateHandler2.commit
>start
>commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>:    [junit4]   2> 1164336 T4596 C2744 oasc.SolrDeletionPolicy.onCommit
>SolrDeletionPolicy.onCommit: commits: num=2
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_5,generation=5}
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_6,generation=6}
>:    [junit4]   2> 1164337 T4596 C2744
>oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
>:    [junit4]   2> 1164338 T4596 C2744 oass.SolrIndexSearcher.<init>
>Opening Searcher@6f3e12d[collection1] main
>:    [junit4]   2> 1164339 T4596 C2744 oasu.DirectUpdateHandler2.commit
>end_commit_flush
>:    [junit4]   2> 1164341 T4598 oasc.SolrCore.registerSearcher
>[collection1] Registered new searcher Searcher@6f3e12d[collection1]
>main{StandardDirectoryReader(segments_6:8:nrt)}
>:    [junit4]   2> 1164342 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {commit=} 0 7
>:    [junit4]   2> 1164344 T4596 C2744
>oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL
>DOCUMENTS FROM INDEX
>:    [junit4]   2> 1164344 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
>:    [junit4]   2> 1164347 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[TRBK]} 0 0
>:    [junit4]   2> 1164349 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[FHBO]} 0 0
>:    [junit4]   2> 1164351 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[FHBO]} 0 1
>:    [junit4]   2> 1164352 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[QHCW]} 0 0
>:    [junit4]   2> 1164354 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[QHCW]} 0 0
>:    [junit4]   2> 1164355 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[OSOQ]} 0 0
>:    [junit4]   2> 1164357 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[TIHG]} 0 0
>:    [junit4]   2> 1164359 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[ZMKY]} 0 1
>:    [junit4]   2> 1164360 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[RXMO]} 0 0
>:    [junit4]   2> 1164362 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[MDAZ]} 0 0
>:    [junit4]   2> 1164363 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[CUBB]} 0 0
>:    [junit4]   2> 1164365 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[CCTM]} 0 0
>:    [junit4]   2> 1164367 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[DKBD]} 0 0
>:    [junit4]   2> 1164368 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[VHAS]} 0 0
>:    [junit4]   2> 1164370 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[KBSU]} 0 0
>:    [junit4]   2> 1164372 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[CCWY]} 0 1
>:    [junit4]   2> 1164373 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[ANRI]} 0 0
>:    [junit4]   2> 1164375 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={wt=json&indent=true}
>{add=[GFOU]} 0 0
>:    [junit4]   2> 1164375 T4596 C2744 oasu.DirectUpdateHandler2.commit
>start
>commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
>:    [junit4]   2> 1164378 T4596 C2744 oass.SolrIndexSearcher.<init>
>Opening Searcher@e9b9a7c1[collection1] main
>:    [junit4]   2> 1164379 T4596 C2744 oasu.DirectUpdateHandler2.commit
>end_commit_flush
>:    [junit4]   2> 1164380 T4598 oasc.SolrCore.registerSearcher
>[collection1] Registered new searcher Searcher@e9b9a7c1[collection1]
>main{StandardDirectoryReader(segments_6:11:nrt _2(5.0):C18/2:delGen=1)}
>:    [junit4]   2> 1164381 T4596 C2744 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {commit=} 0 6
>:    [junit4]   2> 1164383 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={indent=true&wt=json&rows=32&fl=id&sort=_docid_+asc&q=*:*}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164391 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=score+asc,small_s1+asc&group.ngroups=true&group.limit=9&group=true&start=2&facet.mincount=1&indent=true&group.sort=score_f+desc&group.field=score_f&echoParams=all&facet=true&rows=2&group.cache.percent=36&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1}
>hits=16 status=0 QTime=6 
>:    [junit4]   2> 1164393 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&rows=7&group.cache.percent=66&facet=true&start=0&group.limit=7&group=true&facet.mincount=1&indent=true&group.field=small_i&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,foo_s1+asc&facet.sort=index&group.offset=1&noGroupsort=score_f+desc,foo_s1+asc&group.ngroups=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164396 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=id+asc,score+asc,_docid_+asc&group.ngroups=true&group.limit=8&group=true&start=3&facet.mincount=1&indent=true&group.sort=foo_i+desc,score+asc,_docid_+desc&group.field=foo_i&echoParams=all&facet=true&rows=2&group.cache.percent=15&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164397 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group=true&group.limit=2&start=2&group.field=small_s1&facet.mincount=1&indent=true&group.sort=_docid_+desc,foo_s1+desc,small_s1+desc&group.offset=0&facet.sort=index&sort=foo_s1+asc,small_s1+asc,id+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&facet=true&rows=0&group.cache.percent=15}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164399 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&rows=9&group.cache.percent=37&facet=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=15&noGroupsort=&group.ngroups=false&start=0&group.limit=9&group=true&facet.mincount=1&indent=true&nosort=&group.field=foo_s1}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164401 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=0&group.cache.percent=13&group.limit=0&group=true&start=2&facet.mincount=1&indent=true&group.field=score_f&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=_docid_+asc,small_s1+asc,_docid_+desc&group.ngroups=true&noGroupsort=_docid_+asc,small_s1+asc,_docid_+desc}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164402 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={noGroupsort=score_f+asc&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=score_f+asc&facet.sort=index&group.offset=1&facet.mincount=1&indent=true&group.field=foo_i&start=9&group.limit=6&group=true&rows=5&group.cache.percent=22&facet=true&echoParams=all&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164403 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=8&group.cache.percent=42&group=true&group.limit=13&start=4&group.field=score_f&facet.mincount=1&indent=true&nosort=&group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&noGroupsort=}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164405 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=5&group.cache.percent=74&facet=true&echoParams=all&facet.mincount=1&indent=true&nosort=&group.sort=small_i+desc,foo_i+desc,foo_i+desc&group.field=small_s1&start=5&group.limit=3&group=true&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164406 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc,_docid_+desc,_docid_+desc&group.ngroups=false&noGroupsort=small_i+asc,_docid_+desc,_docid_+desc&group.limit=2&group=true&start=2&facet.mincount=1&indent=true&group.field=foo_i&echoParams=all&facet=true&rows=6&group.cache.percent=68&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164409 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.field=score_f&facet.mincount=1&indent=true&group.sort=score+asc,small_i+desc,score+desc&group=true&group.limit=-1&start=1&group.ngroups=true&group.offset=0&facet.sort=index&sort=score_f+desc,score+desc,score+asc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&facet=true&rows=9&group.cache.percent=6&echoParams=all}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164411 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=small_s1+desc,score+desc&facet.sort=index&group.offset=0&facet.mincount=1&indent=true&group.sort=foo_s1+asc&group.field=small_i&start=15&group.limit=-1&group=true&rows=8&group.cache.percent=86&facet=true&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164413 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&facet=true&rows=8&group.cache.percent=28&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&group.limit=6&group=true&start=3&facet.mincount=1&indent=true&nosort=&group.sort=foo_i+desc,score_f+desc,_docid_+asc&group.field=foo_i}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164416 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.mincount=1&indent=true&group.sort=score+desc,score+desc,foo_i+desc&group.field=foo_s1&group.limit=9&group=true&start=0&group.ngroups=false&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=small_s1+asc,foo_i+desc,id+desc&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=1&group.cache.percent=24&echoParams=all}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164418 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&rows=4&group.cache.percent=35&facet=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.field=foo_s1&q={!func}score_f&sort=small_i+desc,small_i+desc&facet.sort=index&group.offset=0&noGroupsort=small_i+desc,small_i+desc&group.ngroups=true&start=10&group.limit=5&group=true&facet.mincount=1&indent=true&group.field=foo_s1}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164420 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=-1&group.cache.percent=13&facet=true&echoParams=all&facet.mincount=1&indent=true&nosort=&group.field=score_f&start=0&group.limit=3&group=true&noGroupsort=&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164422 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=1&group.cache.percent=69&facet=true&start=0&group=true&group.limit=5&group.field=id&facet.mincount=1&indent=true&group.sort=_docid_+desc&sort=foo_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164425 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=9&group.cache.percent=89&group.limit=4&group=true&start=0&facet.mincount=1&indent=true&group.field=foo_s1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=_docid_+desc,id+desc&group.ngroups=false&noGroupsort=_docid_+desc,id+desc}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164427 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={start=2&group=true&group.limit=0&group.field=foo_s1&facet.mincount=1&indent=true&group.sort=score+desc,foo_s1+asc&sort=score_f+asc,_docid_+asc,small_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=-1&group.cache.percent=67&facet=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164429 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=9&group.cache.percent=54&echoParams=all&group.field=foo_i&facet.mincount=1&indent=true&group.sort=small_i+desc,foo_i+asc,foo_s1+asc&group=true&group.limit=3&start=4&group.ngroups=true&group.offset=1&facet.sort=index&sort=small_i+desc,score_f+asc&facet.field=foo_s1&q={!func}score_f}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164431 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&facet=true&rows=7&group.cache.percent=32&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=id+desc&group.ngroups=true&noGroupsort=id+desc&group.limit=9&group=true&start=0&facet.mincount=1&indent=true&group.field=score_f}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164434 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&rows=2&group.cache.percent=90&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&sort=score+asc,small_i+asc,score_f+desc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&noGroupsort=score+asc,small_i+asc,score_f+desc&group.ngroups=true&start=3&group=true&group.limit=1&group.field=score_f&facet.mincount=1&indent=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164436 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group=true&group.limit=5&start=1&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+asc,foo_s1+desc,score+desc&group.offset=0&facet.sort=index&sort=small_s1+asc,foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=7&group.cache.percent=21}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164438 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=-1&group.cache.percent=60&group=true&group.limit=7&start=0&group.field=foo_s1&facet.mincount=1&indent=true&group.offset=0&facet.sort=index&sort=score+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=false&noGroupsort=score+desc}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164441 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&rows=9&group.cache.percent=42&facet=true&echoParams=all&facet.mincount=1&indent=true&group.sort=score+desc&group.field=foo_i&start=2&group.limit=1&group=true&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc&facet.sort=index&group.offset=0}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164443 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&facet=true&rows=7&group.cache.percent=99&group=true&group.limit=7&start=2&group.field=foo_s1&facet.mincount=1&indent=true&group.sort=id+desc,score_f+asc,score+desc&group.offset=9&facet.sort=index&sort=id+asc,foo_i+asc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164445 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={sort=foo_s1+asc,score+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=foo_s1+asc,score+asc&group.ngroups=true&start=0&group=true&group.limit=0&group.field=small_i&facet.mincount=1&indent=true&echoParams=all&rows=3&group.cache.percent=74&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164447 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&rows=5&group.cache.percent=25&facet=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&facet.field=foo_s1&q={!func}score_f&sort=score+asc,foo_s1+asc&facet.sort=index&group.offset=1&group.ngroups=false&start=5&group.limit=8&group=true&facet.mincount=1&indent=true&group.sort=score+asc,_docid_+desc&group.field=small_s1}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164449 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&rows=5&group.cache.percent=4&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&sort=foo_i+asc,id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=foo_i+asc,id+desc&group.ngroups=false&start=2&group=true&group.limit=-1&group.field=foo_s1&facet.mincount=1&indent=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164451 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&group=true&group.limit=1&start=3&group.field=foo_i&facet.mincount=1&indent=true&nosort=&group.sort=id+asc,small_i+asc&echoParams=all&facet=true&rows=4&group.cache.percent=100&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164453 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,small_s1+desc,_docid_+asc&facet.sort=index&group.offset=1&group.ngroups=false&start=11&group.limit=8&group=true&facet.mincount=1&indent=true&group.sort=small_i+asc,small_i+desc&group.field=small_s1&echoParams=all&rows=1&group.cache.percent=2&facet=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164454 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&rows=1&group.cache.percent=55&facet=true&start=0&group=true&group.limit=5&group.field=small_s1&facet.mincount=1&indent=true&nosort=&group.sort=score_f+asc,foo_s1+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164455 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={rows=8&group.cache.percent=54&facet=true&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&noGroupsort=&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&facet.mincount=1&indent=true&nosort=&group.field=foo_s1&start=0&group.limit=5&group=true}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164457 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=6&group.cache.percent=51&facet=true&start=3&group=true&group.limit=8&group.field=id&facet.mincount=1&indent=true&nosort=&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=&group.ngroups=false}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164458 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={sort=foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=true&start=3&group=true&group.limit=3&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+desc,foo_i+asc&echoParams=all&rows=0&group.cache.percent=3&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164459 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&facet=true&rows=4&group.cache.percent=79&group=true&group.limit=8&start=4&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+asc,score_f+asc,foo_s1+asc&group.offset=8&facet.sort=index&sort=id+desc,small_i+asc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164461 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=10&group.cache.percent=57&facet=true&echoParams=all&group.field=small_i&facet.mincount=1&indent=true&nosort=&start=2&group=true&group.limit=9&noGroupsort=&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164462 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=8&group.cache.percent=47&facet=true&echoParams=all&group.field=foo_s1&facet.mincount=1&indent=true&nosort=&start=1&group=true&group.limit=8&noGroupsort=&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&group.offset=4&facet.sort=index}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164464 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=score+asc,id+asc&group.ngroups=false&noGroupsort=score+asc,id+asc&group.limit=3&group=true&start=0&facet.mincount=1&indent=true&group.field=foo_i&echoParams=all&facet=true&rows=2&group.cache.percent=7&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164465 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet=true&rows=8&group.cache.percent=73&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=true&noGroupsort=foo_s1+desc&group.offset=1&facet.sort=index&sort=foo_s1+desc&facet.field=foo_s1&q={!func}score_f&group.field=small_i&facet.mincount=1&indent=true&group=true&group.limit=5&start=1}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164467 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={rows=7&group.cache.percent=53&facet=true&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=false&sort=id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=16&facet.sort=index&group.field=foo_i&facet.mincount=1&indent=true&group.sort=foo_i+desc,foo_i+desc,score_f+asc&start=1&group=true&group.limit=10}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164468 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=3&group.cache.percent=12&group.limit=4&group=true&start=0&facet.mincount=1&indent=true&group.sort=small_i+asc,small_s1+desc,small_s1+asc&group.field=small_s1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+asc,score+desc&group.ngroups=false}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164470 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.limit=9&group=true&start=0&facet.mincount=1&indent=true&group.field=foo_s1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc&group.ngroups=true&noGroupsort=small_i+asc&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=6&group.cache.percent=10}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164471 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={start=3&group=true&group.limit=7&group.field=small_s1&facet.mincount=1&indent=true&group.sort=foo_s1+asc,foo_s1+asc,id+desc&sort=_docid_+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=0&group.cache.percent=57&facet=true}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164473 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.field=small_i&facet.mincount=1&indent=true&group=true&group.limit=3&start=1&group.ngroups=false&noGroupsort=small_i+desc&group.offset=0&facet.sort=index&sort=small_i+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=9&group.cache.percent=93&echoParams=all}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164475 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&rows=3&group.cache.percent=13&facet=true&start=4&group=true&group.limit=2&group.field=id&facet.mincount=1&indent=true&sort=id+desc,foo_s1+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=id+desc,foo_s1+desc&group.ngroups=false}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164477 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={sort=id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&noGroupsort=id+desc&group.ngroups=true&start=1&group=true&group.limit=5&group.field=foo_i&facet.mincount=1&indent=true&echoParams=all&rows=9&group.cache.percent=38&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164479 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&rows=5&group.cache.percent=73&facet=true&start=0&group.limit=5&group=true&facet.mincount=1&indent=true&nosort=&group.field=foo_s1&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=8&noGroupsort=&group.ngroups=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164480 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&noGroupsort=&group.ngroups=true&start=10&group.limit=6&group=true&facet.mincount=1&indent=true&nosort=&group.field=small_i&echoParams=all&rows=7&group.cache.percent=51&facet=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164482 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.field=score_f&facet.mincount=1&indent=true&group.sort=small_i+asc&start=0&group=true&group.limit=1&group.ngroups=false&sort=score+asc,score+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&rows=-1&group.cache.percent=49&facet=true&echoParams=all}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164484 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.field=foo_s1&facet.mincount=1&indent=true&group.sort=foo_s1+asc&group=true&group.limit=3&start=1&group.ngroups=true&group.offset=1&facet.sort=index&sort=small_i+asc,foo_s1+asc,foo_i+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=15&group.cache.percent=63&echoParams=all}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164486 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&rows=9&group.cache.percent=65&facet=true&start=3&group=true&group.limit=9&group.field=id&facet.mincount=1&indent=true&sort=small_s1+desc,foo_i+desc,foo_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=small_s1+desc,foo_i+desc,foo_i+asc&group.ngroups=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164488 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=3&group.cache.percent=82&facet=true&echoParams=all&group.field=foo_i&facet.mincount=1&indent=true&group.sort=small_i+asc&start=3&group=true&group.limit=3&group.ngroups=false&sort=score+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164489 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&rows=5&group.cache.percent=53&facet=true&start=0&group.limit=9&group=true&facet.mincount=1&indent=true&nosort=&group.sort=foo_i+desc&group.field=foo_s1&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=0&group.ngroups=true}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164491 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.ngroups=true&noGroupsort=&group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&group.field=foo_s1&facet.mincount=1&indent=true&nosort=&group=true&group.limit=6&start=3&facet=true&rows=2&group.cache.percent=80&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164492 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.sort=index&group.offset=14&facet.field=foo_s1&q={!func}score_f&sort=small_s1+asc&group.ngroups=false&group.limit=-1&group=true&start=0&facet.mincount=1&indent=true&group.sort=score_f+desc,_docid_+desc,_docid_+desc&group.field=small_i&echoParams=all&facet=true&rows=16&group.cache.percent=87&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164494 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=2&group.cache.percent=67&facet=true&start=4&group=true&group.limit=3&group.field=foo_i&facet.mincount=1&indent=true&group.sort=score+desc&sort=id+asc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&group.ngroups=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164495 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.ngroups=false&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=id+desc,score_f+desc,_docid_+asc&facet.mincount=1&indent=true&group.sort=score_f+asc,score+asc&group.field=score_f&group.limit=8&group=true&start=4&facet=true&rows=2&group.cache.percent=17&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164497 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet=true&rows=4&group.cache.percent=31&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=false&group.offset=1&facet.sort=index&sort=score_f+desc,foo_i+desc,small_s1+asc&facet.field=foo_s1&q={!func}score_f&group.field=foo_i&facet.mincount=1&indent=true&group.sort=foo_i+asc,foo_s1+asc&group=true&group.limit=7&start=0}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164498 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet=true&rows=6&group.cache.percent=77&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&group.ngroups=false&noGroupsort=small_i+asc&group.offset=1&facet.sort=index&sort=small_i+asc&facet.field=foo_s1&q={!func}score_f&group.field=id&facet.mincount=1&indent=true&group=true&group.limit=4&start=2}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164500 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&rows=6&group.cache.percent=17&facet=true&echoParams=all&group.field=small_i&facet.mincount=1&indent=true&start=3&group=true&group.limit=4&noGroupsort=score_f+asc,score_f+asc&group.ngroups=true&sort=score_f+asc,score_f+asc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164501 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={start=13&group.limit=1&group=true&facet.mincount=1&indent=true&group.field=small_s1&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc,score+desc&facet.sort=index&group.offset=1&noGroupsort=small_i+asc,score+desc&group.ngroups=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&rows=3&group.cache.percent=53&facet=true}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164502 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.mincount=1&indent=true&group.sort=score+desc&group.field=small_s1&start=0&group.limit=2&group=true&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=score_f+asc,id+asc&facet.sort=index&group.offset=1&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=2&group.cache.percent=57&facet=true&echoParams=all}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164504 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet=true&rows=3&group.cache.percent=31&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=true&group.offset=1&facet.sort=index&sort=score+asc,id+asc,id+desc&facet.field=foo_s1&q={!func}score_f&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+desc&group=true&group.limit=1&start=3}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164505 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=id+desc&group.ngroups=false&group.limit=6&group=true&start=4&facet.mincount=1&indent=true&group.sort=score+desc,small_i+asc&group.field=foo_i&echoParams=all&facet=true&rows=6&group.cache.percent=38&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164507 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.ngroups=false&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=foo_i+desc&facet.mincount=1&indent=true&group.sort=foo_i+asc,score_f+asc,_docid_+asc&group.field=foo_s1&group.limit=7&group=true&start=3&facet=true&rows=2&group.cache.percent=80&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164508 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.mincount=1&indent=true&nosort=&group.field=foo_s1&start=4&group.limit=7&group=true&noGroupsort=&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=2&group.cache.percent=76&facet=true&echoParams=all}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164510 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.field=id&facet.mincount=1&indent=true&group.sort=score+desc&group=true&group.limit=7&start=1&group.ngroups=true&group.offset=1&facet.sort=index&sort=foo_i+desc,small_i+desc,small_s1+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=6&group.cache.percent=89&echoParams=all}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164511 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.mincount=1&indent=true&group.field=foo_i&start=1&group.limit=7&group=true&noGroupsort=id+asc,score+desc&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&sort=id+asc,score+desc&facet.sort=index&group.offset=0&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=-1&group.cache.percent=51&facet=true&echoParams=all}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164512 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.field=small_s1&facet.mincount=1&indent=true&start=7&group=true&group.limit=1&noGroupsort=id+desc,foo_i+desc&group.ngroups=false&sort=id+desc,foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=3&group.cache.percent=71&facet=true&echoParams=all}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164514 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&facet=true&rows=6&group.cache.percent=75&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+desc,score+asc&group.ngroups=false&group.limit=4&group=true&start=4&facet.mincount=1&indent=true&group.sort=score_f+asc&group.field=id}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164516 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=small_i+desc,score_f+asc&group.ngroups=true&group.limit=-1&group=true&start=5&facet.mincount=1&indent=true&group.sort=id+asc,foo_i+asc&group.field=small_i&echoParams=all&facet=true&rows=5&group.cache.percent=41&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164517 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&rows=3&group.cache.percent=31&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&sort=_docid_+asc,small_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=_docid_+asc,small_i+asc&group.ngroups=false&start=4&group=true&group.limit=2&group.field=score_f&facet.mincount=1&indent=true}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164519 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={start=0&group=true&group.limit=-1&group.field=foo_i&facet.mincount=1&indent=true&group.sort=id+asc&sort=id+desc,id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=8&group.cache.percent=22&facet=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164521 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.mincount=1&indent=true&group.field=score_f&group.limit=3&group=true&start=1&group.ngroups=true&noGroupsort=score_f+desc,_docid_+asc,foo_s1+desc&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,_docid_+asc,foo_s1+desc&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=8&group.cache.percent=58&echoParams=all}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164523 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.offset=0&facet.sort=index&sort=foo_s1+asc,score+asc,id+asc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&noGroupsort=foo_s1+asc,score+asc,id+asc&group=true&group.limit=4&start=0&group.field=foo_s1&facet.mincount=1&indent=true&echoParams=all&facet=true&rows=4&group.cache.percent=13&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164524 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc,small_s1+asc&group.ngroups=false&noGroupsort=small_i+asc,small_s1+asc&group.limit=8&group=true&start=3&facet.mincount=1&indent=true&group.field=id&echoParams=all&facet=true&rows=0&group.cache.percent=9&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164525 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.field=foo_i&facet.mincount=1&indent=true&nosort=&group.sort=_docid_+asc&group=true&group.limit=9&start=1&group.ngroups=true&group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=-1&group.cache.percent=87&echoParams=all}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164527 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&facet=true&rows=-1&group.cache.percent=53&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&group.offset=1&facet.sort=index&sort=score_f+desc,score+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=false&noGroupsort=score_f+desc,score+desc&group=true&group.limit=6&start=2&group.field=small_s1&facet.mincount=1&indent=true}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164528 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=1&group.cache.percent=87&group.limit=1&group=true&start=17&facet.mincount=1&indent=true&group.field=small_i&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,foo_i+asc&group.ngroups=false&noGroupsort=score_f+desc,foo_i+asc}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164530 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=3&group.cache.percent=74&facet=true&echoParams=all&group.field=small_i&facet.mincount=1&indent=true&group.sort=_docid_+desc,foo_i+asc,foo_s1+asc&start=4&group=true&group.limit=3&group.ngroups=true&sort=foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.offset=6&facet.sort=index}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164531 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.field=small_s1&facet.mincount=1&indent=true&group=true&group.limit=8&start=0&group.ngroups=true&noGroupsort=foo_s1+asc,_docid_+desc,score_f+desc&group.offset=1&facet.sort=index&sort=foo_s1+asc,_docid_+desc,score_f+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&facet=true&rows=7&group.cache.percent=28&echoParams=all}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164533 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&facet=true&rows=1&group.cache.percent=70&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=12&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+desc,_docid_+desc,small_i+desc&group.ngroups=true&group.limit=4&group=true&start=0&facet.mincount=1&indent=true&group.sort=score+desc&group.field=foo_s1}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164534 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={echoParams=all&facet=true&rows=7&group.cache.percent=11&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,score+desc,small_s1+desc&group.ngroups=false&group.limit=3&group=true&start=2&facet.mincount=1&indent=true&group.sort=small_s1+asc,_docid_+desc&group.field=small_i}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164535 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=1&group.cache.percent=76&group.limit=1&group=true&start=6&facet.mincount=1&indent=true&nosort=&group.sort=id+asc&group.field=foo_s1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&group.ngroups=true}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164537 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.ngroups=true&noGroupsort=small_i+asc,score+desc&group.offset=1&facet.sort=index&sort=small_i+asc,score+desc&facet.field=foo_s1&q={!func}score_f&group.field=small_i&facet.mincount=1&indent=true&group=true&group.limit=7&start=3&facet=true&rows=6&group.cache.percent=96&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164538 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.ngroups=true&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+asc,small_i+asc,small_i+asc&facet.mincount=1&indent=true&group.sort=score_f+asc,score_f+asc&group.field=foo_s1&group.limit=3&group=true&start=2&facet=true&rows=9&group.cache.percent=87&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164540 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={start=0&group.limit=6&group=true&facet.mincount=1&indent=true&nosort=&group.sort=small_i+desc,foo_s1+asc&group.field=id&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&group.ngroups=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&rows=0&group.cache.percent=73&facet=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164541 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=7&group.cache.percent=77&echoParams=all&facet.mincount=1&indent=true&group.sort=foo_i+desc&group.field=small_i&group.limit=5&group=true&start=3&group.ngroups=true&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=small_s1+desc,_docid_+asc}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164543 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.mincount=1&indent=true&group.sort=score_f+desc,foo_s1+desc,small_s1+desc&group.field=id&group.limit=-1&group=true&start=0&group.ngroups=true&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+desc,small_i+desc&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=9&group.cache.percent=86&echoParams=all}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164544 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&group.limit=10&group=true&start=6&facet.mincount=1&indent=true&nosort=&group.sort=score_f+desc,small_i+desc,id+asc&group.field=small_s1&echoParams=all&facet=true&rows=12&group.cache.percent=8&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164546 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&group.ngroups=true&start=0&group=true&group.limit=9&group.field=score_f&facet.mincount=1&indent=true&nosort=&group.sort=foo_s1+asc,id+desc,small_i+asc&echoParams=all&rows=-1&group.cache.percent=36&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164548 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={rows=1&group.cache.percent=65&facet=true&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&noGroupsort=score+desc&group.ngroups=true&sort=score+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.field=foo_s1&facet.mincount=1&indent=true&start=4&group=true&group.limit=5}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164549 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=4&group.cache.percent=28&group=true&group.limit=13&start=4&group.field=score_f&facet.mincount=1&indent=true&group.sort=small_s1+asc&group.offset=0&facet.sort=index&sort=small_s1+asc,id+asc,score+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true}
>hits=16 status=0 QTime=0 
>:    [junit4]   2> 1164551 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.limit=8&group=true&start=1&facet.mincount=1&indent=true&group.sort=small_i+asc&group.field=small_s1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=_docid_+desc&group.ngroups=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=16&group.cache.percent=15}
>hits=16 status=0 QTime=1 
>:    [junit4]   2> 1164552 T4596 C2744 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={start=2&group=true&group.limit=5&group.field=foo_i&facet.mincount=1&indent=true&sort
>: 
>: [...truncated too long message...]
>: 
>:  2> 1178496 T4596 C2758 oasup.LogUpdateProcessor.finish [collection1]
>webapp=null path=null params={} {add=[3]} 0 0
>:    [junit4]   2> 1178498 T4596 C2758 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {add=[4]} 0 1
>:    [junit4]   2> 1178499 T4596 C2758 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {add=[5]} 0 0
>:    [junit4]   2> 1178500 T4596 C2758 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {add=[6]} 0 0
>:    [junit4]   2> 1178502 T4596 C2758 oasu.DirectUpdateHandler2.commit
>start
>commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>:    [junit4]   2> 1178503 T4596 C2758 oasc.SolrDeletionPolicy.onCommit
>SolrDeletionPolicy.onCommit: commits: num=2
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_32,generation=110}
>:    [junit4]   2>
>		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226
>lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_33,generation=111}
>:    [junit4]   2> 1178504 T4596 C2758
>oasc.SolrDeletionPolicy.updateCommits newest commit generation = 111
>:    [junit4]   2> 1178505 T4596 C2758 oass.SolrIndexSearcher.<init>
>Opening Searcher@b8603d66[collection1] main
>:    [junit4]   2> 1178506 T4596 C2758 oasu.DirectUpdateHandler2.commit
>end_commit_flush
>:    [junit4]   2> 1178508 T4598 oasc.SolrCore.registerSearcher
>[collection1] Registered new searcher Searcher@b8603d66[collection1]
>main{StandardDirectoryReader(segments_33:301:nrt _3e(5.0):C6)}
>:    [junit4]   2> 1178509 T4596 C2758 oasup.LogUpdateProcessor.finish
>[collection1] webapp=null path=null params={} {commit=} 0 7
>:    [junit4]   2> 1178510 T4596 C2758 oasc.SolrCore.execute
>[collection1] webapp=null path=null
>params={group.field=nullfirst&wt=javabin&group=true&start=4&rows=10&group.main=true&q=*:*}
>hits=6 status=0 QTime=0 
>:    [junit4]   2> 1178551 T4596 oas.SolrTestCaseJ4.tearDown ###Ending
>testGroupingSimpleFormatArrayIndexOutOfBoundsExceptionWithJavaBin
>:    [junit4]   2> 1178554 T4596 oas.SolrTestCaseJ4.deleteCore
>###deleteCore
>:    [junit4]   2> 1178554 T4596 oasc.CoreContainer.shutdown Shutting
>down CoreContainer instance=976825596
>:    [junit4]   2> 1178555 T4596 oasc.SolrCore.close [collection1] 
>CLOSING SolrCore org.apache.solr.core.SolrCore@eda02cf1
>:    [junit4]   2> 1178566 T4596 oasu.DirectUpdateHandler2.close
>closing DirectUpdateHandler2{commits=135,autocommits=0,soft
>autocommits=0,optimizes=2,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1243,cumulative_deletesById=0,cumulative_deletesByQuery=46,cumulative_errors=0}
>:    [junit4]   2> 1178566 T4596 oasu.SolrCoreState.decrefSolrCoreState
>Closing SolrCoreState
>:    [junit4]   2> 1178567 T4596
>oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has
>reached 0 - closing IndexWriter
>:    [junit4]   2> 1178567 T4596
>oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with
>IndexWriterCloser
>:    [junit4]   2> 1178568 T4596 oasc.SolrCore.closeSearcher
>[collection1] Closing main searcher on request.
>:    [junit4]   2> 1178568 T4596 oasc.CachingDirectoryFactory.close
>Closing MockDirectoryFactory - 2 directories currently being tracked
>:    [junit4]   2> 1178569 T4596
>oasc.CachingDirectoryFactory.closeCacheValue looking to close
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index
>[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index;done=false>>]
>:    [junit4]   2> 1178570 T4596 oasc.CachingDirectoryFactory.close
>Closing directory:
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index
>:    [junit4]   2> 1178570 T4596
>oasc.CachingDirectoryFactory.closeCacheValue looking to close
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327
>[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327;done=false>>]
>:    [junit4]   2> 1178571 T4596 oasc.CachingDirectoryFactory.close
>Closing directory:
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327
>:    [junit4]   2> NOTE: test params are: codec=Lucene46: {text=FST41,
>small_s1=PostingsFormat(name=MockRandom), small_i=FST41,
>value4_i=FST41, foo_i=PostingsFormat(name=MockRandom),
>value2_i=MockVariableIntBlock(baseBlockSize=47),
>id=MockVariableIntBlock(baseBlockSize=47),
>title_lettertok=MockVariableIntBlock(baseBlockSize=47),
>value1_i=PostingsFormat(name=MockRandom),
>foo2_i=PostingsFormat(name=MockRandom),
>weight=PostingsFormat(name=FSTOrdPulsing41),
>name=MockVariableIntBlock(baseBlockSize=47), value1_s1=FST41,
>foo_s1=MockVariableIntBlock(baseBlockSize=47),
>group_si=PostingsFormat(name=FSTOrdPulsing41),
>bday=PostingsFormat(name=FSTOrdPulsing41),
>title=PostingsFormat(name=MockRandom), nullfirst=FST41,
>store_1_coordinate=PostingsFormat(name=MockRandom), score_f=FST41,
>store_rpt=PostingsFormat(name=MockRandom),
>title_stemmed=PostingsFormat(name=MockRandom),
>store_0_coordinate=FST41,
>value3_s1=MockVariableIntBlock(baseBlockSize=47),
>cat_sI=MockVariableIntBlock(baseBlockSize=47)}, docV
>alues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy):
>{}, locale=es_ES, timezone=Australia/ACT
>:    [junit4]   2> NOTE: Linux 3.8.0-36-generic x86/IBM Corporation
>1.7.0 (32-bit)/cpus=8,threads=1,free=12722296,total=270139392
>:    [junit4]   2> NOTE: All tests run in this JVM:
>[PathHierarchyTokenizerFactoryTest, FileUtilsTest, StatsComponentTest,
>OpenCloseCoreStressTest, TestNumberUtils, StressHdfsTest,
>TestLazyCores, CurrencyFieldXmlFileTest, LeaderElectionIntegrationTest,
>TestSchemaSimilarityResource, TestUpdate, PreAnalyzedFieldTest,
>TestStandardQParsers, TestCopyFieldCollectionResource,
>HdfsCollectionsAPIDistributedZkTest, JSONWriterTest,
>TestFieldCollectionResource, TestClassNameShortening,
>TestStressUserVersions, CoreMergeIndexesAdminHandlerTest,
>TestCoreDiscovery, TestSolrJ, PrimUtilsTest, ZkSolrClientTest,
>CurrencyFieldOpenExchangeTest, DirectSolrSpellCheckerTest,
>TestRecovery, MinimalSchemaTest, PluginInfoTest,
>TestOverriddenPrefixQueryForCustomFieldType,
>UniqFieldsUpdateProcessorFactoryTest, TestDistributedMissingSort,
>TestDefaultSearchFieldResource, TestSolrCoreProperties,
>OpenExchangeRatesOrgProviderTest, RemoteQueryErrorTest, TestReload,
>TestNoOpRegenerator, HardAutoCommitTest, DistributedSug
>gestComponentTest, SolrTestCaseJ4Test, TestArbitraryIndexDir,
>HighlighterConfigTest, ZkNodePropsTest, TestDistributedSearch,
>DistanceFunctionTest, TestBlendedInfixSuggestions,
>SolrRequestParserTest, TestQueryTypes, TestIBSimilarityFactory,
>TestSchemaVersionResource, SortByFunctionTest, RequiredFieldsTest,
>DocumentAnalysisRequestHandlerTest, TestSolr4Spatial,
>DefaultValueUpdateProcessorTest, AddBlockUpdateTest,
>DocValuesMultiTest, SuggesterTSTTest, DeleteReplicaTest,
>TestDocBasedVersionConstraints, SimplePostToolTest,
>RequestHandlersTest, AnalysisErrorHandlingTest,
>SignatureUpdateProcessorFactoryTest, TestSolrQueryParserResource,
>TestDefaultSimilarityFactory, IndexBasedSpellCheckerTest,
>TestUniqueKeyFieldResource, PingRequestHandlerTest,
>TestQuerySenderListener, TestFiltering, TestSweetSpotSimilarityFactory,
>DirectSolrConnectionTest, NumericFieldsTest,
>IndexSchemaRuntimeFieldTest, TestFileDictionaryLookup,
>ChangedSchemaMergeTest, TestDFRSimilarityFactory, TimeZoneUtilsTest,
>TestFuzzy
>AnalyzedSuggestions, TestCollationFieldDocValues,
>TestImplicitCoreProperties, TestSimpleQParserPlugin,
>AlternateDirectoryTest, DisMaxRequestHandlerTest,
>HdfsWriteToMultipleCollectionsTest, BadIndexSchemaTest,
>TestHashPartitioner, TestWordDelimiterFilterFactory,
>ChaosMonkeyNothingIsSafeTest, BasicDistributedZkTest,
>ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test,
>UnloadDistributedZkTest, CollectionsAPIDistributedZkTest,
>ShardRoutingTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest,
>TestZkChroot, SliceStateUpdateTest, TestDistributedGrouping,
>TermVectorComponentDistributedTest, TestStressReorder,
>TestCoreContainer, TestGroupingSearch]
>:    [junit4] Completed on J1 in 15.46s, 13 tests, 3 errors <<<
>FAILURES!
>: 
>: [...truncated 511 lines...]
>: BUILD FAILED
>: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The
>following error occurred while executing this line:
>: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:458: 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:490:
>The following error occurred while executing this line:
>:
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1274:
>The following error occurred while executing this line:
>:
>/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907:
>There were test failures: 377 suites, 1615 tests, 3 errors, 57 ignored
>(20 assumptions)
>: 
>: Total time: 50 minutes 20 seconds
>: Build step 'Invoke Ant' marked build as failure
>: Description set: Java: 32bit/ibm-j9-jdk7
>-Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
>: Archiving artifacts
>: Recording test results
>: Email was triggered for: Failure
>: Sending email for trigger: Failure
>: 
>: 
>: 
>
>-Hoss
>http://www.lucidworks.com/
>
>
>------------------------------------------------------------------------
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>For additional commands, e-mail: dev-help@lucene.apache.org

--
Uwe Schindler
H.-H.-Meier-Allee 63, 28213 Bremen
http://www.thetaphi.de

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 9674 - Failure!

Posted by Chris Hostetter <ho...@fucit.org>.
I bounced this off rmuir on IRC...

* seed doesn't reproduce for me
* seed doesn't reproduce for rmuir on his (older) J9 VM (32bit)
* line number of NPE in all three tests is FSTOrdTermsReader.java:469 ...
      public boolean seekExact(BytesRef target) throws IOException {
        updateEnum(fstEnum.seekExact(target)); // 469
        return term != null;
      }
* fstEnum is a final variable initialized in the (sole) constructor


...smells like a J9 JIT bug?


: Date: Tue, 4 Mar 2014 19:48:31 +0000 (UTC)
: From: Policeman Jenkins Server <je...@thetaphi.de>
: Reply-To: dev@lucene.apache.org
: To: dev@lucene.apache.org, rmuir@apache.org
: Subject: [JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 9674
:     - Failure!
: 
: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9674/
: Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
: 
: 3 tests failed.
: REGRESSION:  org.apache.solr.TestGroupingSearch.testGroupAPI
: 
: Error Message:
: 
: 
: Stack Trace:
: java.lang.NullPointerException
: 	at __randomizedtesting.SeedInfo.seed([7CE6991BB0678A:9DD9D2D4888D97A0]:0)
: 	at org.apache.lucene.codecs.memory.FSTOrdTermsReader$TermsReader$SegmentTermsEnum.seekExact(FSTOrdTermsReader.java:469)
: 	at org.apache.lucene.index.TermContext.build(TermContext.java:95)
: 	at org.apache.lucene.search.TermQuery.createWeight(TermQuery.java:166)
: 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:676)
: 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:289)
: 	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1157)
: 	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:845)
: 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1003)
: 	at org.apache.solr.search.Grouping.execute(Grouping.java:304)
: 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:433)
: 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:216)
: 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
: 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1933)
: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:299)
: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:281)
: 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:793)
: 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:762)
: 	at org.apache.solr.TestGroupingSearch.testGroupAPI(TestGroupingSearch.java:445)
: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
: 	at java.lang.reflect.Method.invoke(Method.java:613)
: 	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:780)
: 
: 
: REGRESSION:  org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basicWithGroupSortEqualToSort
: 
: Error Message:
: Exception during query
: 
: Stack Trace:
: java.lang.RuntimeException: Exception during query
: 	at __randomizedtesting.SeedInfo.seed([7CE6991BB0678A:3DBD5CDD2498C843]:0)
: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:727)
: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:694)
: 	at org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basicWithGroupSortEqualToSort(TestGroupingSearch.java:168)
: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
: 	at java.lang.reflect.Method.invoke(Method.java:613)
: 	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:780)
: Caused by: java.lang.NullPointerException
: 	at org.apache.lucene.codecs.memory.FSTOrdTermsReader$TermsReader$SegmentTermsEnum.seekExact(FSTOrdTermsReader.java:469)
: 	at org.apache.lucene.index.TermContext.build(TermContext.java:95)
: 	at org.apache.lucene.search.TermQuery.createWeight(TermQuery.java:166)
: 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:676)
: 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:289)
: 	at org.apache.solr.search.Grouping.searchWithTimeLimiter(Grouping.java:451)
: 	at org.apache.solr.search.Grouping.execute(Grouping.java:368)
: 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:433)
: 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:216)
: 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
: 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1933)
: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:299)
: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:281)
: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:701)
: 	... 42 more
: 
: 
: REGRESSION:  org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basic
: 
: Error Message:
: Exception during query
: 
: Stack Trace:
: java.lang.RuntimeException: Exception during query
: 	at __randomizedtesting.SeedInfo.seed([7CE6991BB0678A:EEA68A9EAC677E1A]:0)
: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:727)
: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:694)
: 	at org.apache.solr.TestGroupingSearch.testGroupingGroupSortingScore_basic(TestGroupingSearch.java:82)
: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
: 	at java.lang.reflect.Method.invoke(Method.java:613)
: 	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:780)
: Caused by: java.lang.NullPointerException
: 	at org.apache.lucene.codecs.memory.FSTOrdTermsReader$TermsReader$SegmentTermsEnum.seekExact(FSTOrdTermsReader.java:469)
: 	at org.apache.lucene.index.TermContext.build(TermContext.java:95)
: 	at org.apache.lucene.search.TermQuery.createWeight(TermQuery.java:166)
: 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:676)
: 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:289)
: 	at org.apache.solr.search.Grouping.searchWithTimeLimiter(Grouping.java:451)
: 	at org.apache.solr.search.Grouping.execute(Grouping.java:368)
: 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:433)
: 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:216)
: 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
: 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1933)
: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:299)
: 	at org.apache.solr.util.TestHarness.query(TestHarness.java:281)
: 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:701)
: 	... 42 more
: 
: 
: 
: 
: Build Log:
: [...truncated 10751 lines...]
:    [junit4] Suite: org.apache.solr.TestGroupingSearch
:    [junit4]   2> 1163142 T4596 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
:    [junit4]   2> 1163143 T4596 oas.SolrTestCaseJ4.initCore ####initCore
:    [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327
:    [junit4]   2> 1163144 T4596 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
:    [junit4]   2> 1163144 T4596 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
:    [junit4]   2> 1163145 T4596 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
:    [junit4]   2> 1163145 T4596 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
:    [junit4]   2> 1163182 T4596 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
:    [junit4]   2> 1163229 T4596 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
:    [junit4]   2> 1163229 T4596 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
:    [junit4]   2> 1163236 T4596 oass.IndexSchema.readSchema [null] Schema name=test
:    [junit4]   2> 1163554 T4596 oass.IndexSchema.readSchema default search field in schema is text
:    [junit4]   2> 1163556 T4596 oass.IndexSchema.readSchema unique key field: id
:    [junit4]   2> 1163558 T4596 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
:    [junit4]   2> 1163563 T4596 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
:    [junit4]   2> 1163567 T4596 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
:    [junit4]   2> 1163570 T4596 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
:    [junit4]   2> 1163571 T4596 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
:    [junit4]   2> 1163571 T4596 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
:    [junit4]   2> 1163611 T4596 oasc.CoreContainer.<init> New CoreContainer 976825596
:    [junit4]   2> 1163611 T4596 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
:    [junit4]   2> 1163612 T4596 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
:    [junit4]   2> 1163613 T4596 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
:    [junit4]   2> 1163613 T4596 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
:    [junit4]   2> 1163614 T4596 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
:    [junit4]   2> 1163614 T4596 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
:    [junit4]   2> 1163615 T4596 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
:    [junit4]   2> 1163615 T4596 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
:    [junit4]   2> 1163615 T4596 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
:    [junit4]   2> 1163616 T4596 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
:    [junit4]   2> 1163619 T4596 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
:    [junit4]   2> 1163620 T4596 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
:    [junit4]   2> 1163620 T4596 oasc.CoreContainer.load Host Name: 
:    [junit4]   2> 1163623 T4597 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1
:    [junit4]   2> 1163624 T4597 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
:    [junit4]   2> 1163624 T4597 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
:    [junit4]   2> 1163625 T4597 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
:    [junit4]   2> 1163625 T4597 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
:    [junit4]   2> 1163680 T4597 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
:    [junit4]   2> 1163752 T4597 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
:    [junit4]   2> 1163753 T4597 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
:    [junit4]   2> 1163762 T4597 oass.IndexSchema.readSchema [collection1] Schema name=test
:    [junit4]   2> 1164068 T4597 oass.IndexSchema.readSchema default search field in schema is text
:    [junit4]   2> 1164070 T4597 oass.IndexSchema.readSchema unique key field: id
:    [junit4]   2> 1164071 T4597 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
:    [junit4]   2> 1164077 T4597 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
:    [junit4]   2> 1164080 T4597 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
:    [junit4]   2> 1164084 T4597 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
:    [junit4]   2> 1164084 T4597 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/
:    [junit4]   2> 1164084 T4597 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a7b00289
:    [junit4]   2> 1164085 T4597 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327
:    [junit4]   2> 1164086 T4597 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index/
:    [junit4]   2> 1164086 T4597 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index' doesn't exist. Creating new index...
:    [junit4]   2> 1164087 T4597 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index
:    [junit4]   2> 1164088 T4597 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_1,generation=1}
:    [junit4]   2> 1164088 T4597 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
:    [junit4]   2> 1164088 T4597 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
:    [junit4]   2> 1164090 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
:    [junit4]   2> 1164091 T4597 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
:    [junit4]   2> 1164091 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
:    [junit4]   2> 1164092 T4597 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
:    [junit4]   2> 1164092 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
:    [junit4]   2> 1164092 T4597 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
:    [junit4]   2> 1164093 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
:    [junit4]   2> 1164093 T4597 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
:    [junit4]   2> 1164094 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
:    [junit4]   2> 1164094 T4597 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
:    [junit4]   2> 1164095 T4597 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
:    [junit4]   2> 1164095 T4597 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
:    [junit4]   2> 1164095 T4597 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
:    [junit4]   2> 1164096 T4597 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
:    [junit4]   2> 1164096 T4597 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
:    [junit4]   2> 1164096 T4597 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
:    [junit4]   2> 1164097 T4597 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
:    [junit4]   2> 1164097 T4597 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
:    [junit4]   2> 1164098 T4597 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
:    [junit4]   2> 1164098 T4597 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
:    [junit4]   2> 1164099 T4597 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
:    [junit4]   2> 1164099 T4597 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
:    [junit4]   2> 1164100 T4597 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
:    [junit4]   2> 1164100 T4597 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
:    [junit4]   2> 1164100 T4597 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
:    [junit4]   2> 1164101 T4597 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
:    [junit4]   2> 1164101 T4597 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
:    [junit4]   2> 1164102 T4597 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
:    [junit4]   2> 1164102 T4597 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
:    [junit4]   2> 1164103 T4597 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
:    [junit4]   2> 1164103 T4597 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
:    [junit4]   2> 1164104 T4597 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
:    [junit4]   2> 1164104 T4597 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
:    [junit4]   2> 1164104 T4597 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
:    [junit4]   2> 1164105 T4597 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
:    [junit4]   2> 1164106 T4597 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
:    [junit4]   2> 1164108 T4597 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
:    [junit4]   2> 1164109 T4597 oasu.CommitTracker.<init> Hard AutoCommit: disabled
:    [junit4]   2> 1164110 T4597 oasu.CommitTracker.<init> Soft AutoCommit: disabled
:    [junit4]   2> 1164110 T4597 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_1,generation=1}
:    [junit4]   2> 1164111 T4597 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
:    [junit4]   2> 1164111 T4597 oass.SolrIndexSearcher.<init> Opening Searcher@f0ee3fa8[collection1] main
:    [junit4]   2> 1164112 T4597 oashc.SpellCheckComponent.inform Initializing spell checkers
:    [junit4]   2> 1164139 T4597 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
:    [junit4]   2> 1164246 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f0ee3fa8[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
:    [junit4]   2> 1164248 T4597 oasc.CoreContainer.registerCore registering core: collection1
:    [junit4]   2> 1164250 T4596 oas.SolrTestCaseJ4.initCore ####initCore end
:    [junit4]   2> 1164254 T4596 oas.SolrTestCaseJ4.setUp ###Starting testGroupingSimpleFormatArrayIndexOutOfBoundsException
:    [junit4]   2> ASYNC  NEW_CORE C2744 name=collection1 org.apache.solr.core.SolrCore@eda02cf1
:    [junit4]   2> 1164254 T4596 C2744 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
:    [junit4]   2> 1164255 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
:    [junit4]   2> 1164259 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1164260 T4596 C2744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_1,generation=1}
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_2,generation=2}
:    [junit4]   2> 1164260 T4596 C2744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
:    [junit4]   2> 1164261 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@791bdf81[collection1] main
:    [junit4]   2> 1164262 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
:    [junit4]   2> 1164263 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@791bdf81[collection1] main{StandardDirectoryReader(segments_2:2:nrt)}
:    [junit4]   2> 1164264 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
:    [junit4]   2> 1164265 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 0
:    [junit4]   2> 1164266 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
:    [junit4]   2> 1164268 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
:    [junit4]   2> 1164269 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1164270 T4596 C2744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_2,generation=2}
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_3,generation=3}
:    [junit4]   2> 1164271 T4596 C2744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
:    [junit4]   2> 1164272 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@60ce2927[collection1] main
:    [junit4]   2> 1164273 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
:    [junit4]   2> 1164275 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@60ce2927[collection1] main{StandardDirectoryReader(segments_3:4:nrt _0(5.0):C3)}
:    [junit4]   2> 1164276 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
:    [junit4]   2> 1164278 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.main=true&q=*:*&group.field=id&group=true&start=1} hits=3 status=0 QTime=1 
:    [junit4]   2> 1164278 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1&group.main=true&q=*:*&group.field=id&group=true&start=1} hits=3 status=0 QTime=0 
:    [junit4]   2> 1164279 T4596 oas.SolrTestCaseJ4.tearDown ###Ending testGroupingSimpleFormatArrayIndexOutOfBoundsException
:    [junit4]   2> 1164285 T4596 oas.SolrTestCaseJ4.setUp ###Starting testGroupingGroupSortingScore_withTotalGroupCount
:    [junit4]   2> 1164285 T4596 C2744 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
:    [junit4]   2> 1164286 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
:    [junit4]   2> 1164288 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1164288 T4596 C2744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_3,generation=3}
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_4,generation=4}
:    [junit4]   2> 1164289 T4596 C2744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
:    [junit4]   2> 1164290 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@a4071384[collection1] main
:    [junit4]   2> 1164291 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
:    [junit4]   2> 1164292 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a4071384[collection1] main{StandardDirectoryReader(segments_4:5:nrt)}
:    [junit4]   2> 1164292 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
:    [junit4]   2> 1164294 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 0
:    [junit4]   2> 1164295 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
:    [junit4]   2> 1164297 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
:    [junit4]   2> 1164298 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
:    [junit4]   2> 1164299 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 0
:    [junit4]   2> 1164301 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1164303 T4596 C2744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_4,generation=4}
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_5,generation=5}
:    [junit4]   2> 1164304 T4596 C2744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
:    [junit4]   2> 1164305 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@19579ebe[collection1] main
:    [junit4]   2> 1164306 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
:    [junit4]   2> 1164307 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19579ebe[collection1] main{StandardDirectoryReader(segments_5:7:nrt _1(5.0):C5)}
:    [junit4]   2> 1164308 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
:    [junit4]   2> 1164310 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=true&q=title:title&group.field=name&group=true} hits=5 status=0 QTime=1 
:    [junit4]   2> 1164320 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=title:title&group.ngroups=true&group=true&group.field=group_si} hits=5 status=0 QTime=1 
:    [junit4]   2> 1164326 T4596 oas.SolrTestCaseJ4.tearDown ###Ending testGroupingGroupSortingScore_withTotalGroupCount
:    [junit4]   2> 1164333 T4596 oas.SolrTestCaseJ4.setUp ###Starting testRandomGrouping
:    [junit4]   2> 1164333 T4596 C2744 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
:    [junit4]   2> 1164334 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
:    [junit4]   2> 1164336 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1164336 T4596 C2744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_5,generation=5}
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_6,generation=6}
:    [junit4]   2> 1164337 T4596 C2744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
:    [junit4]   2> 1164338 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@6f3e12d[collection1] main
:    [junit4]   2> 1164339 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
:    [junit4]   2> 1164341 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f3e12d[collection1] main{StandardDirectoryReader(segments_6:8:nrt)}
:    [junit4]   2> 1164342 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
:    [junit4]   2> 1164344 T4596 C2744 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
:    [junit4]   2> 1164344 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
:    [junit4]   2> 1164347 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[TRBK]} 0 0
:    [junit4]   2> 1164349 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[FHBO]} 0 0
:    [junit4]   2> 1164351 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[FHBO]} 0 1
:    [junit4]   2> 1164352 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[QHCW]} 0 0
:    [junit4]   2> 1164354 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[QHCW]} 0 0
:    [junit4]   2> 1164355 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[OSOQ]} 0 0
:    [junit4]   2> 1164357 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[TIHG]} 0 0
:    [junit4]   2> 1164359 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[ZMKY]} 0 1
:    [junit4]   2> 1164360 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[RXMO]} 0 0
:    [junit4]   2> 1164362 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[MDAZ]} 0 0
:    [junit4]   2> 1164363 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[CUBB]} 0 0
:    [junit4]   2> 1164365 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[CCTM]} 0 0
:    [junit4]   2> 1164367 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[DKBD]} 0 0
:    [junit4]   2> 1164368 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[VHAS]} 0 0
:    [junit4]   2> 1164370 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[KBSU]} 0 0
:    [junit4]   2> 1164372 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[CCWY]} 0 1
:    [junit4]   2> 1164373 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[ANRI]} 0 0
:    [junit4]   2> 1164375 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[GFOU]} 0 0
:    [junit4]   2> 1164375 T4596 C2744 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
:    [junit4]   2> 1164378 T4596 C2744 oass.SolrIndexSearcher.<init> Opening Searcher@e9b9a7c1[collection1] main
:    [junit4]   2> 1164379 T4596 C2744 oasu.DirectUpdateHandler2.commit end_commit_flush
:    [junit4]   2> 1164380 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e9b9a7c1[collection1] main{StandardDirectoryReader(segments_6:11:nrt _2(5.0):C18/2:delGen=1)}
:    [junit4]   2> 1164381 T4596 C2744 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
:    [junit4]   2> 1164383 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true&wt=json&rows=32&fl=id&sort=_docid_+asc&q=*:*} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164391 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=score+asc,small_s1+asc&group.ngroups=true&group.limit=9&group=true&start=2&facet.mincount=1&indent=true&group.sort=score_f+desc&group.field=score_f&echoParams=all&facet=true&rows=2&group.cache.percent=36&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=6 
:    [junit4]   2> 1164393 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&rows=7&group.cache.percent=66&facet=true&start=0&group.limit=7&group=true&facet.mincount=1&indent=true&group.field=small_i&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,foo_s1+asc&facet.sort=index&group.offset=1&noGroupsort=score_f+desc,foo_s1+asc&group.ngroups=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164396 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=id+asc,score+asc,_docid_+asc&group.ngroups=true&group.limit=8&group=true&start=3&facet.mincount=1&indent=true&group.sort=foo_i+desc,score+asc,_docid_+desc&group.field=foo_i&echoParams=all&facet=true&rows=2&group.cache.percent=15&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164397 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group=true&group.limit=2&start=2&group.field=small_s1&facet.mincount=1&indent=true&group.sort=_docid_+desc,foo_s1+desc,small_s1+desc&group.offset=0&facet.sort=index&sort=foo_s1+asc,small_s1+asc,id+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&facet=true&rows=0&group.cache.percent=15} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164399 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=9&group.cache.percent=37&facet=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=15&noGroupsort=&group.ngroups=false&start=0&group.limit=9&group=true&facet.mincount=1&indent=true&nosort=&group.field=foo_s1} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164401 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=0&group.cache.percent=13&group.limit=0&group=true&start=2&facet.mincount=1&indent=true&group.field=score_f&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=_docid_+asc,small_s1+asc,_docid_+desc&group.ngroups=true&noGroupsort=_docid_+asc,small_s1+asc,_docid_+desc} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164402 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={noGroupsort=score_f+asc&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=score_f+asc&facet.sort=index&group.offset=1&facet.mincount=1&indent=true&group.field=foo_i&start=9&group.limit=6&group=true&rows=5&group.cache.percent=22&facet=true&echoParams=all&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164403 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=8&group.cache.percent=42&group=true&group.limit=13&start=4&group.field=score_f&facet.mincount=1&indent=true&nosort=&group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&noGroupsort=} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164405 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=5&group.cache.percent=74&facet=true&echoParams=all&facet.mincount=1&indent=true&nosort=&group.sort=small_i+desc,foo_i+desc,foo_i+desc&group.field=small_s1&start=5&group.limit=3&group=true&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164406 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc,_docid_+desc,_docid_+desc&group.ngroups=false&noGroupsort=small_i+asc,_docid_+desc,_docid_+desc&group.limit=2&group=true&start=2&facet.mincount=1&indent=true&group.field=foo_i&echoParams=all&facet=true&rows=6&group.cache.percent=68&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164409 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=score_f&facet.mincount=1&indent=true&group.sort=score+asc,small_i+desc,score+desc&group=true&group.limit=-1&start=1&group.ngroups=true&group.offset=0&facet.sort=index&sort=score_f+desc,score+desc,score+asc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&facet=true&rows=9&group.cache.percent=6&echoParams=all} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164411 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=small_s1+desc,score+desc&facet.sort=index&group.offset=0&facet.mincount=1&indent=true&group.sort=foo_s1+asc&group.field=small_i&start=15&group.limit=-1&group=true&rows=8&group.cache.percent=86&facet=true&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164413 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=8&group.cache.percent=28&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&group.limit=6&group=true&start=3&facet.mincount=1&indent=true&nosort=&group.sort=foo_i+desc,score_f+desc,_docid_+asc&group.field=foo_i} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164416 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&group.sort=score+desc,score+desc,foo_i+desc&group.field=foo_s1&group.limit=9&group=true&start=0&group.ngroups=false&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=small_s1+asc,foo_i+desc,id+desc&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=1&group.cache.percent=24&echoParams=all} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164418 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=4&group.cache.percent=35&facet=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.field=foo_s1&q={!func}score_f&sort=small_i+desc,small_i+desc&facet.sort=index&group.offset=0&noGroupsort=small_i+desc,small_i+desc&group.ngroups=true&start=10&group.limit=5&group=true&facet.mincount=1&indent=true&group.field=foo_s1} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164420 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=-1&group.cache.percent=13&facet=true&echoParams=all&facet.mincount=1&indent=true&nosort=&group.field=score_f&start=0&group.limit=3&group=true&noGroupsort=&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164422 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=1&group.cache.percent=69&facet=true&start=0&group=true&group.limit=5&group.field=id&facet.mincount=1&indent=true&group.sort=_docid_+desc&sort=foo_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164425 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=9&group.cache.percent=89&group.limit=4&group=true&start=0&facet.mincount=1&indent=true&group.field=foo_s1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=_docid_+desc,id+desc&group.ngroups=false&noGroupsort=_docid_+desc,id+desc} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164427 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=2&group=true&group.limit=0&group.field=foo_s1&facet.mincount=1&indent=true&group.sort=score+desc,foo_s1+asc&sort=score_f+asc,_docid_+asc,small_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=-1&group.cache.percent=67&facet=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164429 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=9&group.cache.percent=54&echoParams=all&group.field=foo_i&facet.mincount=1&indent=true&group.sort=small_i+desc,foo_i+asc,foo_s1+asc&group=true&group.limit=3&start=4&group.ngroups=true&group.offset=1&facet.sort=index&sort=small_i+desc,score_f+asc&facet.field=foo_s1&q={!func}score_f} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164431 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=7&group.cache.percent=32&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=id+desc&group.ngroups=true&noGroupsort=id+desc&group.limit=9&group=true&start=0&facet.mincount=1&indent=true&group.field=score_f} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164434 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=2&group.cache.percent=90&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&sort=score+asc,small_i+asc,score_f+desc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&noGroupsort=score+asc,small_i+asc,score_f+desc&group.ngroups=true&start=3&group=true&group.limit=1&group.field=score_f&facet.mincount=1&indent=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164436 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group=true&group.limit=5&start=1&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+asc,foo_s1+desc,score+desc&group.offset=0&facet.sort=index&sort=small_s1+asc,foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=7&group.cache.percent=21} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164438 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=-1&group.cache.percent=60&group=true&group.limit=7&start=0&group.field=foo_s1&facet.mincount=1&indent=true&group.offset=0&facet.sort=index&sort=score+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=false&noGroupsort=score+desc} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164441 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&rows=9&group.cache.percent=42&facet=true&echoParams=all&facet.mincount=1&indent=true&group.sort=score+desc&group.field=foo_i&start=2&group.limit=1&group=true&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc&facet.sort=index&group.offset=0} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164443 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&facet=true&rows=7&group.cache.percent=99&group=true&group.limit=7&start=2&group.field=foo_s1&facet.mincount=1&indent=true&group.sort=id+desc,score_f+asc,score+desc&group.offset=9&facet.sort=index&sort=id+asc,foo_i+asc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164445 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=foo_s1+asc,score+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=foo_s1+asc,score+asc&group.ngroups=true&start=0&group=true&group.limit=0&group.field=small_i&facet.mincount=1&indent=true&echoParams=all&rows=3&group.cache.percent=74&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164447 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=5&group.cache.percent=25&facet=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&facet.field=foo_s1&q={!func}score_f&sort=score+asc,foo_s1+asc&facet.sort=index&group.offset=1&group.ngroups=false&start=5&group.limit=8&group=true&facet.mincount=1&indent=true&group.sort=score+asc,_docid_+desc&group.field=small_s1} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164449 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=5&group.cache.percent=4&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&sort=foo_i+asc,id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=foo_i+asc,id+desc&group.ngroups=false&start=2&group=true&group.limit=-1&group.field=foo_s1&facet.mincount=1&indent=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164451 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&group=true&group.limit=1&start=3&group.field=foo_i&facet.mincount=1&indent=true&nosort=&group.sort=id+asc,small_i+asc&echoParams=all&facet=true&rows=4&group.cache.percent=100&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164453 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,small_s1+desc,_docid_+asc&facet.sort=index&group.offset=1&group.ngroups=false&start=11&group.limit=8&group=true&facet.mincount=1&indent=true&group.sort=small_i+asc,small_i+desc&group.field=small_s1&echoParams=all&rows=1&group.cache.percent=2&facet=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164454 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&rows=1&group.cache.percent=55&facet=true&start=0&group=true&group.limit=5&group.field=small_s1&facet.mincount=1&indent=true&nosort=&group.sort=score_f+asc,foo_s1+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164455 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=8&group.cache.percent=54&facet=true&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&noGroupsort=&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&facet.mincount=1&indent=true&nosort=&group.field=foo_s1&start=0&group.limit=5&group=true} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164457 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=6&group.cache.percent=51&facet=true&start=3&group=true&group.limit=8&group.field=id&facet.mincount=1&indent=true&nosort=&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=&group.ngroups=false} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164458 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=true&start=3&group=true&group.limit=3&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+desc,foo_i+asc&echoParams=all&rows=0&group.cache.percent=3&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164459 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&facet=true&rows=4&group.cache.percent=79&group=true&group.limit=8&start=4&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+asc,score_f+asc,foo_s1+asc&group.offset=8&facet.sort=index&sort=id+desc,small_i+asc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164461 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=10&group.cache.percent=57&facet=true&echoParams=all&group.field=small_i&facet.mincount=1&indent=true&nosort=&start=2&group=true&group.limit=9&noGroupsort=&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164462 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=8&group.cache.percent=47&facet=true&echoParams=all&group.field=foo_s1&facet.mincount=1&indent=true&nosort=&start=1&group=true&group.limit=8&noGroupsort=&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&group.offset=4&facet.sort=index} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164464 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=score+asc,id+asc&group.ngroups=false&noGroupsort=score+asc,id+asc&group.limit=3&group=true&start=0&facet.mincount=1&indent=true&group.field=foo_i&echoParams=all&facet=true&rows=2&group.cache.percent=7&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164465 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&rows=8&group.cache.percent=73&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=true&noGroupsort=foo_s1+desc&group.offset=1&facet.sort=index&sort=foo_s1+desc&facet.field=foo_s1&q={!func}score_f&group.field=small_i&facet.mincount=1&indent=true&group=true&group.limit=5&start=1} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164467 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=7&group.cache.percent=53&facet=true&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=false&sort=id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=16&facet.sort=index&group.field=foo_i&facet.mincount=1&indent=true&group.sort=foo_i+desc,foo_i+desc,score_f+asc&start=1&group=true&group.limit=10} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164468 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=3&group.cache.percent=12&group.limit=4&group=true&start=0&facet.mincount=1&indent=true&group.sort=small_i+asc,small_s1+desc,small_s1+asc&group.field=small_s1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+asc,score+desc&group.ngroups=false} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164470 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.limit=9&group=true&start=0&facet.mincount=1&indent=true&group.field=foo_s1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc&group.ngroups=true&noGroupsort=small_i+asc&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=6&group.cache.percent=10} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164471 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=3&group=true&group.limit=7&group.field=small_s1&facet.mincount=1&indent=true&group.sort=foo_s1+asc,foo_s1+asc,id+desc&sort=_docid_+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=0&group.cache.percent=57&facet=true} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164473 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=small_i&facet.mincount=1&indent=true&group=true&group.limit=3&start=1&group.ngroups=false&noGroupsort=small_i+desc&group.offset=0&facet.sort=index&sort=small_i+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=9&group.cache.percent=93&echoParams=all} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164475 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&rows=3&group.cache.percent=13&facet=true&start=4&group=true&group.limit=2&group.field=id&facet.mincount=1&indent=true&sort=id+desc,foo_s1+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=id+desc,foo_s1+desc&group.ngroups=false} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164477 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&noGroupsort=id+desc&group.ngroups=true&start=1&group=true&group.limit=5&group.field=foo_i&facet.mincount=1&indent=true&echoParams=all&rows=9&group.cache.percent=38&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164479 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&rows=5&group.cache.percent=73&facet=true&start=0&group.limit=5&group=true&facet.mincount=1&indent=true&nosort=&group.field=foo_s1&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=8&noGroupsort=&group.ngroups=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164480 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&noGroupsort=&group.ngroups=true&start=10&group.limit=6&group=true&facet.mincount=1&indent=true&nosort=&group.field=small_i&echoParams=all&rows=7&group.cache.percent=51&facet=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164482 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=score_f&facet.mincount=1&indent=true&group.sort=small_i+asc&start=0&group=true&group.limit=1&group.ngroups=false&sort=score+asc,score+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&rows=-1&group.cache.percent=49&facet=true&echoParams=all} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164484 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=foo_s1&facet.mincount=1&indent=true&group.sort=foo_s1+asc&group=true&group.limit=3&start=1&group.ngroups=true&group.offset=1&facet.sort=index&sort=small_i+asc,foo_s1+asc,foo_i+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=15&group.cache.percent=63&echoParams=all} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164486 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&echoParams=all&rows=9&group.cache.percent=65&facet=true&start=3&group=true&group.limit=9&group.field=id&facet.mincount=1&indent=true&sort=small_s1+desc,foo_i+desc,foo_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=small_s1+desc,foo_i+desc,foo_i+asc&group.ngroups=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164488 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=3&group.cache.percent=82&facet=true&echoParams=all&group.field=foo_i&facet.mincount=1&indent=true&group.sort=small_i+asc&start=3&group=true&group.limit=3&group.ngroups=false&sort=score+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164489 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&rows=5&group.cache.percent=53&facet=true&start=0&group.limit=9&group=true&facet.mincount=1&indent=true&nosort=&group.sort=foo_i+desc&group.field=foo_s1&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=0&group.ngroups=true} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164491 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=true&noGroupsort=&group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&group.field=foo_s1&facet.mincount=1&indent=true&nosort=&group=true&group.limit=6&start=3&facet=true&rows=2&group.cache.percent=80&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164492 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=14&facet.field=foo_s1&q={!func}score_f&sort=small_s1+asc&group.ngroups=false&group.limit=-1&group=true&start=0&facet.mincount=1&indent=true&group.sort=score_f+desc,_docid_+desc,_docid_+desc&group.field=small_i&echoParams=all&facet=true&rows=16&group.cache.percent=87&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164494 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=2&group.cache.percent=67&facet=true&start=4&group=true&group.limit=3&group.field=foo_i&facet.mincount=1&indent=true&group.sort=score+desc&sort=id+asc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&group.ngroups=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164495 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=false&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=id+desc,score_f+desc,_docid_+asc&facet.mincount=1&indent=true&group.sort=score_f+asc,score+asc&group.field=score_f&group.limit=8&group=true&start=4&facet=true&rows=2&group.cache.percent=17&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164497 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&rows=4&group.cache.percent=31&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=false&group.offset=1&facet.sort=index&sort=score_f+desc,foo_i+desc,small_s1+asc&facet.field=foo_s1&q={!func}score_f&group.field=foo_i&facet.mincount=1&indent=true&group.sort=foo_i+asc,foo_s1+asc&group=true&group.limit=7&start=0} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164498 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&rows=6&group.cache.percent=77&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&group.ngroups=false&noGroupsort=small_i+asc&group.offset=1&facet.sort=index&sort=small_i+asc&facet.field=foo_s1&q={!func}score_f&group.field=id&facet.mincount=1&indent=true&group=true&group.limit=4&start=2} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164500 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&rows=6&group.cache.percent=17&facet=true&echoParams=all&group.field=small_i&facet.mincount=1&indent=true&start=3&group=true&group.limit=4&noGroupsort=score_f+asc,score_f+asc&group.ngroups=true&sort=score_f+asc,score_f+asc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164501 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=13&group.limit=1&group=true&facet.mincount=1&indent=true&group.field=small_s1&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc,score+desc&facet.sort=index&group.offset=1&noGroupsort=small_i+asc,score+desc&group.ngroups=true&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&rows=3&group.cache.percent=53&facet=true} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164502 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&group.sort=score+desc&group.field=small_s1&start=0&group.limit=2&group=true&group.ngroups=false&facet.field=foo_s1&q={!func}score_f&sort=score_f+asc,id+asc&facet.sort=index&group.offset=1&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=2&group.cache.percent=57&facet=true&echoParams=all} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164504 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&rows=3&group.cache.percent=31&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&group.ngroups=true&group.offset=1&facet.sort=index&sort=score+asc,id+asc,id+desc&facet.field=foo_s1&q={!func}score_f&group.field=small_i&facet.mincount=1&indent=true&group.sort=score+desc&group=true&group.limit=1&start=3} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164505 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=id+desc&group.ngroups=false&group.limit=6&group=true&start=4&facet.mincount=1&indent=true&group.sort=score+desc,small_i+asc&group.field=foo_i&echoParams=all&facet=true&rows=6&group.cache.percent=38&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164507 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=false&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=foo_i+desc&facet.mincount=1&indent=true&group.sort=foo_i+asc,score_f+asc,_docid_+asc&group.field=foo_s1&group.limit=7&group=true&start=3&facet=true&rows=2&group.cache.percent=80&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164508 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&nosort=&group.field=foo_s1&start=4&group.limit=7&group=true&noGroupsort=&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=2&group.cache.percent=76&facet=true&echoParams=all} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164510 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=id&facet.mincount=1&indent=true&group.sort=score+desc&group=true&group.limit=7&start=1&group.ngroups=true&group.offset=1&facet.sort=index&sort=foo_i+desc,small_i+desc,small_s1+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=6&group.cache.percent=89&echoParams=all} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164511 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&group.field=foo_i&start=1&group.limit=7&group=true&noGroupsort=id+asc,score+desc&group.ngroups=true&facet.field=foo_s1&q={!func}score_f&sort=id+asc,score+desc&facet.sort=index&group.offset=0&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&rows=-1&group.cache.percent=51&facet=true&echoParams=all} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164512 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=small_s1&facet.mincount=1&indent=true&start=7&group=true&group.limit=1&noGroupsort=id+desc,foo_i+desc&group.ngroups=false&sort=id+desc,foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=3&group.cache.percent=71&facet=true&echoParams=all} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164514 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=6&group.cache.percent=75&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+desc,score+asc&group.ngroups=false&group.limit=4&group=true&start=4&facet.mincount=1&indent=true&group.sort=score_f+asc&group.field=id} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164516 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=small_i+desc,score_f+asc&group.ngroups=true&group.limit=-1&group=true&start=5&facet.mincount=1&indent=true&group.sort=id+asc,foo_i+asc&group.field=small_i&echoParams=all&facet=true&rows=5&group.cache.percent=41&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164517 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&rows=3&group.cache.percent=31&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&sort=_docid_+asc,small_i+asc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&noGroupsort=_docid_+asc,small_i+asc&group.ngroups=false&start=4&group=true&group.limit=2&group.field=score_f&facet.mincount=1&indent=true} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164519 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&group=true&group.limit=-1&group.field=foo_i&facet.mincount=1&indent=true&group.sort=id+asc&sort=id+desc,id+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.ngroups=false&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&rows=8&group.cache.percent=22&facet=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164521 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&group.field=score_f&group.limit=3&group=true&start=1&group.ngroups=true&noGroupsort=score_f+desc,_docid_+asc,foo_s1+desc&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,_docid_+asc,foo_s1+desc&group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=8&group.cache.percent=58&echoParams=all} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164523 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.offset=0&facet.sort=index&sort=foo_s1+asc,score+asc,id+asc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&noGroupsort=foo_s1+asc,score+asc,id+asc&group=true&group.limit=4&start=0&group.field=foo_s1&facet.mincount=1&indent=true&echoParams=all&facet=true&rows=4&group.cache.percent=13&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164524 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=small_i+asc,small_s1+asc&group.ngroups=false&noGroupsort=small_i+asc,small_s1+asc&group.limit=8&group=true&start=3&facet.mincount=1&indent=true&group.field=id&echoParams=all&facet=true&rows=0&group.cache.percent=9&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164525 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=foo_i&facet.mincount=1&indent=true&nosort=&group.sort=_docid_+asc&group=true&group.limit=9&start=1&group.ngroups=true&group.offset=0&facet.sort=index&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&facet=true&rows=-1&group.cache.percent=87&echoParams=all} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164527 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=-1&group.cache.percent=53&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true&group.offset=1&facet.sort=index&sort=score_f+desc,score+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=false&noGroupsort=score_f+desc,score+desc&group=true&group.limit=6&start=2&group.field=small_s1&facet.mincount=1&indent=true} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164528 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=1&group.cache.percent=87&group.limit=1&group=true&start=17&facet.mincount=1&indent=true&group.field=small_i&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,foo_i+asc&group.ngroups=false&noGroupsort=score_f+desc,foo_i+asc} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164530 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&rows=3&group.cache.percent=74&facet=true&echoParams=all&group.field=small_i&facet.mincount=1&indent=true&group.sort=_docid_+desc,foo_i+asc,foo_s1+asc&start=4&group=true&group.limit=3&group.ngroups=true&sort=foo_i+desc&facet.field=foo_s1&q={!func}score_f&group.offset=6&facet.sort=index} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164531 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=small_s1&facet.mincount=1&indent=true&group=true&group.limit=8&start=0&group.ngroups=true&noGroupsort=foo_s1+asc,_docid_+desc,score_f+desc&group.offset=1&facet.sort=index&sort=foo_s1+asc,_docid_+desc,score_f+desc&facet.field=foo_s1&q={!func}score_f&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json&facet=true&rows=7&group.cache.percent=28&echoParams=all} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164533 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=1&group.cache.percent=70&wt=json&group.truncate=true&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=12&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+desc,_docid_+desc,small_i+desc&group.ngroups=true&group.limit=4&group=true&start=0&facet.mincount=1&indent=true&group.sort=score+desc&group.field=foo_s1} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164534 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={echoParams=all&facet=true&rows=7&group.cache.percent=11&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=score_f+desc,score+desc,small_s1+desc&group.ngroups=false&group.limit=3&group=true&start=2&facet.mincount=1&indent=true&group.sort=small_s1+asc,_docid_+desc&group.field=small_i} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164535 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=1&group.cache.percent=76&group.limit=1&group=true&start=6&facet.mincount=1&indent=true&nosort=&group.sort=id+asc&group.field=foo_s1&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&group.ngroups=true} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164537 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=true&noGroupsort=small_i+asc,score+desc&group.offset=1&facet.sort=index&sort=small_i+asc,score+desc&facet.field=foo_s1&q={!func}score_f&group.field=small_i&facet.mincount=1&indent=true&group=true&group.limit=7&start=3&facet=true&rows=6&group.cache.percent=96&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=true&wt=json} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164538 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.ngroups=true&facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+asc,small_i+asc,small_i+asc&facet.mincount=1&indent=true&group.sort=score_f+asc,score_f+asc&group.field=foo_s1&group.limit=3&group=true&start=2&facet=true&rows=9&group.cache.percent=87&echoParams=all&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164540 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&group.limit=6&group=true&facet.mincount=1&indent=true&nosort=&group.sort=small_i+desc,foo_s1+asc&group.field=id&facet.field=foo_s1&q={!func}score_f&facet.sort=index&group.offset=1&group.ngroups=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&rows=0&group.cache.percent=73&facet=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164541 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.truncate=true&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=7&group.cache.percent=77&echoParams=all&facet.mincount=1&indent=true&group.sort=foo_i+desc&group.field=small_i&group.limit=5&group=true&start=3&group.ngroups=true&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=small_s1+desc,_docid_+asc} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164543 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.mincount=1&indent=true&group.sort=score_f+desc,foo_s1+desc,small_s1+desc&group.field=id&group.limit=-1&group=true&start=0&group.ngroups=true&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=foo_s1+desc,small_i+desc&group.truncate=false&facet.method=fcs&facet.limit=-1&wt=json&facet=true&rows=9&group.cache.percent=86&echoParams=all} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164544 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.sort=index&group.offset=1&facet.field=foo_s1&q={!func}score_f&group.ngroups=true&group.limit=10&group=true&start=6&facet.mincount=1&indent=true&nosort=&group.sort=score_f+desc,small_i+desc,id+asc&group.field=small_s1&echoParams=all&facet=true&rows=12&group.cache.percent=8&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164546 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet.field=foo_s1&q={!func}score_f&group.offset=1&facet.sort=index&group.ngroups=true&start=0&group=true&group.limit=9&group.field=score_f&facet.mincount=1&indent=true&nosort=&group.sort=foo_s1+asc,id+desc,small_i+asc&echoParams=all&rows=-1&group.cache.percent=36&facet=true&wt=json&facet.method=fcs&facet.limit=-1&group.truncate=true} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164548 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1&group.cache.percent=65&facet=true&echoParams=all&facet.method=fcs&facet.limit=-1&group.truncate=false&wt=json&noGroupsort=score+desc&group.ngroups=true&sort=score+desc&facet.field=foo_s1&q={!func}score_f&group.offset=0&facet.sort=index&group.field=foo_s1&facet.mincount=1&indent=true&start=4&group=true&group.limit=5} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164549 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={wt=json&facet.method=fcs&facet.limit=-1&group.truncate=false&echoParams=all&facet=true&rows=4&group.cache.percent=28&group=true&group.limit=13&start=4&group.field=score_f&facet.mincount=1&indent=true&group.sort=small_s1+asc&group.offset=0&facet.sort=index&sort=small_s1+asc,id+asc,score+desc&facet.field=foo_s1&q={!func}score_f&group.ngroups=true} hits=16 status=0 QTime=0 
:    [junit4]   2> 1164551 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.limit=8&group=true&start=1&facet.mincount=1&indent=true&group.sort=small_i+asc&group.field=small_s1&facet.sort=index&group.offset=0&facet.field=foo_s1&q={!func}score_f&sort=_docid_+desc&group.ngroups=true&wt=json&group.truncate=false&facet.method=fcs&facet.limit=-1&echoParams=all&facet=true&rows=16&group.cache.percent=15} hits=16 status=0 QTime=1 
:    [junit4]   2> 1164552 T4596 C2744 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=2&group=true&group.limit=5&group.field=foo_i&facet.mincount=1&indent=true&sort
: 
: [...truncated too long message...]
: 
:  2> 1178496 T4596 C2758 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
:    [junit4]   2> 1178498 T4596 C2758 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 1
:    [junit4]   2> 1178499 T4596 C2758 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 0
:    [junit4]   2> 1178500 T4596 C2758 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 0
:    [junit4]   2> 1178502 T4596 C2758 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1178503 T4596 C2758 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_32,generation=110}
:    [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@942c0226 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ef723eb)),segFN=segments_33,generation=111}
:    [junit4]   2> 1178504 T4596 C2758 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 111
:    [junit4]   2> 1178505 T4596 C2758 oass.SolrIndexSearcher.<init> Opening Searcher@b8603d66[collection1] main
:    [junit4]   2> 1178506 T4596 C2758 oasu.DirectUpdateHandler2.commit end_commit_flush
:    [junit4]   2> 1178508 T4598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b8603d66[collection1] main{StandardDirectoryReader(segments_33:301:nrt _3e(5.0):C6)}
:    [junit4]   2> 1178509 T4596 C2758 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
:    [junit4]   2> 1178510 T4596 C2758 oasc.SolrCore.execute [collection1] webapp=null path=null params={group.field=nullfirst&wt=javabin&group=true&start=4&rows=10&group.main=true&q=*:*} hits=6 status=0 QTime=0 
:    [junit4]   2> 1178551 T4596 oas.SolrTestCaseJ4.tearDown ###Ending testGroupingSimpleFormatArrayIndexOutOfBoundsExceptionWithJavaBin
:    [junit4]   2> 1178554 T4596 oas.SolrTestCaseJ4.deleteCore ###deleteCore
:    [junit4]   2> 1178554 T4596 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=976825596
:    [junit4]   2> 1178555 T4596 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@eda02cf1
:    [junit4]   2> 1178566 T4596 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=135,autocommits=0,soft autocommits=0,optimizes=2,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1243,cumulative_deletesById=0,cumulative_deletesByQuery=46,cumulative_errors=0}
:    [junit4]   2> 1178566 T4596 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
:    [junit4]   2> 1178567 T4596 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
:    [junit4]   2> 1178567 T4596 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
:    [junit4]   2> 1178568 T4596 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
:    [junit4]   2> 1178568 T4596 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
:    [junit4]   2> 1178569 T4596 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index;done=false>>]
:    [junit4]   2> 1178570 T4596 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327/index
:    [junit4]   2> 1178570 T4596 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327;done=false>>]
:    [junit4]   2> 1178571 T4596 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestGroupingSearch-1393962212327
:    [junit4]   2> NOTE: test params are: codec=Lucene46: {text=FST41, small_s1=PostingsFormat(name=MockRandom), small_i=FST41, value4_i=FST41, foo_i=PostingsFormat(name=MockRandom), value2_i=MockVariableIntBlock(baseBlockSize=47), id=MockVariableIntBlock(baseBlockSize=47), title_lettertok=MockVariableIntBlock(baseBlockSize=47), value1_i=PostingsFormat(name=MockRandom), foo2_i=PostingsFormat(name=MockRandom), weight=PostingsFormat(name=FSTOrdPulsing41), name=MockVariableIntBlock(baseBlockSize=47), value1_s1=FST41, foo_s1=MockVariableIntBlock(baseBlockSize=47), group_si=PostingsFormat(name=FSTOrdPulsing41), bday=PostingsFormat(name=FSTOrdPulsing41), title=PostingsFormat(name=MockRandom), nullfirst=FST41, store_1_coordinate=PostingsFormat(name=MockRandom), score_f=FST41, store_rpt=PostingsFormat(name=MockRandom), title_stemmed=PostingsFormat(name=MockRandom), store_0_coordinate=FST41, value3_s1=MockVariableIntBlock(baseBlockSize=47), cat_sI=MockVariableIntBlock(baseBlockSize=47)}, docV
 alues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=es_ES, timezone=Australia/ACT
:    [junit4]   2> NOTE: Linux 3.8.0-36-generic x86/IBM Corporation 1.7.0 (32-bit)/cpus=8,threads=1,free=12722296,total=270139392
:    [junit4]   2> NOTE: All tests run in this JVM: [PathHierarchyTokenizerFactoryTest, FileUtilsTest, StatsComponentTest, OpenCloseCoreStressTest, TestNumberUtils, StressHdfsTest, TestLazyCores, CurrencyFieldXmlFileTest, LeaderElectionIntegrationTest, TestSchemaSimilarityResource, TestUpdate, PreAnalyzedFieldTest, TestStandardQParsers, TestCopyFieldCollectionResource, HdfsCollectionsAPIDistributedZkTest, JSONWriterTest, TestFieldCollectionResource, TestClassNameShortening, TestStressUserVersions, CoreMergeIndexesAdminHandlerTest, TestCoreDiscovery, TestSolrJ, PrimUtilsTest, ZkSolrClientTest, CurrencyFieldOpenExchangeTest, DirectSolrSpellCheckerTest, TestRecovery, MinimalSchemaTest, PluginInfoTest, TestOverriddenPrefixQueryForCustomFieldType, UniqFieldsUpdateProcessorFactoryTest, TestDistributedMissingSort, TestDefaultSearchFieldResource, TestSolrCoreProperties, OpenExchangeRatesOrgProviderTest, RemoteQueryErrorTest, TestReload, TestNoOpRegenerator, HardAutoCommitTest, DistributedSug
 gestComponentTest, SolrTestCaseJ4Test, TestArbitraryIndexDir, HighlighterConfigTest, ZkNodePropsTest, TestDistributedSearch, DistanceFunctionTest, TestBlendedInfixSuggestions, SolrRequestParserTest, TestQueryTypes, TestIBSimilarityFactory, TestSchemaVersionResource, SortByFunctionTest, RequiredFieldsTest, DocumentAnalysisRequestHandlerTest, TestSolr4Spatial, DefaultValueUpdateProcessorTest, AddBlockUpdateTest, DocValuesMultiTest, SuggesterTSTTest, DeleteReplicaTest, TestDocBasedVersionConstraints, SimplePostToolTest, RequestHandlersTest, AnalysisErrorHandlingTest, SignatureUpdateProcessorFactoryTest, TestSolrQueryParserResource, TestDefaultSimilarityFactory, IndexBasedSpellCheckerTest, TestUniqueKeyFieldResource, PingRequestHandlerTest, TestQuerySenderListener, TestFiltering, TestSweetSpotSimilarityFactory, DirectSolrConnectionTest, NumericFieldsTest, IndexSchemaRuntimeFieldTest, TestFileDictionaryLookup, ChangedSchemaMergeTest, TestDFRSimilarityFactory, TimeZoneUtilsTest, TestFuzzy
 AnalyzedSuggestions, TestCollationFieldDocValues, TestImplicitCoreProperties, TestSimpleQParserPlugin, AlternateDirectoryTest, DisMaxRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, BadIndexSchemaTest, TestHashPartitioner, TestWordDelimiterFilterFactory, ChaosMonkeyNothingIsSafeTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestZkChroot, SliceStateUpdateTest, TestDistributedGrouping, TermVectorComponentDistributedTest, TestStressReorder, TestCoreContainer, TestGroupingSearch]
:    [junit4] Completed on J1 in 15.46s, 13 tests, 3 errors <<< FAILURES!
: 
: [...truncated 511 lines...]
: BUILD FAILED
: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The following error occurred while executing this line:
: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:458: 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:490: The following error occurred while executing this line:
: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1274: The following error occurred while executing this line:
: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 377 suites, 1615 tests, 3 errors, 57 ignored (20 assumptions)
: 
: Total time: 50 minutes 20 seconds
: Build step 'Invoke Ant' marked build as failure
: Description set: Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
: Archiving artifacts
: Recording test results
: Email was triggered for: Failure
: Sending email for trigger: Failure
: 
: 
: 

-Hoss
http://www.lucidworks.com/