Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-repro/346/
[...truncated 29 lines...] [repro] Jenkins log URL: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-Tests-8.x/87//consoleText [repro] Revision: a7d876b6e6dba80a1820084cd6930ef58a480bed [repro] Repro line: ant test -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=770BA4E8B49238F7 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=id -Dtests.timezone=Chile/Continental -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [repro] git rev-parse --abbrev-ref HEAD [repro] git rev-parse HEAD [repro] Initial local git branch/revision: f7779339d569b3aaa59b1cdfb7368b1bb6650bcc [repro] JUnit rest result XML files will be moved to: ./repro-reports [repro] git fetch [repro] git checkout a7d876b6e6dba80a1820084cd6930ef58a480bed [...truncated 2 lines...] [repro] git merge --ff-only [...truncated 1 lines...] [repro] ant clean [...truncated 6 lines...] [repro] Test suites by module: [repro] solr/core [repro] TestRandomDVFaceting [repro] ant compile-test [...truncated 3450 lines...] [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomDVFaceting" -Dtests.showOutput=onerror -Dtests.seed=770BA4E8B49238F7 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=id -Dtests.timezone=Chile/Continental -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [...truncated 16554 lines...] [junit4] 2> 46918 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'b'!='c' @ facet_counts/facet_fields/small2_ss/[2] [junit4] 2> expected ={ [junit4] 2> "response":{"numFound":7,"start":0,"numFoundExact":true,"docs":[] [junit4] 2> }, [junit4] 2> "facet_counts":{ [junit4] 2> "facet_queries":{}, [junit4] 2> "facet_fields":{ [junit4] 2> "small2_ss":[ [junit4] 2> "d",2, [junit4] 2> "b",1, [junit4] 2> "e",0, [junit4] 2> "f",0]}, [junit4] 2> "facet_ranges":{}, [junit4] 2> "facet_intervals":{}, [junit4] 2> "facet_heatmaps":{}}} [junit4] 2> [junit4] 2> response = { [junit4] 2> "response":{"numFound":7,"start":0,"numFoundExact":true,"docs":[] [junit4] 2> }, [junit4] 2> "facet_counts":{ [junit4] 2> "facet_queries":{}, [junit4] 2> "facet_fields":{ [junit4] 2> "small2_ss":[ [junit4] 2> "d",2, [junit4] 2> "c",1, [junit4] 2> "e",0, [junit4] 2> "f",0]}, [junit4] 2> "facet_ranges":{}, [junit4] 2> "facet_intervals":{}, [junit4] 2> "facet_heatmaps":{}}} [junit4] 2> [junit4] 2> request = facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_ss&facet.method=uif [junit4] 2> 46925 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting -Dtests.seed=770BA4E8B49238F7 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=id -Dtests.timezone=Chile/Continental -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] FAILURE 35.7s J3 | TestRandomDVFaceting.testRandomFaceting <<< [junit4] > Throwable #1: java.lang.AssertionError: mismatch: 'b'!='c' @ facet_counts/facet_fields/small2_ss/[2] [junit4] > at __randomizedtesting.SeedInfo.seed([770BA4E8B49238F7:7A63843DE16BF048]:0) [junit4] > at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292) [junit4] > at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175) [junit4] > at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158) [junit4] > at java.lang.Thread.run(Thread.java:748) [junit4] 2> 46933 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> 46933 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=213270149 [junit4] 2> 46934 INFO (coreCloseExecutor-19-thread-1) [ ] o.a.s.c.SolrCore [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@4ac449a2 [junit4] 2> 46934 INFO (coreCloseExecutor-19-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@4ac449a2 [junit4] 2> 46934 INFO (coreCloseExecutor-19-thread-1) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@55d69569: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@74780646 [junit4] 2> 47382 INFO (coreCloseExecutor-19-thread-1) [ ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() ... SKIPPED (unnecessary). [junit4] 2> 47394 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null [junit4] 2> 47394 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58dd85fe: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@13434e40 [junit4] 2> 47404 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null [junit4] 2> 47404 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@560566f6: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@40ae5900 [junit4] 2> 47404 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null [junit4] 2> 47404 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b5bc184: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@750dea8b [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp/solr.TestRandomDVFaceting_770BA4E8B49238F7-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene87): {small3_ss=Lucene84, foo_ds_dv=Lucene84, foo_f_dv=PostingsFormat(name=Asserting), small_i=Lucene84, small3_is=Lucene84, small_s=Lucene84, score_f=Lucene84, score_d=Lucene84, id=Lucene84, foo_i=PostingsFormat(name=Asserting), foo_fs_dv=Lucene84, foo_l=Lucene84, small4_ss=PostingsFormat(name=Asserting), small2_s=Lucene84, small2_i=Lucene84, foo_ls_dv=Lucene84, small2_is=PostingsFormat(name=Asserting), foo_ds=PostingsFormat(name=Direct), foo_fs=PostingsFormat(name=Asserting), score_f_dv=PostingsFormat(name=Asserting), foo_d_dv=PostingsFormat(name=Direct), score_d_dv=PostingsFormat(name=Direct), foo_d=Lucene84, small2_ss=PostingsFormat(name=Direct), foo_l_dv=PostingsFormat(name=Direct), foo_f=Lucene84, foo_ls=PostingsFormat(name=Direct)}, docValues:{score_f_p=DocValuesFormat(name=Lucene80), id_dv=DocValuesFormat(name=Lucene80), small2_s_dv=DocValuesFormat(name=Lucene80), score_d_p=DocValuesFormat(name=Lucene80), small2_is_p=DocValuesFormat(name=Direct), small3_is_dv=DocValuesFormat(name=Lucene80), foo_ds_dv=DocValuesFormat(name=Asserting), foo_f_dv=DocValuesFormat(name=Lucene80), foo_ds_p=DocValuesFormat(name=Asserting), foo_l_p=DocValuesFormat(name=Lucene80), foo_i_p=DocValuesFormat(name=Asserting), small2_i_dv=DocValuesFormat(name=Lucene80), small4_ss_dv=DocValuesFormat(name=Direct), small_s_dv=DocValuesFormat(name=Lucene80), foo_i_dv=DocValuesFormat(name=Asserting), small2_ss_dv=DocValuesFormat(name=Asserting), foo_fs_dv=DocValuesFormat(name=Direct), small2_is_dv=DocValuesFormat(name=Direct), small_i_p=DocValuesFormat(name=Lucene80), small2_i_p=DocValuesFormat(name=Lucene80), small_i_dv=DocValuesFormat(name=Lucene80), small3_is_p=DocValuesFormat(name=Lucene80), foo_ls_dv=DocValuesFormat(name=Asserting), foo_f_p=DocValuesFormat(name=Lucene80), foo_ls_p=DocValuesFormat(name=Asserting), foo_d_p=DocValuesFormat(name=Lucene80), foo_fs_p=DocValuesFormat(name=Direct), score_f_dv=DocValuesFormat(name=Lucene80), foo_d_dv=DocValuesFormat(name=Lucene80), score_d_dv=DocValuesFormat(name=Lucene80), foo_l_dv=DocValuesFormat(name=Lucene80), small3_ss_dv=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=438, maxMBSortInHeap=5.524104355721509, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=id, timezone=Chile/Continental [junit4] 2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=228095848,total=345505792 [junit4] 2> NOTE: All tests run in this JVM: [TestRandomDVFaceting] [junit4] Completed [1/5 (1!)] on J3 in 46.30s, 1 test, 1 failure <<< FAILURES! [junit4] [junit4] Suite: org.apache.solr.TestRandomDVFaceting [junit4] 2> 3898 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/server/solr/configsets/_default/conf' [junit4] 2> 3913 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 3931 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp/solr.TestRandomDVFaceting_770BA4E8B49238F7-001/data-dir-1-001 [junit4] 2> 4047 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 4326 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.e.j.u.log Logging initialized @4412ms to org.eclipse.jetty.util.log.Slf4jLog [junit4] 2> 4332 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 4378 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore [junit4] 2> 4604 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0 [junit4] 2> 4943 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.s.IndexSchema Schema name=test [junit4] 2> 4967 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.D.s.TrieIntField Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly. [junit4] 2> 5183 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.D.s.TrieFloatField Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly. [junit4] 2> 5188 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.D.s.TrieLongField Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly. [junit4] 2> 5193 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.D.s.TrieDoubleField Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly. [junit4] 2> 5197 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.D.s.TrieDateField Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly. [junit4] 2> 5235 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id [junit4] 2> 5241 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.c.SolrPaths Using system property solr.solr.home: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr [junit4] 2> 7431 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles]. Features requiring this directory may fail. [junit4] 2> => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles" "write") [junit4] 2> at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) [junit4] 2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/userfiles" "write") [junit4] 2> at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252] [junit4] 2> at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252] [junit4] 2> at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252] [junit4] 2> at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252] [junit4] 2> at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?] [junit4] 2> at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?] [junit4] 2> at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_252] [junit4] 2> at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252] [junit4] 2> at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252] [junit4] 2> at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:371) [java/:?] [junit4] 2> at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:336) [java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?] [junit4] 2> at org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) [test/:?] [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] [junit4] 2> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1] [junit4] 2> at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?] [junit4] 2> at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?] [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?] [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?] [junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252] [junit4] 2> 7453 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr]. Features requiring this directory may fail. [junit4] 2> => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore" "write") [junit4] 2> at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) [junit4] 2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/filestore" "write") [junit4] 2> at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252] [junit4] 2> at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252] [junit4] 2> at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252] [junit4] 2> at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252] [junit4] 2> at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252] [junit4] 2> at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252] [junit4] 2> at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?] [junit4] 2> at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?] [junit4] 2> at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?] [junit4] 2> at org.apache.solr.core.CoreContainer.load(CoreContainer.java:672) [java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?] [junit4] 2> at org.apache.solr.TestRandomDVFaceting.beforeTests(TestRandomDVFaceting.java:55) [test/:?] [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] [junit4] 2> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1] [junit4] 2> at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?] [junit4] 2> at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?] [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?] [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?] [junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?] [junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252] [junit4] 2> 7735 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 8112 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@a5f2bd7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 8112 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@a5f2bd7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 8307 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ad6f7e0[provider=null,keyStore=null,trustStore=null] [junit4] 2> 8308 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ad6f7e0[provider=null,keyStore=null,trustStore=null] [junit4] 2> 8602 WARN (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 9212 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e7b172a [junit4] 2> 9214 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e7b172a [junit4] 2> 9214 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e7b172a [junit4] 2> 9374 INFO (coreLoadExecutor-12-thread-1) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 9396 INFO (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0 [junit4] 2> 9417 INFO (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.s.IndexSchema Schema name=test [junit4] 2> 9429 INFO (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id [junit4] 2> 9430 INFO (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1, trusted=true [junit4] 2> 9481 INFO (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e7b172a [junit4] 2> 9494 INFO (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp/solr.TestRandomDVFaceting_770BA4E8B49238F7-001/data-dir-1-001/] [junit4] 2> 9536 INFO (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=48.2958984375, floorSegmentMB=1.119140625, forceMergeDeletesPctAllowed=13.461524858485353, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=32.96439818931182 [junit4] 2> 11716 INFO (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 11716 INFO (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 11720 INFO (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=13.91796875, floorSegmentMB=1.4541015625, forceMergeDeletesPctAllowed=9.031253834236988, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16046612639819324, deletesPctAllowed=20.786325227331986 [junit4] 2> 11755 WARN (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead. [junit4] 2> 11783 INFO (coreLoadExecutor-12-thread-1) [ x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms [junit4] 2> 11790 INFO (SUITE-TestRandomDVFaceting-seed#[770BA4E8B49238F7]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore end [junit4] 2> 11796 INFO (searcherExecutor-14-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms [junit4] 2> 11817 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting [junit4] 2> 12056 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 12062 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 236 [junit4] 2> 12147 INFO (searcherExecutor-14-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 1 ms [junit4] 2> 12151 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 81 [junit4] 2> 12187 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=0&wt=json} hits=0 status=0 QTime=29 [junit4] 2> 12222 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=id&facet.method=enum} hits=0 status=0 QTime=29 [junit4] 2> 12228 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=id&facet.method=fc} hits=0 status=0 QTime=5 [junit4] 2> 12236 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=7 [junit4] 2> 12236 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0 [junit4] 2> 12237 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=id&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12511 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=score_f&facet.method=enum} hits=0 status=0 QTime=272 [junit4] 2> 12529 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=score_f&facet.method=fc} hits=0 status=0 QTime=17 [junit4] 2> 12530 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=score_f&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12531 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0 [junit4] 2> 12574 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field=score_f&facet.method=uif} hits=0 status=0 QTime=43 [junit4] 2> 12575 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.missing=true&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12576 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12579 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=2 [junit4] 2> 12579 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12580 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0 [junit4] 2> 12580 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12581 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12582 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12584 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=fc} hits=0 status=0 QTime=2 [junit4] 2> 12585 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12585 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dfoo_i}foo_i_dv} hits=0 status=0 QTime=0 [junit4] 2> 12586 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12586 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12587 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12589 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=2 [junit4] 2> 12589 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12590 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0 [junit4] 2> 12590 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12591 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12592 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small_s&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12592 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small_s&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12593 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small_s&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12593 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field={!key%3Dsmall_s}small_s_dv} hits=0 status=0 QTime=0 [junit4] 2> 12593 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.field=small_s&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12594 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12594 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12595 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12595 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0 [junit4] 2> 12596 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small2_s&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12596 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12597 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12597 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12597 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0 [junit4] 2> 12598 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12598 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12599 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12599 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12600 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0 [junit4] 2> 12600 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small3_ss&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12601 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.missing=true&facet.field=small4_ss&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12601 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.missing=true&facet.field=small4_ss&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12601 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.missing=true&facet.field=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12602 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.missing=true&facet.field={!key%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0 [junit4] 2> 12602 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.prefix=&facet.missing=true&facet.field=small4_ss&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12603 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=small_i&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12603 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=small_i&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12604 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=small_i&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12604 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0 [junit4] 2> 12605 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=small_i&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12605 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12605 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12606 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12606 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12607 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=0 [junit4] 2> 12607 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12608 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12608 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=1&facet.field=small2_is&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12609 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=1&facet.field=small2_is&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12609 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=1&facet.field=small2_is&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12609 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=1&facet.field={!key%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0 [junit4] 2> 12617 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=small2_is,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0} [junit4] 2> 12619 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=1&facet.field=small2_is&facet.method=uif} hits=0 status=0 QTime=9 [junit4] 2> 12619 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=1&facet.field={!key%3Dsmall2_is}small2_is_p&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12620 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=2&facet.field=small3_is&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12621 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=2&facet.field=small3_is&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12621 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=2&facet.field=small3_is&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12621 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=2&facet.field={!key%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0 [junit4] 2> 12622 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=small3_is,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0} [junit4] 2> 12622 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=2&facet.field=small3_is&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12622 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=2&facet.field={!key%3Dsmall3_is}small3_is_p&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12623 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12623 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12624 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12624 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=0 [junit4] 2> 12624 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12625 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12625 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12626 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12626 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=0 [junit4] 2> 12627 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=1&facet.field=foo_f&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12627 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12628 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.field=foo_ds&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12628 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.field=foo_ds&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12628 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.field=foo_ds&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12629 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.field={!key%3Dfoo_ds}foo_ds_dv} hits=0 status=0 QTime=0 [junit4] 2> 12632 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.field=foo_ds&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12633 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12633 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12634 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12634 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_d}foo_d_dv} hits=0 status=0 QTime=0 [junit4] 2> 12635 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=foo_d&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12635 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12636 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12636 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12636 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12637 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0 [junit4] 2> 12637 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=foo_ls&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12638 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12638 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12638 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12639 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0 [junit4] 2> 12639 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=3&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12640 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12640 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12640 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12641 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12641 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field={!key%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=0 [junit4] 2> 12641 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.field=missing_is&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12642 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.prefix=&facet.field=missing_s&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12642 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.prefix=&facet.field=missing_s&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12643 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.prefix=&facet.field=missing_s&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12643 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.prefix=&facet.field={!key%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0 [junit4] 2> 12643 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.prefix=&facet.field=missing_s&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 12644 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=2&facet.field=missing_ss&facet.method=enum} hits=0 status=0 QTime=0 [junit4] 2> 12644 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=2&facet.field=missing_ss&facet.method=fc} hits=0 status=0 QTime=0 [junit4] 2> 12644 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=2&facet.field=missing_ss&facet.method=fcs} hits=0 status=0 QTime=0 [junit4] 2> 12645 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=2&facet.field={!key%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=0 [junit4] 2> 12645 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=missing_ss,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0} [junit4] 2> 12645 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.mincount=2&facet.field=missing_ss&facet.method=uif} hits=0 status=0 QTime=0 [junit4] 2> 13006 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={wt=json&indent=true}{add=[UWUI]} 0 359 [junit4] 2> 13536 INFO (searcherExecutor-14-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms [junit4] 2> 13537 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 530 [junit4] 2> 13557 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={wt=json&indent=true}{add=[RYVS]} 0 15 [junit4] 2> 13566 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={wt=json&indent=true}{add=[EPVY]} 0 7 [junit4] 2> 13571 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={wt=json&indent=true}{add=[PQAS]} 0 3 [junit4] 2> 13579 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={wt=json&indent=true}{add=[IRIY]} 0 7 [junit4] 2> 13725 INFO (searcherExecutor-14-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms [junit4] 2> 13727 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 147 [junit4] 2> 13747 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=10&wt=json} hits=5 status=0 QTime=19 [junit4] 2> 13768 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=A&facet.field=id&facet.method=enum} hits=5 status=0 QTime=7 [junit4] 2> 13782 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=A&facet.field=id&facet.method=fc} hits=5 status=0 QTime=13 [junit4] 2> 13790 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=A&facet.field=id&facet.method=fcs} hits=5 status=0 QTime=8 [junit4] 2> 13804 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=A&facet.field={!key%3Did}id_dv} hits=5 status=0 QTime=13 [junit4] 2> 13805 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.prefix=A&facet.field=id&facet.method=uif} hits=5 status=0 QTime=0 [junit4] 2> 13806 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=enum} hits=5 status=0 QTime=0 [junit4] 2> 13813 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fc} hits=5 status=0 QTime=7 [junit4] 2> 13814 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=fcs} hits=5 status=0 QTime=0 [junit4] 2> 13814 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_dv} hits=5 status=0 QTime=0 [junit4] 2> 13815 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=score_f&facet.method=uif} hits=5 status=0 QTime=0 [junit4] 2> 13815 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=5 status=0 QTime=0 [junit4] 2> 13816 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=score_d&facet.method=enum} hits=5 status=0 QTime=0 [junit4] 2> 13817 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=score_d&facet.method=fc} hits=5 status=0 QTime=0 [junit4] 2> 13817 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=score_d&facet.method=fcs} hits=5 status=0 QTime=0 [junit4] 2> 13818 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dscore_d}score_d_dv} hits=5 status=0 QTime=0 [junit4] 2> 13818 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=score_d&facet.method=uif} hits=5 status=0 QTime=0 [junit4] 2> 13819 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=5 status=0 QTime=0 [junit4] 2> 13848 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=foo_i&facet.method=enum} hits=5 status=0 QTime=28 [junit4] 2> 13849 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=foo_i&facet.method=fc} hits=5 status=0 QTime=0 [junit4] 2> 13849 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=foo_i&facet.method=fcs} hits=5 status=0 QTime=0 [junit4] 2> 13857 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field={!key%3Dfoo_i}foo_i_dv} hits=5 status=0 QTime=7 [junit4] 2> 13895 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field=foo_i&facet.method=uif} hits=5 status=0 QTime=37 [junit4] 2> 13896 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=5&facet.missing=true&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=5 status=0 QTime=0 [junit4] 2> 13896 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=enum} hits=5 status=0 QTime=0 [junit4] 2> 13897 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=fc} hits=5 status=0 QTime=0 [junit4] 2> 13897 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=fcs} hits=5 status=0 QTime=0 [junit4] 2> 13898 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_l}foo_l_dv} hits=5 status=0 QTime=0 [junit4] 2> 13898 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=foo_l&facet.method=uif} hits=5 status=0 QTime=0 [junit4] 2> 13899 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=5 status=0 QTime=0 [junit4] 2> 13901 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=index&facet.prefix=&facet.field=small_s&facet.method=enum} hits=5 status=0 QTime=1 [junit4] 2> 13902 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=index&facet.prefix=&facet.field=small_s&facet.method=fc} hits=5 status=0 QTime=0 [junit4] 2> 13902 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=index&facet.prefix=&facet.field=small_s&facet.method=fcs} hits=5 status=0 QTime=0 [junit4] 2> 13903 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=index&facet.prefix=&facet.field={!key%3Dsmall_s}small_s_dv} hits=5 status=0 QTime=0 [junit4] 2> 13904 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.sort=index&facet.prefix=&facet.field=small_s&facet.method=uif} hits=5 status=0 QTime=0 [junit4] 2> 13905 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=enum} hits=5 status=0 QTime=1 [junit4] 2> 13907 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=fc} hits=5 status=0 QTime=1 [junit4] 2> 13907 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=fcs} hits=5 status=0 QTime=0 [junit4] 2> 13908 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=5 status=0 QTime=0 [junit4] 2> 13909 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=uif} hits=5 status=0 QTime=0 [junit4] 2> 13910 INFO (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[770BA4E8B49238F7]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null p [...truncated too long message...] ver: common.compile-core: compile-core: common.compile-test: [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test [javac] Compiling 1026 source files to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test/org/apache/hadoop/package-info.class [copy] Copying 1 file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/classes/test common-solr.compile-test: compile-test: BUILD SUCCESSFUL Total time: 56 seconds [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRandomDVFaceting" -Dtests.showOutput=onerror -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=id -Dtests.timezone=Chile/Continental -Dtests.asserts=true -Dtests.file.encoding=UTF-8 Buildfile: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/core/build.xml -clover.disable: ivy-configure: [ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/lucene/top-level-ivy-settings.xml install-junit4-taskdef: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: resolve-groovy: [ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working [ivy:cachepath] confs: [default] [ivy:cachepath] found org.codehaus.groovy#groovy-all;2.4.17 in public [ivy:cachepath] :: resolution report :: resolve 12ms :: artifacts dl 0ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 1 | 0 | 0 | 0 || 1 | 0 | --------------------------------------------------------------------- -init-totals: -test: [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/temp [junit4] <JUnit4> says olá! Master seed: F7649DB01C425C7D [junit4] Executing 5 suites with 4 JVMs. [junit4] [junit4] Started J2 PID(32280@localhost). [junit4] Started J1 PID(32277@localhost). [junit4] Started J3 PID(32274@localhost). [junit4] Started J0 PID(32276@localhost). [junit4] Suite: org.apache.solr.TestRandomDVFaceting [junit4] OK 35.4s J1 | TestRandomDVFaceting.testRandomFaceting [junit4] Completed [1/5] on J1 in 45.20s, 1 test [junit4] [junit4] Suite: org.apache.solr.TestRandomDVFaceting [junit4] OK 35.3s J3 | TestRandomDVFaceting.testRandomFaceting [junit4] Completed [2/5] on J3 in 45.49s, 1 test [junit4] [junit4] Suite: org.apache.solr.TestRandomDVFaceting [junit4] OK 35.2s J2 | TestRandomDVFaceting.testRandomFaceting [junit4] Completed [3/5] on J2 in 46.55s, 1 test [junit4] [junit4] Suite: org.apache.solr.TestRandomDVFaceting [junit4] OK 35.8s J0 | TestRandomDVFaceting.testRandomFaceting [junit4] Completed [4/5] on J0 in 47.48s, 1 test [junit4] [junit4] Suite: org.apache.solr.TestRandomDVFaceting [junit4] OK 13.1s J1 | TestRandomDVFaceting.testRandomFaceting [junit4] Completed [5/5] on J1 in 13.93s, 1 test [junit4] [junit4] JVM J0: 0.74 .. 49.13 = 48.40s [junit4] JVM J1: 0.72 .. 61.93 = 61.22s [junit4] JVM J2: 0.65 .. 48.68 = 48.02s [junit4] JVM J3: 0.72 .. 47.36 = 46.63s [junit4] Execution time total: 1 minute 1 second [junit4] Tests summary: 5 suites, 5 tests [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J0/temp]) [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J2/temp]) [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J1/temp]) [junit4] Could not remove temporary path: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-repro/solr/build/solr-core/test/J3/temp]) [echo] 5 slowest tests: [junit4:tophints] 39.47s | org.apache.solr.TestRandomDVFaceting -check-totals: test-nocompile: BUILD SUCCESSFUL Total time: 1 minute 3 seconds [repro] Failures at the tip of branch_8x without a seed: [repro] 0/5 failed: org.apache.solr.TestRandomDVFaceting [repro] git checkout f7779339d569b3aaa59b1cdfb7368b1bb6650bcc Note: checking out 'f7779339d569b3aaa59b1cdfb7368b1bb6650bcc'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at f7779339d56 Correct sandbox class name. [repro] Exiting with code 256 Archiving artifacts java.lang.InterruptedException: no matches found within 10000 at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2826) at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705) at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2686) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3073) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene1 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at hudson.FilePath.act(FilePath.java:1069) at hudson.FilePath.act(FilePath.java:1058) at hudson.FilePath.validateAntFileMask(FilePath.java:2684) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1905) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) Caused: hudson.FilePath$TunneledInterruptedException at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3075) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000 at hudson.FilePath.act(FilePath.java:1071) at hudson.FilePath.act(FilePath.java:1058) at hudson.FilePath.validateAntFileMask(FilePath.java:2684) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1905) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error? Recording test results Build step 'Publish JUnit test result report' changed build result to UNSTABLE Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures)
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
