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/05/17 07:41:01 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_60-ea-b15) - Build # 10318 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10318/
Java: 64bit/jdk1.7.0_60-ea-b15 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.TestRandomDVFaceting.testRandomFaceting

Error Message:
Error while processing facet fields: java.lang.AssertionError

Stack Trace:
org.apache.solr.common.SolrException: Error while processing facet fields: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([768DB868E56588CD:7BE598BDB09C4072]:0)
	at org.apache.solr.request.SimpleFacets.getFacetFieldCounts(SimpleFacets.java:594)
	at org.apache.solr.request.SimpleFacets.getFacetCounts(SimpleFacets.java:260)
	at org.apache.solr.handler.component.FacetComponent.process(FacetComponent.java:84)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:221)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1964)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:295)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:278)
	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:226)
	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:139)
	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:122)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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.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:65)
	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:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError
	at org.apache.solr.request.DocValuesFacets.getCounts(DocValuesFacets.java:106)
	at org.apache.solr.request.SimpleFacets.getTermCounts(SimpleFacets.java:432)
	at org.apache.solr.request.SimpleFacets$3.call(SimpleFacets.java:561)
	at org.apache.solr.request.SimpleFacets$3.call(SimpleFacets.java:553)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.apache.solr.request.SimpleFacets$2.execute(SimpleFacets.java:507)
	at org.apache.solr.request.SimpleFacets.getFacetFieldCounts(SimpleFacets.java:577)
	... 50 more




Build Log:
[...truncated 11291 lines...]
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001
   [junit4]   2> 1012928 T5494 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1012928 T5494 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1012928 T5494 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1012929 T5494 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> 1012929 T5494 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> 1012929 T5494 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> 1012956 T5494 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1012982 T5494 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 1012983 T5494 oass.IndexSchema.readSchema Reading Solr Schema from schema-docValuesFaceting.xml
   [junit4]   2> 1012986 T5494 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 1012994 T5494 oass.IndexSchema.readSchema default search field in schema is id
   [junit4]   2> 1012995 T5494 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1012996 T5494 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1012996 T5494 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> 1012996 T5494 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 1013023 T5494 oasc.CoreContainer.<init> New CoreContainer 737727718
   [junit4]   2> 1013023 T5494 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 1013024 T5494 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 1013024 T5494 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1013024 T5494 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 1013024 T5494 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1013024 T5494 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1013024 T5494 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1013025 T5494 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1013025 T5494 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1013025 T5494 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1013025 T5494 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1013026 T5494 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1013026 T5494 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 1013029 T5495 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1013029 T5495 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> 1013029 T5495 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> 1013029 T5495 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> 1013066 T5495 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1013090 T5495 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 1013090 T5495 oass.IndexSchema.readSchema Reading Solr Schema from schema-docValuesFaceting.xml
   [junit4]   2> 1013093 T5495 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1013100 T5495 oass.IndexSchema.readSchema default search field in schema is id
   [junit4]   2> 1013101 T5495 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1013101 T5495 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1013102 T5495 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1013102 T5495 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/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001/
   [junit4]   2> 1013102 T5495 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1013102 T5495 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001
   [junit4]   2> 1013102 T5495 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001/index/
   [junit4]   2> 1013103 T5495 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1013103 T5495 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001/index
   [junit4]   2> 1013103 T5495 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=29.4892578125, floorSegmentMB=0.46875, forceMergeDeletesPctAllowed=3.945413821733872, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1013104 T5495 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d3dfd1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d003c0d),segFN=segments_1,generation=1}
   [junit4]   2> 1013104 T5495 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1013105 T5495 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1013105 T5495 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1013105 T5495 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1013107 T5495 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1013108 T5495 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1013109 T5495 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1013109 T5495 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1013109 T5495 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d3dfd1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d003c0d),segFN=segments_1,generation=1}
   [junit4]   2> 1013109 T5495 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1013110 T5495 oass.SolrIndexSearcher.<init> Opening Searcher@7ad4d7cb[collection1] main
   [junit4]   2> 1013110 T5495 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf
   [junit4]   2> 1013110 T5495 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/}
   [junit4]   2> 1013110 T5495 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf
   [junit4]   2> 1013111 T5495 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 1013111 T5495 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1013111 T5495 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1013111 T5495 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1013111 T5496 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ad4d7cb[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 1013113 T5494 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1013116 T5494 oas.SolrTestCaseJ4.setUp ###Starting testRandomFaceting
   [junit4]   2> ASYNC  NEW_CORE C1317 name=collection1 org.apache.solr.core.SolrCore@14741d8a
   [junit4]   2> 1013116 T5494 C1317 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1013117 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1013119 T5494 C1317 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1013120 T5494 C1317 oass.SolrIndexSearcher.<init> Opening Searcher@122f8996[collection1] main
   [junit4]   2> 1013120 T5494 C1317 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1013120 T5496 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@122f8996[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 1013121 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1013122 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=_docid_+asc&q=*:*&indent=true&rows=0&fl=id&wt=json} hits=0 status=0 QTime=1 
   [junit4]   2> 1013122 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=id&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013123 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=id&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013127 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=4 
   [junit4]   2> 1013127 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=%7B%21key%3Did%7Did_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013132 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=enum} hits=0 status=0 QTime=4 
   [junit4]   2> 1013133 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013133 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013134 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=2&facet.field=%7B%21key%3Dscore_f%7Dscore_f_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013134 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013135 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013135 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_i&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013136 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=%7B%21key%3Dfoo_i%7Dfoo_i_dv} hits=0 status=0 QTime=1 
   [junit4]   2> 1013136 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=1&facet.sort=index&facet.field=small_s&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013137 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=1&facet.sort=index&facet.field=small_s&facet.method=fc} hits=0 status=0 QTime=1 
   [junit4]   2> 1013137 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=1&facet.sort=index&facet.field=small_s&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013137 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=1&facet.sort=index&facet.field=%7B%21key%3Dsmall_s%7Dsmall_s_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013138 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.prefix=&facet.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013138 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.prefix=&facet.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013139 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.prefix=&facet.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013139 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.prefix=&facet.field=%7B%21key%3Dsmall2_s%7Dsmall2_s_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013140 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013140 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013141 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=1 
   [junit4]   2> 1013141 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=%7B%21key%3Dsmall2_ss%7Dsmall2_ss_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013142 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.mincount=2&facet.prefix=&facet.field=small3_ss&facet.method=enum} hits=0 status=0 QTime=1 
   [junit4]   2> 1013142 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.mincount=2&facet.prefix=&facet.field=small3_ss&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013142 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.mincount=2&facet.prefix=&facet.field=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013143 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.mincount=2&facet.prefix=&facet.field=%7B%21key%3Dsmall3_ss%7Dsmall3_ss_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013143 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=small4_ss&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013144 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=small4_ss&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013144 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013144 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=%7B%21key%3Dsmall4_ss%7Dsmall4_ss_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013145 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=small_i&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013145 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=small_i&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013146 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=small_i&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013146 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=%7B%21key%3Dsmall_i%7Dsmall_i_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013147 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=enum} hits=0 status=0 QTime=1 
   [junit4]   2> 1013147 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013147 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013148 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=4&facet.field=%7B%21key%3Dsmall2_i%7Dsmall2_i_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013148 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.field=small2_is&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013149 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.field=small2_is&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013149 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.field=small2_is&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013150 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.field=%7B%21key%3Dsmall2_is%7Dsmall2_is_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013150 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.field=small3_is&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013150 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.field=small3_is&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013151 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.field=small3_is&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013151 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.field=%7B%21key%3Dsmall3_is%7Dsmall3_is_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013152 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013152 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013153 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=1 
   [junit4]   2> 1013153 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=100&facet.sort=count&facet.mincount=3&facet.field=%7B%21key%3Dmissing_i%7Dmissing_i_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013153 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=0&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013154 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=0&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013154 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=0&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013155 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=0&facet.field=%7B%21key%3Dmissing_is%7Dmissing_is_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013155 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=missing_s&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013156 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=missing_s&facet.method=fc} hits=0 status=0 QTime=1 
   [junit4]   2> 1013156 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=missing_s&facet.method=fcs} hits=0 status=0 QTime=0 
   [junit4]   2> 1013156 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=%7B%21key%3Dmissing_s%7Dmissing_s_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013157 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=missing_ss&facet.method=enum} hits=0 status=0 QTime=0 
   [junit4]   2> 1013157 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=missing_ss&facet.method=fc} hits=0 status=0 QTime=0 
   [junit4]   2> 1013158 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=missing_ss&facet.method=fcs} hits=0 status=0 QTime=1 
   [junit4]   2> 1013158 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=%7B%21key%3Dmissing_ss%7Dmissing_ss_dv} hits=0 status=0 QTime=0 
   [junit4]   2> 1013162 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[XBVU]} 0 2
   [junit4]   2> 1013164 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[LDBK]} 0 1
   [junit4]   2> 1013165 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[HXNW]} 0 0
   [junit4]   2> 1013167 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[TEFL]} 0 1
   [junit4]   2> 1013168 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[HYHN]} 0 0
   [junit4]   2> 1013168 T5494 C1317 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1013175 T5494 C1317 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d3dfd1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d003c0d),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d3dfd1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d003c0d),segFN=segments_2,generation=2}
   [junit4]   2> 1013176 T5494 C1317 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1013177 T5494 C1317 oass.SolrIndexSearcher.<init> Opening Searcher@41921968[collection1] main
   [junit4]   2> 1013178 T5494 C1317 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1013178 T5496 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@41921968[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C5))}
   [junit4]   2> 1013178 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 10
   [junit4]   2> 1013181 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[FNNT]} 0 1
   [junit4]   2> 1013183 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[SIKU]} 0 1
   [junit4]   2> 1013185 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[XMSC]} 0 1
   [junit4]   2> 1013186 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[YRZG]} 0 0
   [junit4]   2> 1013187 T5494 C1317 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1013193 T5494 C1317 oass.SolrIndexSearcher.<init> Opening Searcher@1f09a767[collection1] main
   [junit4]   2> 1013194 T5494 C1317 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1013194 T5496 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f09a767[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C5) Uninverting(_1(5.0):C4))}
   [junit4]   2> 1013194 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1013196 T5494 C1317 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=_docid_+asc&q=*:*&indent=true&rows=18&fl=id&wt=json} hits=9 status=0 QTime=1 
   [junit4]   2> 1013197 T5494 C1317 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=id:(XBVU LDBK HYHN FNNT )} 0 1
   [junit4]   2> 1013198 T5494 C1317 oasu.DirectUpdateHandler2.commit start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C1318 name=collection1 org.apache.solr.core.SolrCore@14741d8a
   [junit4]   2> 1013224 T5494 C1318 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d3dfd1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d003c0d),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d3dfd1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d003c0d),segFN=segments_3,generation=3}
   [junit4]   2> 1013224 T5494 C1318 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 1013227 T5494 C1318 oass.SolrIndexSearcher.<init> Opening Searcher@763daca2[collection1] main
   [junit4]   2> 1013227 T5494 C1318 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1013227 T5496 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@763daca2[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c5))}
   [junit4]   2> 1013228 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {optimize=} 0 30
   [junit4]   2> 1013229 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.prefix=I&facet.field=id&facet.method=enum} hits=5 status=0 QTime=0 
   [junit4]   2> 1013230 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.prefix=I&facet.field=id&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013232 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.prefix=I&facet.field=id&facet.method=fcs} hits=5 status=0 QTime=2 
   [junit4]   2> 1013233 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.prefix=I&facet.field=%7B%21key%3Did%7Did_dv} hits=5 status=0 QTime=0 
   [junit4]   2> 1013235 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=enum} hits=5 status=0 QTime=2 
   [junit4]   2> 1013235 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013235 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fcs} hits=5 status=0 QTime=0 
   [junit4]   2> 1013236 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.mincount=3&facet.field=%7B%21key%3Dscore_f%7Dscore_f_dv} hits=5 status=0 QTime=0 
   [junit4]   2> 1013237 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=13&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=enum} hits=5 status=0 QTime=1 
   [junit4]   2> 1013237 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=13&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013237 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=13&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fcs} hits=5 status=0 QTime=0 
   [junit4]   2> 1013238 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=13&facet.sort=count&facet.mincount=4&facet.field=%7B%21key%3Dfoo_i%7Dfoo_i_dv} hits=5 status=0 QTime=0 
   [junit4]   2> 1013238 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.prefix=&facet.field=small_s&facet.method=enum} hits=5 status=0 QTime=0 
   [junit4]   2> 1013239 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.prefix=&facet.field=small_s&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013240 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.prefix=&facet.field=small_s&facet.method=fcs} hits=5 status=0 QTime=1 
   [junit4]   2> 1013240 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.prefix=&facet.field=%7B%21key%3Dsmall_s%7Dsmall_s_dv} hits=5 status=0 QTime=0 
   [junit4]   2> 1013241 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.prefix=&facet.field=small2_s&facet.method=enum} hits=5 status=0 QTime=1 
   [junit4]   2> 1013241 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.prefix=&facet.field=small2_s&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013242 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.prefix=&facet.field=small2_s&facet.method=fcs} hits=5 status=0 QTime=1 
   [junit4]   2> 1013242 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.prefix=&facet.field=%7B%21key%3Dsmall2_s%7Dsmall2_s_dv} hits=5 status=0 QTime=0 
   [junit4]   2> 1013243 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=small2_ss&facet.method=enum} hits=5 status=0 QTime=0 
   [junit4]   2> 1013243 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=small2_ss&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013244 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=small2_ss&facet.method=fcs} hits=5 status=0 QTime=0 
   [junit4]   2> 1013244 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=%7B%21key%3Dsmall2_ss%7Dsmall2_ss_dv} hits=5 status=0 QTime=0 
   [junit4]   2> 1013245 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=small3_ss&facet.method=enum} hits=5 status=0 QTime=0 
   [junit4]   2> 1013246 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=small3_ss&facet.method=fc} hits=5 status=0 QTime=1 
   [junit4]   2> 1013247 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=small3_ss&facet.method=fcs} hits=5 status=0 QTime=1 
   [junit4]   2> 1013247 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=%7B%21key%3Dsmall3_ss%7Dsmall3_ss_dv} hits=5 status=0 QTime=0 
   [junit4]   2> 1013248 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.missing=true&facet.field=small4_ss&facet.method=enum} hits=5 status=0 QTime=0 
   [junit4]   2> 1013249 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.missing=true&facet.field=small4_ss&facet.method=fc} hits=5 status=0 QTime=1 
   [junit4]   2> 1013249 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.missing=true&facet.field=small4_ss&facet.method=fcs} hits=5 status=0 QTime=0 
   [junit4]   2> 1013250 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.missing=true&facet.field=%7B%21key%3Dsmall4_ss%7Dsmall4_ss_dv} hits=5 status=0 QTime=1 
   [junit4]   2> 1013250 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=2&facet.field=small_i&facet.method=enum} hits=5 status=0 QTime=0 
   [junit4]   2> 1013251 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=2&facet.field=small_i&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013251 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=2&facet.field=small_i&facet.method=fcs} hits=5 status=0 QTime=0 
   [junit4]   2> 1013252 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=2&facet.field=%7B%21key%3Dsmall_i%7Dsmall_i_dv} hits=5 status=0 QTime=1 
   [junit4]   2> 1013252 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=3&facet.field=small2_i&facet.method=enum} hits=5 status=0 QTime=0 
   [junit4]   2> 1013253 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=3&facet.field=small2_i&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013253 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=3&facet.field=small2_i&facet.method=fcs} hits=5 status=0 QTime=0 
   [junit4]   2> 1013254 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=3&facet.field=%7B%21key%3Dsmall2_i%7Dsmall2_i_dv} hits=5 status=0 QTime=1 
   [junit4]   2> 1013254 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.sort=index&facet.field=small2_is&facet.method=enum} hits=5 status=0 QTime=0 
   [junit4]   2> 1013255 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.sort=index&facet.field=small2_is&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013256 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.sort=index&facet.field=small2_is&facet.method=fcs} hits=5 status=0 QTime=1 
   [junit4]   2> 1013256 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.sort=index&facet.field=%7B%21key%3Dsmall2_is%7Dsmall2_is_dv} hits=5 status=0 QTime=0 
   [junit4]   2> 1013257 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=100&facet.sort=index&facet.field=small3_is&facet.method=enum} hits=5 status=0 QTime=1 
   [junit4]   2> 1013258 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=100&facet.sort=index&facet.field=small3_is&facet.method=fc} hits=5 status=0 QTime=1 
   [junit4]   2> 1013258 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=100&facet.sort=index&facet.field=small3_is&facet.method=fcs} hits=5 status=0 QTime=0 
   [junit4]   2> 1013259 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=100&facet.sort=index&facet.field=%7B%21key%3Dsmall3_is%7Dsmall3_is_dv} hits=5 status=0 QTime=1 
   [junit4]   2> 1013260 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=12&facet.sort=count&facet.mincount=5&facet.field=missing_i&facet.method=enum} hits=5 status=0 QTime=0 
   [junit4]   2> 1013260 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=12&facet.sort=count&facet.mincount=5&facet.field=missing_i&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013261 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=12&facet.sort=count&facet.mincount=5&facet.field=missing_i&facet.method=fcs} hits=5 status=0 QTime=1 
   [junit4]   2> 1013261 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.limit=12&facet.sort=count&facet.mincount=5&facet.field=%7B%21key%3Dmissing_i%7Dmissing_i_dv} hits=5 status=0 QTime=0 
   [junit4]   2> 1013262 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=8&facet.mincount=2&facet.field=missing_is&facet.method=enum} hits=5 status=0 QTime=1 
   [junit4]   2> 1013262 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=8&facet.mincount=2&facet.field=missing_is&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013262 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=8&facet.mincount=2&facet.field=missing_is&facet.method=fcs} hits=5 status=0 QTime=0 
   [junit4]   2> 1013263 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=8&facet.mincount=2&facet.field=%7B%21key%3Dmissing_is%7Dmissing_is_dv} hits=5 status=0 QTime=0 
   [junit4]   2> 1013263 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=missing_s&facet.method=enum} hits=5 status=0 QTime=0 
   [junit4]   2> 1013264 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=missing_s&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013264 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=missing_s&facet.method=fcs} hits=5 status=0 QTime=0 
   [junit4]   2> 1013265 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=%7B%21key%3Dmissing_s%7Dmissing_s_dv} hits=5 status=0 QTime=1 
   [junit4]   2> 1013265 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.missing=true&facet.field=missing_ss&facet.method=enum} hits=5 status=0 QTime=0 
   [junit4]   2> 1013266 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.missing=true&facet.field=missing_ss&facet.method=fc} hits=5 status=0 QTime=0 
   [junit4]   2> 1013266 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.missing=true&facet.field=missing_ss&facet.method=fcs} hits=5 status=0 QTime=0 
   [junit4]   2> 1013272 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.missing=true&facet.field=%7B%21key%3Dmissing_ss%7Dmissing_ss_dv} hits=5 status=0 QTime=6 
   [junit4]   2> 1013274 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[ZKJE]} 0 1
   [junit4]   2> 1013276 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[HPUA]} 0 1
   [junit4]   2> 1013277 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[RRKU]} 0 0
   [junit4]   2> 1013279 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[EBIX]} 0 1
   [junit4]   2> 1013281 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[ZZAX]} 0 1
   [junit4]   2> 1013283 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[ZZAX]} 0 1
   [junit4]   2> 1013285 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[INAI]} 0 1
   [junit4]   2> 1013287 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[HHOZ]} 0 1
   [junit4]   2> 1013288 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[EFZC]} 0 0
   [junit4]   2> 1013288 T5494 C1318 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1013297 T5494 C1318 oass.SolrIndexSearcher.<init> Opening Searcher@43a9e538[collection1] main
   [junit4]   2> 1013297 T5494 C1318 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1013297 T5496 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@43a9e538[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c5) Uninverting(_3(5.0):C9/1:delGen=1))}
   [junit4]   2> 1013298 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 10
   [junit4]   2> 1013299 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=_docid_+asc&q=*:*&indent=true&rows=26&fl=id&wt=json} hits=13 status=0 QTime=0 
   [junit4]   2> 1013300 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=id&facet.method=enum} hits=13 status=0 QTime=0 
   [junit4]   2> 1013301 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=id&facet.method=fc} hits=13 status=0 QTime=1 
   [junit4]   2> 1013302 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=id&facet.method=fcs} hits=13 status=0 QTime=1 
   [junit4]   2> 1013302 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=%7B%21key%3Did%7Did_dv} hits=13 status=0 QTime=0 
   [junit4]   2> 1013303 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.sort=count&facet.mincount=5&facet.field=score_f&facet.method=enum} hits=13 status=0 QTime=0 
   [junit4]   2> 1013304 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.sort=count&facet.mincount=5&facet.field=score_f&facet.method=fc} hits=13 status=0 QTime=1 
   [junit4]   2> 1013304 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.sort=count&facet.mincount=5&facet.field=score_f&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013305 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=2&facet.sort=count&facet.mincount=5&facet.field=%7B%21key%3Dscore_f%7Dscore_f_dv} hits=13 status=0 QTime=1 
   [junit4]   2> 1013306 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=7&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=enum} hits=13 status=0 QTime=1 
   [junit4]   2> 1013306 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=7&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fc} hits=13 status=0 QTime=0 
   [junit4]   2> 1013307 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=7&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=fcs} hits=13 status=0 QTime=1 
   [junit4]   2> 1013307 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=7&facet.sort=count&facet.mincount=4&facet.field=%7B%21key%3Dfoo_i%7Dfoo_i_dv} hits=13 status=0 QTime=0 
   [junit4]   2> 1013308 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=small_s&facet.method=enum} hits=13 status=0 QTime=0 
   [junit4]   2> 1013308 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=small_s&facet.method=fc} hits=13 status=0 QTime=0 
   [junit4]   2> 1013309 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=small_s&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013310 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=%7B%21key%3Dsmall_s%7Dsmall_s_dv} hits=13 status=0 QTime=1 
   [junit4]   2> 1013310 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=5&facet.sort=index&facet.field=small2_s&facet.method=enum} hits=13 status=0 QTime=0 
   [junit4]   2> 1013311 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=5&facet.sort=index&facet.field=small2_s&facet.method=fc} hits=13 status=0 QTime=0 
   [junit4]   2> 1013311 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=5&facet.sort=index&facet.field=small2_s&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013312 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=5&facet.sort=index&facet.field=%7B%21key%3Dsmall2_s%7Dsmall2_s_dv} hits=13 status=0 QTime=0 
   [junit4]   2> 1013313 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=4&facet.prefix=%EF%8A%95%F2%93%9B%A6%F2%AA%81%BC%EE%A8%AC%C5%A7%EF%93%BF%E2%BD%90%EF%90%A3%F3%A2%9D%90%EA%81%BE%EE%BF%96%F1%A9%AA%90A&facet.field=small2_ss&facet.method=enum} hits=13 status=0 QTime=1 
   [junit4]   2> 1013313 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=4&facet.prefix=%EF%8A%95%F2%93%9B%A6%F2%AA%81%BC%EE%A8%AC%C5%A7%EF%93%BF%E2%BD%90%EF%90%A3%F3%A2%9D%90%EA%81%BE%EE%BF%96%F1%A9%AA%90A&facet.field=small2_ss&facet.method=fc} hits=13 status=0 QTime=0 
   [junit4]   2> 1013314 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=4&facet.prefix=%EF%8A%95%F2%93%9B%A6%F2%AA%81%BC%EE%A8%AC%C5%A7%EF%93%BF%E2%BD%90%EF%90%A3%F3%A2%9D%90%EA%81%BE%EE%BF%96%F1%A9%AA%90A&facet.field=small2_ss&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013315 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=4&facet.prefix=%EF%8A%95%F2%93%9B%A6%F2%AA%81%BC%EE%A8%AC%C5%A7%EF%93%BF%E2%BD%90%EF%90%A3%F3%A2%9D%90%EA%81%BE%EE%BF%96%F1%A9%AA%90A&facet.field=%7B%21key%3Dsmall2_ss%7Dsmall2_ss_dv} hits=13 status=0 QTime=1 
   [junit4]   2> 1013315 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.prefix=%C3%84&facet.field=small3_ss&facet.method=enum} hits=13 status=0 QTime=0 
   [junit4]   2> 1013316 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.prefix=%C3%84&facet.field=small3_ss&facet.method=fc} hits=13 status=0 QTime=0 
   [junit4]   2> 1013317 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.prefix=%C3%84&facet.field=small3_ss&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013318 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.prefix=%C3%84&facet.field=%7B%21key%3Dsmall3_ss%7Dsmall3_ss_dv} hits=13 status=0 QTime=1 
   [junit4]   2> 1013318 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=1&facet.mincount=2&facet.field=small4_ss&facet.method=enum} hits=13 status=0 QTime=0 
   [junit4]   2> 1013319 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=1&facet.mincount=2&facet.field=small4_ss&facet.method=fc} hits=13 status=0 QTime=0 
   [junit4]   2> 1013319 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=1&facet.mincount=2&facet.field=small4_ss&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013320 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=1&facet.mincount=2&facet.field=%7B%21key%3Dsmall4_ss%7Dsmall4_ss_dv} hits=13 status=0 QTime=0 
   [junit4]   2> 1013322 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=small_i&facet.method=enum} hits=13 status=0 QTime=2 
   [junit4]   2> 1013322 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=small_i&facet.method=fc} hits=13 status=0 QTime=0 
   [junit4]   2> 1013323 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=small_i&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013324 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=%7B%21key%3Dsmall_i%7Dsmall_i_dv} hits=13 status=0 QTime=1 
   [junit4]   2> 1013324 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=5&facet.field=small2_i&facet.method=enum} hits=13 status=0 QTime=0 
   [junit4]   2> 1013325 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=5&facet.field=small2_i&facet.method=fc} hits=13 status=0 QTime=0 
   [junit4]   2> 1013325 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=5&facet.field=small2_i&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013326 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=5&facet.field=%7B%21key%3Dsmall2_i%7Dsmall2_i_dv} hits=13 status=0 QTime=0 
   [junit4]   2> 1013327 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.missing=true&facet.field=small2_is&facet.method=enum} hits=13 status=0 QTime=1 
   [junit4]   2> 1013328 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.missing=true&facet.field=small2_is&facet.method=fc} hits=13 status=0 QTime=1 
   [junit4]   2> 1013328 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.missing=true&facet.field=small2_is&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013329 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.missing=true&facet.field=%7B%21key%3Dsmall2_is%7Dsmall2_is_dv} hits=13 status=0 QTime=0 
   [junit4]   2> 1013330 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=3&facet.sort=count&facet.field=small3_is&facet.method=enum} hits=13 status=0 QTime=1 
   [junit4]   2> 1013331 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=3&facet.sort=count&facet.field=small3_is&facet.method=fc} hits=13 status=0 QTime=1 
   [junit4]   2> 1013332 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=3&facet.sort=count&facet.field=small3_is&facet.method=fcs} hits=13 status=0 QTime=1 
   [junit4]   2> 1013334 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=3&facet.sort=count&facet.field=%7B%21key%3Dsmall3_is%7Dsmall3_is_dv} hits=13 status=0 QTime=2 
   [junit4]   2> 1013334 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=missing_i&facet.method=enum} hits=13 status=0 QTime=0 
   [junit4]   2> 1013335 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=missing_i&facet.method=fc} hits=13 status=0 QTime=0 
   [junit4]   2> 1013335 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=missing_i&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013336 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=1&facet.field=%7B%21key%3Dmissing_i%7Dmissing_i_dv} hits=13 status=0 QTime=0 
   [junit4]   2> 1013336 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=missing_is&facet.method=enum} hits=13 status=0 QTime=0 
   [junit4]   2> 1013337 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=missing_is&facet.method=fc} hits=13 status=0 QTime=0 
   [junit4]   2> 1013337 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=missing_is&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013338 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=%7B%21key%3Dmissing_is%7Dmissing_is_dv} hits=13 status=0 QTime=1 
   [junit4]   2> 1013338 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=missing_s&facet.method=enum} hits=13 status=0 QTime=0 
   [junit4]   2> 1013339 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=missing_s&facet.method=fc} hits=13 status=0 QTime=1 
   [junit4]   2> 1013339 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=missing_s&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013340 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.field=%7B%21key%3Dmissing_s%7Dmissing_s_dv} hits=13 status=0 QTime=1 
   [junit4]   2> 1013340 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.missing=true&facet.field=missing_ss&facet.method=enum} hits=13 status=0 QTime=0 
   [junit4]   2> 1013341 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.missing=true&facet.field=missing_ss&facet.method=fc} hits=13 status=0 QTime=1 
   [junit4]   2> 1013341 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.missing=true&facet.field=missing_ss&facet.method=fcs} hits=13 status=0 QTime=0 
   [junit4]   2> 1013343 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.missing=true&facet.field=%7B%21key%3Dmissing_ss%7Dmissing_ss_dv} hits=13 status=0 QTime=2 
   [junit4]   2> 1013349 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[UQXX]} 0 1
   [junit4]   2> 1013353 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[FTDQ]} 0 1
   [junit4]   2> 1013356 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[GYXS]} 0 1
   [junit4]   2> 1013359 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {add=[HFCC]} 0 0
   [junit4]   2> 1013360 T5494 C1318 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1013367 T5494 C1318 oass.SolrIndexSearcher.<init> Opening Searcher@2ca7e91[collection1] main
   [junit4]   2> 1013368 T5494 C1318 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1013368 T5496 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2ca7e91[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c5) Uninverting(_3(5.0):C9/1:delGen=1) Uninverting(_4(5.0):C4))}
   [junit4]   2> 1013368 T5494 C1318 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> 1013370 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=_docid_+asc&q=*:*&indent=true&rows=34&fl=id&wt=json} hits=17 status=0 QTime=0 
   [junit4]   2> 1013371 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=id&facet.method=enum} hits=17 status=0 QTime=0 
   [junit4]   2> 1013372 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=id&facet.method=fc} hits=17 status=0 QTime=0 
   [junit4]   2> 1013373 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=id&facet.method=fcs} hits=17 status=0 QTime=0 
   [junit4]   2> 1013374 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.field=%7B%21key%3Did%7Did_dv} hits=17 status=0 QTime=0 
   [junit4]   2> 1013375 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=enum} hits=17 status=0 QTime=0 
   [junit4]   2> 1013376 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fc} hits=17 status=0 QTime=0 
   [junit4]   2> 1013377 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.sort=count&facet.mincount=1&facet.field=score_f&facet.method=fcs} hits=17 status=0 QTime=1 
   [junit4]   2> 1013378 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.limit=100&facet.sort=count&facet.mincount=1&facet.field=%7B%21key%3Dscore_f%7Dscore_f_dv} hits=17 status=0 QTime=1 
   [junit4]   2> 1013379 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_i&facet.method=enum} hits=17 status=0 QTime=1 
   [junit4]   2> 1013379 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_i&facet.method=fc} hits=17 status=0 QTime=0 
   [junit4]   2> 1013380 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=5&facet.field=foo_i&facet.method=fcs} hits=17 status=0 QTime=1 
   [junit4]   2> 1013380 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=5&facet.field=%7B%21key%3Dfoo_i%7Dfoo_i_dv} hits=17 status=0 QTime=0 
   [junit4]   2> 1013381 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=small_s&facet.method=enum} hits=17 status=0 QTime=1 
   [junit4]   2> 1013381 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=small_s&facet.method=fc} hits=17 status=0 QTime=0 
   [junit4]   2> 1013382 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=small_s&facet.method=fcs} hits=17 status=0 QTime=0 
   [junit4]   2> 1013383 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.field=%7B%21key%3Dsmall_s%7Dsmall_s_dv} hits=17 status=0 QTime=1 
   [junit4]   2> 1013383 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=small2_s&facet.method=enum} hits=17 status=0 QTime=0 
   [junit4]   2> 1013384 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=small2_s&facet.method=fc} hits=17 status=0 QTime=0 
   [junit4]   2> 1013385 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=small2_s&facet.method=fcs} hits=17 status=0 QTime=1 
   [junit4]   2> 1013386 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=%7B%21key%3Dsmall2_s%7Dsmall2_s_dv} hits=17 status=0 QTime=1 
   [junit4]   2> 1013386 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.missing=true&facet.field=small2_ss&facet.method=enum} hits=17 status=0 QTime=0 
   [junit4]   2> 1013387 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.missing=true&facet.field=small2_ss&facet.method=fc} hits=17 status=0 QTime=0 
   [junit4]   2> 1013388 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.missing=true&facet.field=small2_ss&facet.method=fcs} hits=17 status=0 QTime=1 
   [junit4]   2> 1013389 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.missing=true&facet.field=%7B%21key%3Dsmall2_ss%7Dsmall2_ss_dv} hits=17 status=0 QTime=1 
   [junit4]   2> 1013390 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.prefix=&facet.field=small3_ss&facet.method=enum} hits=17 status=0 QTime=1 
   [junit4]   2> 1013392 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.prefix=&facet.field=small3_ss&facet.method=fc} hits=17 status=0 QTime=2 
   [junit4]   2> 1013393 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.prefix=&facet.field=small3_ss&facet.method=fcs} hits=17 status=0 QTime=1 
   [junit4]   2> 1013394 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.prefix=&facet.field=%7B%21key%3Dsmall3_ss%7Dsmall3_ss_dv} hits=17 status=0 QTime=1 
   [junit4]   2> 1013395 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=small4_ss&facet.method=enum} hits=17 status=0 QTime=0 
   [junit4]   2> 1013396 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=small4_ss&facet.method=fc} hits=17 status=0 QTime=0 
   [junit4]   2> 1013397 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=small4_ss&facet.method=fcs} hits=17 status=0 QTime=1 
   [junit4]   2> 1013398 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=index&facet.field=%7B%21key%3Dsmall4_ss%7Dsmall4_ss_dv} hits=17 status=0 QTime=1 
   [junit4]   2> 1013398 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.mincount=1&facet.field=small_i&facet.method=enum} hits=17 status=0 QTime=0 
   [junit4]   2> 1013399 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.mincount=1&facet.field=small_i&facet.method=fc} hits=17 status=0 QTime=0 
   [junit4]   2> 1013400 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.mincount=1&facet.field=small_i&facet.method=fcs} hits=17 status=0 QTime=1 
   [junit4]   2> 1013400 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.offset=0&facet.sort=count&facet.mincount=1&facet.field=%7B%21key%3Dsmall_i%7Dsmall_i_dv} hits=17 status=0 QTime=0 
   [junit4]   2> 1013401 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=enum} hits=17 status=0 QTime=0 
   [junit4]   2> 1013402 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=fc} hits=17 status=0 QTime=1 
   [junit4]   2> 1013402 T5494 C1318 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*%3A*&q=rows&q=0&rows=0&facet.sort=count&face

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

quest.SimpleFacets.getFacetFieldCounts(SimpleFacets.java:594)
   [junit4]    > 	at org.apache.solr.request.SimpleFacets.getFacetCounts(SimpleFacets.java:260)
   [junit4]    > 	at org.apache.solr.handler.component.FacetComponent.process(FacetComponent.java:84)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:221)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1964)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:295)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:278)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:226)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:139)
   [junit4]    > 	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:122)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    > 	at org.apache.solr.request.DocValuesFacets.getCounts(DocValuesFacets.java:106)
   [junit4]    > 	at org.apache.solr.request.SimpleFacets.getTermCounts(SimpleFacets.java:432)
   [junit4]    > 	at org.apache.solr.request.SimpleFacets$3.call(SimpleFacets.java:561)
   [junit4]    > 	at org.apache.solr.request.SimpleFacets$3.call(SimpleFacets.java:553)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at org.apache.solr.request.SimpleFacets$2.execute(SimpleFacets.java:507)
   [junit4]    > 	at org.apache.solr.request.SimpleFacets.getFacetFieldCounts(SimpleFacets.java:577)
   [junit4]    > 	... 50 more
   [junit4]   2> 1021007 T5494 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1021007 T5494 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=737727718
   [junit4]   2> 1021007 T5494 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14741d8a
   [junit4]   2> 1021008 T5494 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=153,autocommits=0,soft autocommits=0,optimizes=10,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=324,cumulative_deletesById=0,cumulative_deletesByQuery=45,cumulative_errors=0}
   [junit4]   2> 1021008 T5494 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1021008 T5494 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1021008 T5494 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1021009 T5494 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1021009 T5494 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1021009 T5494 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001;done=false>>]
   [junit4]   2> 1021009 T5494 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001
   [junit4]   2> 1021009 T5494 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1021010 T5494 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.TestRandomDVFaceting-768DB868E56588CD-001
   [junit4]   2> NOTE: test params are: codec=Lucene46: {small_i=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), small2_s=Pulsing41(freqCutoff=7 minBlockSize=88 maxBlockSize=187), small4_ss=PostingsFormat(name=Memory doPackFST= true), small3_is=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), small2_ss=PostingsFormat(name=Direct), small2_i=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), small_s=Pulsing41(freqCutoff=7 minBlockSize=88 maxBlockSize=187), small2_is=PostingsFormat(name=Memory doPackFST= true), foo_i=PostingsFormat(name=Direct), score_f=Pulsing41(freqCutoff=7 minBlockSize=88 maxBlockSize=187), id=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), small3_ss=Pulsing41(freqCutoff=7 minBlockSize=88 maxBlockSize=187)}, docValues:{small2_ss_dv=DocValuesFormat(name=Asserting), small2_s_dv=DocValuesFormat(name=Disk), id_dv=DocValuesFormat(name=Disk), small2_i_dv=DocValuesFormat(name=SimpleText), small_s_dv=DocValuesFormat(name=Disk), foo_i_dv=DocValuesFormat(name=Lucene45), small3_ss_dv=DocValuesFormat(name=Disk), small4_ss_dv=DocValuesFormat(name=Asserting), small3_is_dv=DocValuesFormat(name=SimpleText), small_i_dv=DocValuesFormat(name=SimpleText), score_f_dv=DocValuesFormat(name=SimpleText), small2_is_dv=DocValuesFormat(name=Lucene45)}, sim=DefaultSimilarity, locale=en_ZA, timezone=Pacific/Tarawa
   [junit4]   2> NOTE: Linux 3.8.0-39-generic amd64/Oracle Corporation 1.7.0_60-ea (64-bit)/cpus=8,threads=1,free=120006328,total=277716992
   [junit4]   2> NOTE: All tests run in this JVM: [TermsComponentTest, SliceStateTest, TestManagedSynonymFilterFactory, ClusterStateTest, ChaosMonkeyNothingIsSafeTest, TestSolrDeletionPolicy1, BinaryUpdateRequestHandlerTest, RAMDirectoryFactoryTest, OverseerTest, HdfsChaosMonkeySafeLeaderTest, SliceStateUpdateTest, DeleteShardTest, PolyFieldTest, CircularListTest, SearchHandlerTest, TestLuceneMatchVersion, TestFunctionQuery, AsyncMigrateRouteKeyTest, UnloadDistributedZkTest, BasicFunctionalityTest, SpellPossibilityIteratorTest, HttpPartitionTest, DistributedQueryComponentCustomSortTest, IndexSchemaTest, SynonymTokenizerTest, MBeansHandlerTest, PreAnalyzedUpdateProcessorTest, TestInitQParser, StatelessScriptUpdateProcessorFactoryTest, ExternalFileFieldSortTest, TestPseudoReturnFields, TestFieldTypeCollectionResource, AbstractAnalyticsFacetTest, ShardSplitTest, TestDefaultSimilarityFactory, ZkControllerTest, TestBM25SimilarityFactory, TestCustomSort, TestSolrXmlPersistor, CSVRequestHandlerTest, TestMergePolicyConfig, DeleteInactiveReplicaTest, CoreAdminHandlerTest, TestConfigSets, SolrInfoMBeanTest, TestSolrXml, TestRandomMergePolicy, TestSolrQueryParser, QueryFacetTest, DistributedSuggestComponentTest, SolrTestCaseJ4Test, DirectUpdateHandlerOptimizeTest, LeaderElectionTest, ZkCLITest, TestNRTOpen, UpdateParamsTest, SSLMigrationTest, PeerSyncTest, TestShortCircuitedRequests, TestSearchPerf, LukeRequestHandlerTest, NoFacetTest, TestBadConfig, DistributedTermsComponentTest, TestNonNRTOpen, PreAnalyzedFieldTest, BadCopyFieldTest, AddBlockUpdateTest, BasicDistributedZkTest, SchemaVersionSpecificBehaviorTest, ReturnFieldsTest, TestShardHandlerFactory, FileBasedSpellCheckerTest, TestStressUserVersions, TestImplicitCoreProperties, StressHdfsTest, TestExtendedDismaxParser, UUIDFieldTest, ResponseHeaderTest, TestCloudManagedSchemaAddField, TimeZoneUtilsTest, SolrCoreTest, AutoCommitTest, MergeStrategyTest, ScriptEngineTest, TestPHPSerializedResponseWriter, TestManagedSchemaFieldResource, QueryParsingTest, BlockCacheTest, TestValueSourceCache, SuggestComponentTest, TestReplicationHandler, TestFieldTypeResource, TestCharFilters, AnalysisAfterCoreReloadTest, WordBreakSolrSpellCheckerTest, TestFastLRUCache, BasicDistributedZk2Test, SyncSliceTest, RecoveryZkTest, ClusterStateUpdateTest, ZkSolrClientTest, TestRandomDVFaceting]
   [junit4] Completed on J0 in 8.10s, 1 test, 1 error <<< FAILURES!

[...truncated 590 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: 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:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 404 suites, 1686 tests, 1 error, 37 ignored (16 assumptions)

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