You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/05/11 00:04:57 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1296 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1296/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.update.HardAutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([FC35F2639600D0CA:46E79D1B152E3EDF]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:896)
	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:889)
	... 40 more


FAILED:  org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([FC35F2639600D0CA:9E580C22598EB0F4]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12194 lines...]
   [junit4] Suite: org.apache.solr.update.HardAutoCommitTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_FC35F2639600D0CA-001/init-core-data-001
   [junit4]   2> 1625197 WARN  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=243 numCloses=243
   [junit4]   2> 1625198 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1625199 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1625200 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1625200 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1625261 WARN  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1625262 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1625302 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1625515 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1625624 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4cce6b29
   [junit4]   2> 1625629 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4cce6b29
   [junit4]   2> 1625629 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4cce6b29
   [junit4]   2> 1625631 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1625752 WARN  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1625753 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1625776 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1625914 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1625920 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1625920 INFO  (coreLoadExecutor-7446-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@4cce6b29
   [junit4]   2> 1625920 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1625920 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_FC35F2639600D0CA-001/init-core-data-001/]
   [junit4]   2> 1625922 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13793760150133352]
   [junit4]   2> 1625997 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1625997 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1625999 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1625999 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1626044 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=1.9345703125, floorSegmentMB=1.8642578125, forceMergeDeletesPctAllowed=9.43823458261851, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4028127818509891
   [junit4]   2> 1626048 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ae70743[collection1] main]
   [junit4]   2> 1626055 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1626076 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1626138 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1626138 INFO  (coreLoadExecutor-7446-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567053769398550528
   [junit4]   2> 1626143 INFO  (searcherExecutor-7447-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1626144 INFO  (searcherExecutor-7447-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1626144 INFO  (searcherExecutor-7447-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1626144 INFO  (searcherExecutor-7447-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1626144 INFO  (searcherExecutor-7447-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1626145 INFO  (searcherExecutor-7447-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1626145 INFO  (searcherExecutor-7447-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1626146 INFO  (searcherExecutor-7447-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1626148 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1626150 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1626150 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1626150 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e5167e2[collection1] realtime]
   [junit4]   2> 1626151 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 1626151 INFO  (searcherExecutor-7447-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1626151 ERROR (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1626151 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1626152 INFO  (searcherExecutor-7447-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@ae70743[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1626201 WARN  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1626202 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1626224 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1626454 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1626460 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1626474 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    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@4cce6b29
   [junit4]   2> 1626474 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_FC35F2639600D0CA-001/init-core-data-001/]
   [junit4]   2> 1626551 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1626551 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1626552 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@517d90db[collection1] main]
   [junit4]   2> 1626553 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1626553 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1626560 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1626560 INFO  (searcherExecutor-7452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1626560 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567053769841049600
   [junit4]   2> 1626561 INFO  (searcherExecutor-7452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1626561 INFO  (searcherExecutor-7452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1626561 INFO  (searcherExecutor-7452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1626561 INFO  (searcherExecutor-7452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1626561 INFO  (searcherExecutor-7452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1626562 INFO  (searcherExecutor-7452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1626562 INFO  (searcherExecutor-7452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1626562 INFO  (searcherExecutor-7452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1626563 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4908894417311519]
   [junit4]   2> 1626563 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1626571 INFO  (searcherExecutor-7452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@517d90db[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1626571 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f9b482[collection1] main]
   [junit4]   2> 1626571 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1efda82c
   [junit4]   2> 1626575 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=519940140
   [junit4]   2> 1626586 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1567053769867264000)]} 0 4
   [junit4]   2> 1626587 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1626592 INFO  (searcherExecutor-7452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7f9b482[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1626843 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1567053770137796608)]} 0 261
   [junit4]   2> 1626852 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=8
   [junit4]   2> 1626853 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1567053770147233792)]} 0 271
   [junit4]   2> 1626853 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1626853 ERROR (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 1626853 ERROR (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:889)
   [junit4]   2> 	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1626854 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[FC35F2639600D0CA]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HardAutoCommitTest -Dtests.method=testCommitWithin -Dtests.seed=FC35F2639600D0CA -Dtests.slow=true -Dtests.locale=sl -Dtests.timezone=America/Cancun -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.83s J0 | HardAutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FC35F2639600D0CA:46E79D1B152E3EDF]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:896)
   [junit4]    > 	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:889)
   [junit4]    > 	... 40 more
   [junit4]   2> 1626978 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1626978 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1188608718
   [junit4]   2> 1626978 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1626979 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1626980 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1626982 INFO  (SUITE-HardAutoCommitTest-seed#[FC35F2639600D0CA]-worker) [    x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1627037 INFO  (coreCloseExecutor-7456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@989ce6
   [junit4]   2> 1627038 INFO  (coreCloseExecutor-7456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1627038 INFO  (coreCloseExecutor-7456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12743732 commitCommandVersion:0
   [junit4]   2> 1627040 INFO  (coreCloseExecutor-7456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=10001638
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_FC35F2639600D0CA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {range_facet_l_dv=FSTOrd50, field_t=FSTOrd50, multiDefault=PostingsFormat(name=LuceneFixedGap), subject=PostingsFormat(name=LuceneFixedGap), intDefault=PostingsFormat(name=Direct), id=FSTOrd50, range_facet_i_dv=PostingsFormat(name=LuceneFixedGap), text=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=LuceneFixedGap), timestamp=PostingsFormat(name=LuceneFixedGap)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1190, maxMBSortInHeap=6.846545520841236, sim=RandomSimilarity(queryNorm=true): {}, locale=sl, timezone=America/Cancun
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=3,threads=1,free=171700736,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestUpdate, TlogReplayBufferedWhileIndexingTest, DistributedSuggestComponentTest, TestPayloadScoreQParserPlugin, TestStressLucene, MultiTermTest, TestRawResponseWriter, AssignTest, TestFieldCache, SuggestComponentContextFilterQueryTest, DateFieldTest, CloudExitableDirectoryReaderTest, TestCollapseQParserPlugin, TestRTimerTree, TestCSVResponseWriter, TestSolrCloudSnapshots, HdfsSyncSliceTest, TestBinaryField, SimpleFacetsTest, BasicAuthStandaloneTest, TestDocBasedVersionConstraints, TestCloudNestedDocsSort, MoreLikeThisHandlerTest, PathHierarchyTokenizerFactoryTest, TestScoreJoinQPNoScore, BaseCdcrDistributedZkTest, TestLRUStatsCache, ActionThrottleTest, TestMaxScoreQueryParser, TestDeleteCollectionOnDownNodes, TestGeoJSONResponseWriter, TestFreeTextSuggestions, DocumentBuilderTest, CoreSorterTest, TestRequestForwarding, TestCopyFieldCollectionResource, TestManagedSchema, AnalyticsMergeStrategyTest, RestartWhileUpdatingTest, UnloadDistributedZkTest, TestTestInjection, TestLFUCache, IndexBasedSpellCheckerTest, TestSuggestSpellingConverter, TestIntervalFaceting, BigEndianAscendingWordDeserializerTest, DistributedFacetExistsSmallTest, TestLazyCores, HdfsRecoveryZkTest, TestJmxIntegration, JavabinLoaderTest, CustomCollectionTest, TestReplicationHandlerBackup, AtomicUpdateProcessorFactoryTest, SchemaVersionSpecificBehaviorTest, SOLR749Test, StandardRequestHandlerTest, TestSubQueryTransformer, SortSpecParsingTest, TestTolerantSearch, TestPseudoReturnFields, TestMinMaxOnMultiValuedField, TestExactSharedStatsCache, TestSQLHandlerNonCloud, SharedFSAutoReplicaFailoverUtilsTest, ResponseHeaderTest, TestInfoStreamLogging, TestPerFieldSimilarityWithDefaultOverride, TestRebalanceLeaders, CopyFieldTest, TestReplicationHandler, PolyFieldTest, DateMathParserTest, SolrCoreMetricManagerTest, TestGraphTermsQParserPlugin, OpenExchangeRatesOrgProviderTest, TestComplexPhraseQParserPlugin, SolrCLIZkUtilsTest, TestSSLRandomization, TestPivotHelperCode, FullHLLTest, TestRandomFlRTGCloud, SoftAutoCommitTest, TestUniqueKeyFieldResource, LeaderElectionTest, TestXmlQParser, SuggesterFSTTest, TestConfigReload, TestDFISimilarityFactory, TestBulkSchemaConcurrent, SolrCloudReportersTest, TestStressInPlaceUpdates, ShardSplitTest, CdcrRequestHandlerTest, TestManagedSchemaThreadSafety, HdfsBasicDistributedZkTest, UUIDUpdateProcessorFallbackTest, DocExpirationUpdateProcessorFactoryTest, HdfsTlogReplayBufferedWhileIndexingTest, ShufflingReplicaListTransformerTest, ZkControllerTest, TestWordDelimiterFilterFactory, TestConfigOverlay, OverseerTest, TestFieldCacheVsDocValues, LeaderFailoverAfterPartitionTest, TestBlendedInfixSuggestions, TestIBSimilarityFactory, SegmentsInfoRequestHandlerTest, MoveReplicaTest, BitVectorTest, EnumFieldTest, AlternateDirectoryTest, TestApiFramework, TestPhraseSuggestions, DistribDocExpirationUpdateProcessorTest, BufferStoreTest, TestUnifiedSolrHighlighter, TestReRankQParserPlugin, SimplePostToolTest, TestDownShardTolerantSearch, TestSubQueryTransformerDistrib, DisMaxRequestHandlerTest, TestUtils, TestSolrDeletionPolicy1, TestCloudJSONFacetJoinDomain, UniqFieldsUpdateProcessorFactoryTest, OverseerTaskQueueTest, ZkNodePropsTest, TestMergePolicyConfig, TestFieldTypeResource, BlobRepositoryCloudTest, BooleanFieldTest, TestMiniSolrCloudClusterSSL, TestManagedSynonymFilterFactory, TestFieldSortValues, RequestLoggingTest, TestBulkSchemaAPI, TestConfigSetsAPIZkFailure, TestCSVLoader, PluginInfoTest, TestSolrQueryResponse, TestCursorMarkWithoutUniqueKey, DeleteReplicaTest, TestOverriddenPrefixQueryForCustomFieldType, NodeMutatorTest, TestNumericTerms64, TestUseDocValuesAsStored, TestCloudDeleteByQuery, MigrateRouteKeyTest, ParsingFieldUpdateProcessorsTest, TestRandomCollapseQParserPlugin, TestFunctionQuery, CurrencyFieldXmlFileTest, TestSolrCloudWithHadoopAuthPlugin, CachingDirectoryFactoryTest, InfixSuggestersTest, TestSort, TestCharFilters, RequiredFieldsTest, DistributedFacetPivotSmallTest, HdfsNNFailoverTest, TestFastOutputStream, SubstringBytesRefFilterTest, TestRestoreCore, MetricUtilsTest, CoreAdminRequestStatusTest, JvmMetricsTest, QueryElevationComponentTest, TestGroupingSearch, CollectionsAPIAsyncDistributedZkTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest, TestRandomDVFaceting, ZkCLITest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TestRealTimeGet, TestStressReorder, HardAutoCommitTest]
   [junit4] Completed [375/710 (1!)] on J0 in 1.87s, 1 test, 1 error <<< FAILURES!

[...truncated 636 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.MetricsHandlerTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MetricsHandlerTest_FC35F2639600D0CA-001/init-core-data-001
   [junit4]   2> 2367020 WARN  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2367020 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2367023 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2367025 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2367025 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2367069 WARN  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2367072 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2367118 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2367426 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2367683 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c54d682
   [junit4]   2> 2367692 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c54d682
   [junit4]   2> 2367692 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c54d682
   [junit4]   2> 2367694 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2367763 WARN  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2367767 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2368075 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2368447 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2368483 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2368484 INFO  (coreLoadExecutor-9712-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@2c54d682
   [junit4]   2> 2368484 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2368484 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MetricsHandlerTest_FC35F2639600D0CA-001/init-core-data-001/]
   [junit4]   2> 2368492 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=8.6240234375, floorSegmentMB=0.830078125, forceMergeDeletesPctAllowed=25.810846785896533, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1855613166381529
   [junit4]   2> 2368612 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2368613 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2368615 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2368615 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2368617 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3113776381294704]
   [junit4]   2> 2368617 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ab6f743[collection1] main]
   [junit4]   2> 2368618 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2368624 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2368656 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2368656 INFO  (coreLoadExecutor-9712-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567054548373078016
   [junit4]   2> 2368661 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2368670 INFO  (TEST-MetricsHandlerTest.testPropertyFilter-seed#[FC35F2639600D0CA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPropertyFilter
   [junit4]   2> 2368671 INFO  (TEST-MetricsHandlerTest.testPropertyFilter-seed#[FC35F2639600D0CA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPropertyFilter
   [junit4]   2> 2368672 INFO  (searcherExecutor-9713-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MetricsHandlerTest -Dtests.method=testPropertyFilter -Dtests.seed=FC35F2639600D0CA -Dtests.slow=true -Dtests.locale=lt -Dtests.timezone=America/Indiana/Marengo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J1 | MetricsHandlerTest.testPropertyFilter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FC35F2639600D0CA:9E580C22598EB0F4]:0)
   [junit4]    > 	at org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2368682 INFO  (TEST-MetricsHandlerTest.testCompact-seed#[FC35F2639600D0CA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCompact
   [junit4]   2> 2368703 INFO  (TEST-MetricsHandlerTest.testCompact-seed#[FC35F2639600D0CA]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2368732 INFO  (searcherExecutor-9713-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2368732 INFO  (searcherExecutor-9713-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2368732 INFO  (searcherExecutor-9713-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2368733 INFO  (searcherExecutor-9713-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2368733 INFO  (searcherExecutor-9713-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2368734 INFO  (searcherExecutor-9713-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2368734 INFO  (searcherExecutor-9713-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2368735 INFO  (searcherExecutor-9713-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2368736 INFO  (searcherExecutor-9713-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5ab6f743[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2368771 INFO  (TEST-MetricsHandlerTest.testCompact-seed#[FC35F2639600D0CA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCompact
   [junit4]   2> 2368779 INFO  (TEST-MetricsHandlerTest.test-seed#[FC35F2639600D0CA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2368866 INFO  (TEST-MetricsHandlerTest.test-seed#[FC35F2639600D0CA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 2368867 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2368867 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1548463809
   [junit4]   2> 2368867 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2368868 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2368871 INFO  (SUITE-MetricsHandlerTest-seed#[FC35F2639600D0CA]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2368872 INFO  (coreCloseExecutor-9718-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@30e8b90b
   [junit4]   2> 2368872 INFO  (coreCloseExecutor-9718-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=820558091
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MetricsHandlerTest_FC35F2639600D0CA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=lt, timezone=America/Indiana/Marengo
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=3,threads=1,free=261914112,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [MinimalSchemaTest, HdfsRecoverLeaseTest, TimeZoneUtilsTest, TestOmitPositions, BigEndianAscendingWordSerializerTest, TestRecovery, HdfsDirectoryTest, TestFastLRUCache, PeerSyncReplicationTest, TestNestedDocsSort, TestSolrCloudWithKerberosAlt, TestSearchPerf, FullSolrCloudDistribCmdsTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestLMJelinekMercerSimilarityFactory, SortByFunctionTest, LukeRequestHandlerTest, UUIDFieldTest, WrapperMergePolicyFactoryTest, ClassificationUpdateProcessorIntegrationTest, TestLeaderElectionWithEmptyReplica, BadCopyFieldTest, HdfsChaosMonkeyNothingIsSafeTest, OnlyLeaderIndexesTest, MetricsConfigTest, FacetPivotSmallTest, HdfsRestartWhileUpdatingTest, TestIndexingPerformance, TestValueSourceCache, HttpSolrCallGetCoreTest, TestSystemCollAutoCreate, DirectUpdateHandlerOptimizeTest, SpellCheckComponentTest, TestObjectReleaseTracker, TestAnalyzeInfixSuggestions, NoCacheHeaderTest, TestSolrXml, TestReversedWildcardFilterFactory, TestRandomFaceting, SpellPossibilityIteratorTest, SolrCloudExampleTest, WordBreakSolrSpellCheckerTest, LargeFieldTest, TestRandomRequestDistribution, ScriptEngineTest, TestStressRecovery, CdcrVersionReplicationTest, TestBackupRepositoryFactory, DocValuesMissingTest, QueryParsingTest, SystemInfoHandlerTest, ConnectionReuseTest, TestDFRSimilarityFactory, TestConfigSetsAPIExclusivity, TestLRUCache, StatsReloadRaceTest, TestJoin, DistribJoinFromCollectionTest, TestAtomicUpdateErrorCases, ManagedSchemaRoundRobinCloudTest, DistributedExpandComponentTest, IndexSchemaTest, TestPHPSerializedResponseWriter, ChangedSchemaMergeTest, TestSolrCLIRunExample, TermVectorComponentTest, SpatialRPTFieldTypeTest, TestSerializedLuceneMatchVersion, TestSolrCoreSnapshots, TestExclusionRuleCollectionAccess, CircularListTest, TestReqParamsAPI, CollectionsAPIDistributedZkTest, TestSolrConfigHandlerCloud, TestImpersonationWithHadoopAuth, TestFilteredDocIdSet, TestFoldingMultitermQuery, OverseerStatusTest, TestOnReconnectListenerSupport, TestBinaryResponseWriter, LeaderElectionContextKeyTest, TestRecoveryHdfs, SimpleCollectionCreateDeleteTest, LoggingHandlerTest, SuggesterTest, ConjunctionSolrSpellCheckerTest, AutoCommitTest, ConvertedLegacyTest, CSVRequestHandlerTest, TestNumericTerms32, TestCustomSort, CacheHeaderTest, CleanupOldIndexTest, SaslZkACLProviderTest, CoreAdminHandlerTest, ExternalFileFieldSortTest, TestHalfAndHalfDocValues, TestInitParams, LeaderInitiatedRecoveryOnShardRestartTest, TestPKIAuthenticationPlugin, TestSegmentSorting, TestTrie, HLLSerializationTest, BasicDistributedZk2Test, TestManagedSchemaAPI, JsonLoaderTest, TestCloudRecovery, TestLockTree, TestLuceneMatchVersion, CollectionsAPISolrJTest, MultiThreadedOCPTest, ShardRoutingCustomTest, TestEmbeddedSolrServerSchemaAPI, TestTolerantUpdateProcessorRandomCloud, TestSolrIndexConfig, TermVectorComponentDistributedTest, DistanceFunctionTest, SolrCmdDistributorTest, TestExactStatsCache, TestSchemaSimilarityResource, TestFileDictionaryLookup, ChaosMonkeyNothingIsSafeTest, TestHashQParserPlugin, TestChildDocTransformer, TestInPlaceUpdatesDistrib, TestSolrQueryParserResource, SuggestComponentTest, TestPointFields, UpdateParamsTest, DirectoryFactoryTest, TestSizeLimitedDistributedMap, URLClassifyProcessorTest, TestFastWriter, TestTrieFacet, TestZkChroot, TestSolr4Spatial, TestComponentsName, ZkSolrClientTest, TestGraphMLResponseWriter, TestDocSet, CdcrReplicationHandlerTest, DebugComponentTest, TestIndexSearcher, TestDocumentBuilder, TestBadConfig, CoreAdminCreateDiscoverTest, TestFieldTypeCollectionResource, DistribCursorPagingTest, TestManagedStopFilterFactory, TestSchemaNameResource, JSONWriterTest, TestXmlQParserPlugin, TemplateUpdateProcessorTest, OverseerModifyCollectionTest, AnalysisErrorHandlingTest, BlockDirectoryTest, HdfsCollectionsAPIDistributedZkTest, TestMissingGroups, AliasIntegrationTest, TestSimpleTrackingShardHandler, DistributedQueryComponentOptimizationTest, TestUninvertingReader, HdfsThreadLeakTest, TestPayloadCheckQParserPlugin, TestDistribDocBasedVersion, LeaderFailureAfterFreshStartTest, TestSolrCoreProperties, TestCodecSupport, CollectionReloadTest, SyncSliceTest, ShardRoutingTest, ClusterStateUpdateTest, TestDistributedSearch, TestReload, TestStressVersions, TestRangeQuery, StatsComponentTest, BasicFunctionalityTest, HighlighterTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, DocValuesTest, TestWriterPerf, TestQueryTypes, TermsComponentTest, RequestHandlersTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, ReturnFieldsTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, HighlighterConfigTest, TestQuerySenderListener, ResponseLogComponentTest, SolrIndexConfigTest, SampleTest, TestConfig, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory, PreAnalyzedFieldTest, DOMUtilTest, ClusterStateTest, FileUtilsTest, TestRTGBase, CursorPagingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestDistributedMissingSort, TestHighlightDedupGrouping, TestJettySolrRunner, CdcrBootstrapTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, DistributedQueueTest, DocValuesNotIndexedTest, ForceLeaderTest, MissingSegmentRecoveryTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, RollingRestartTest, TestCloudInspectUtil, TestCloudPivotFacet, TestConfigSetsAPI, TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudCluster, TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, TestTolerantUpdateProcessorCloud, TestClusterStateMutator, ZkStateReaderTest, ZkStateWriterTest, RuleEngineTest, RulesTest, ConfigureRecoveryStrategyTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, TestConfigSetProperties, TestConfigSets, TestCorePropertiesReload, TestDynamicLoading, TestHdfsBackupRestoreCore, TestSolrConfigHandlerConcurrent, V2ApiIntegrationTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, MetricsHandlerTest]
   [junit4] Completed [574/710 (2!)] on J1 in 1.88s, 3 tests, 1 failure <<< FAILURES!

[...truncated 43884 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1297 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1297/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.update.HardAutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([D8CAB4B38BED7657:6218DBCB08C39842]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:898)
	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 40 more




Build Log:
[...truncated 12150 lines...]
   [junit4] Suite: org.apache.solr.update.HardAutoCommitTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_D8CAB4B38BED7657-001/init-core-data-001
   [junit4]   2> 2046971 WARN  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=96 numCloses=96
   [junit4]   2> 2046971 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2046972 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2046973 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2046974 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2047090 WARN  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2047091 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2047149 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2047274 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2047335 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bf0c458
   [junit4]   2> 2047338 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bf0c458
   [junit4]   2> 2047338 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bf0c458
   [junit4]   2> 2047339 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2047381 WARN  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2047382 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2047404 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2047542 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2047548 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2047548 INFO  (coreLoadExecutor-6823-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@5bf0c458
   [junit4]   2> 2047548 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2047548 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_D8CAB4B38BED7657-001/init-core-data-001/]
   [junit4]   2> 2047580 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=21.7939453125, floorSegmentMB=0.328125, forceMergeDeletesPctAllowed=26.521559981169826, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26276772056864034
   [junit4]   2> 2047702 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2047703 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2047703 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2047703 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2047712 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=86.91015625, floorSegmentMB=1.15625, forceMergeDeletesPctAllowed=27.598126183404062, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8414737149419511
   [junit4]   2> 2047713 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1235f834[collection1] main]
   [junit4]   2> 2047714 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2047721 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2047762 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2047799 INFO  (coreLoadExecutor-6823-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567093479800045568
   [junit4]   2> 2047805 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2047808 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 2047822 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2047822 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@47224716[collection1] realtime]
   [junit4]   2> 2047822 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 8
   [junit4]   2> 2047823 ERROR (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 2047823 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2047866 WARN  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2047867 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2047889 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2047895 INFO  (searcherExecutor-6824-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2047896 INFO  (searcherExecutor-6824-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2047896 INFO  (searcherExecutor-6824-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2047896 INFO  (searcherExecutor-6824-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2047897 INFO  (searcherExecutor-6824-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2047897 INFO  (searcherExecutor-6824-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2047898 INFO  (searcherExecutor-6824-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2047898 INFO  (searcherExecutor-6824-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2047898 INFO  (searcherExecutor-6824-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2047899 INFO  (searcherExecutor-6824-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1235f834[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2048133 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2048139 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2048172 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    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@5bf0c458
   [junit4]   2> 2048172 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_D8CAB4B38BED7657-001/init-core-data-001/]
   [junit4]   2> 2048241 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2048241 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2048242 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@50eeee3a[collection1] main]
   [junit4]   2> 2048243 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2048243 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2048246 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2048247 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567093480269807616
   [junit4]   2> 2048250 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=63.794921875, floorSegmentMB=1.7421875, forceMergeDeletesPctAllowed=29.264003340347674, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2048250 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2048250 INFO  (searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2048250 INFO  (searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2048250 INFO  (searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2048250 INFO  (searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2048251 INFO  (searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2048251 INFO  (searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2048251 INFO  (searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2048252 INFO  (searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2048252 INFO  (searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2048254 INFO  (searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@50eeee3a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2048254 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@22a580b7[collection1] main]
   [junit4]   2> 2048254 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@514f2828
   [junit4]   2> 2048255 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1364142120
   [junit4]   2> 2048266 INFO  (searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@22a580b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2048267 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1567093480288681984)]} 0 5
   [junit4]   2> 2048268 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 2048276 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1567093480299167744)]} 0 13
   [junit4]   2> 2048276 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 2048279 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1567093480302313472)]} 0 17
   [junit4]   2> 2048279 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 2048280 ERROR (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 2048281 ERROR (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]   2> 	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2048282 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[D8CAB4B38BED7657]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HardAutoCommitTest -Dtests.method=testCommitWithin -Dtests.seed=D8CAB4B38BED7657 -Dtests.slow=true -Dtests.locale=sq-AL -Dtests.timezone=America/Indiana/Knox -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.48s J0 | HardAutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D8CAB4B38BED7657:6218DBCB08C39842]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:898)
   [junit4]    > 	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]    > 	... 40 more
   [junit4]   2> 2048288 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2048288 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=238395840
   [junit4]   2> 2048288 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2048289 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2048290 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2048291 INFO  (SUITE-HardAutoCommitTest-seed#[D8CAB4B38BED7657]-worker) [    x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2048292 INFO  (coreCloseExecutor-6833-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@62476f00
   [junit4]   2> 2048292 INFO  (coreCloseExecutor-6833-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 2048292 INFO  (coreCloseExecutor-6833-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@badcff7 commitCommandVersion:0
   [junit4]   2> 2048307 INFO  (coreCloseExecutor-6833-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1648848640
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_D8CAB4B38BED7657-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {field_t=BlockTreeOrds(blocksize=128), multiDefault=FSTOrd50, subject=FSTOrd50, id=BlockTreeOrds(blocksize=128), text=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Memory), intDefault=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1053, maxMBSortInHeap=7.835794575003558, sim=RandomSimilarity(queryNorm=false): {}, locale=sq-AL, timezone=America/Indiana/Knox
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=3,threads=1,free=250760488,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ShufflingReplicaListTransformerTest, TestCSVResponseWriter, ClassificationUpdateProcessorFactoryTest, SuggestComponentContextFilterQueryTest, PluginInfoTest, TestNamedUpdateProcessors, TestStressLucene, DisMaxRequestHandlerTest, TestSolrJ, HdfsRecoveryZkTest, TestConfigOverlay, TestShortCircuitedRequests, CopyFieldTest, TestFieldCacheVsDocValues, SpellingQueryConverterTest, TestApiFramework, TestManagedSchemaThreadSafety, TestRTimerTree, TestMiniSolrCloudCluster, OverseerCollectionConfigSetProcessorTest, SubstringBytesRefFilterTest, TestRequestForwarding, TestSubQueryTransformerDistrib, TestMaxScoreQueryParser, TestSchemaResource, TestRawResponseWriter, HighlighterTest, SimpleFacetsTest, TestPhraseSuggestions, TestCursorMarkWithoutUniqueKey, TestFieldResource, TestDefaultStatsCache, TestCollationFieldDocValues, CheckHdfsIndexTest, TestRandomFlRTGCloud, MBeansHandlerTest, AssignTest, HdfsSyncSliceTest, PropertiesRequestHandlerTest, SpatialFilterTest, SOLR749Test, TestTestInjection, SolrMetricReporterTest, TestPerFieldSimilarityWithDefaultOverride, BasicAuthStandaloneTest, SmileWriterTest, RecoveryAfterSoftCommitTest, ZkCLITest, HdfsNNFailoverTest, TestMiniSolrCloudClusterSSL, TestXmlQParser, SolrCoreTest, MultiTermTest, JavabinLoaderTest, TestDynamicFieldResource, SearchHandlerTest, TestPostingsSolrHighlighter, DistributedDebugComponentTest, TestSort, TestUnifiedSolrHighlighter, TestBulkSchemaConcurrent, DistributedSpellCheckComponentTest, OutOfBoxZkACLAndCredentialsProvidersTest, BufferStoreTest, RequiredFieldsTest, TestCharFilters, ClusterStateUpdateTest, SSLMigrationTest, LeaderInitiatedRecoveryOnCommitTest, TestFieldSortValues, RestartWhileUpdatingTest, QueryResultKeyTest, TestSQLHandlerNonCloud, HdfsTlogReplayBufferedWhileIndexingTest, TestPayloadScoreQParserPlugin, NumericFieldsTest, DeleteStatusTest, TestManagedSynonymFilterFactory, TestManagedResourceStorage, SolrJmxReporterTest, MoveReplicaTest, IndexSchemaRuntimeFieldTest, IndexBasedSpellCheckerTest, DeleteReplicaTest, TestHighlightDedupGrouping, PolyFieldTest, MergeStrategyTest, SuggesterFSTTest, TestUpdate, CustomCollectionTest, TestInitQParser, MetricUtilsTest, TestRebalanceLeaders, TestReRankQParserPlugin, TestCollationField, TestStressVersions, TestFastOutputStream, UUIDUpdateProcessorFallbackTest, SimpleMLTQParserTest, TermsComponentTest, TestFieldTypeResource, TestJsonFacetRefinement, TestRuleBasedAuthorizationPlugin, HdfsChaosMonkeySafeLeaderTest, TestCSVLoader, ShardRoutingTest, TestGroupingSearch, TestBinaryField, TestCorePropertiesReload, SampleTest, DocExpirationUpdateProcessorFactoryTest, TestXIncludeConfig, TestSchemaManager, TestTolerantSearch, ResourceLoaderTest, TestUniqueKeyFieldResource, DistributedQueryComponentCustomSortTest, RuleEngineTest, TestNumericTerms64, QueryElevationComponentTest, TestPivotHelperCode, BlockJoinFacetDistribTest, DocumentAnalysisRequestHandlerTest, TestLocalFSCloudBackupRestore, TestLeaderElectionZkExpiry, VMParamsZkACLAndCredentialsProvidersTest, TestOverriddenPrefixQueryForCustomFieldType, TestFaceting, AtomicUpdateProcessorFactoryTest, AddBlockUpdateTest, TestInfoStreamLogging, TestFunctionQuery, ParsingFieldUpdateProcessorsTest, TestIntervalFaceting, TestSolrQueryParserDefaultOperatorResource, ShardSplitTest, SortSpecParsingTest, TestBM25SimilarityFactory, OutputWriterTest, V2ApiIntegrationTest, TestCloudPseudoReturnFields, TestGeoJSONResponseWriter, TestHdfsUpdateLog, SolrGangliaReporterTest, TestDFISimilarityFactory, BaseCdcrDistributedZkTest, CurrencyFieldXmlFileTest, DirectSolrConnectionTest, DistribDocExpirationUpdateProcessorTest, TestClusterStateMutator, ExitableDirectoryReaderTest, InfixSuggestersTest, TestManagedSchema, TestAuthorizationFramework, PathHierarchyTokenizerFactoryTest, TestCustomDocTransformer, ReplaceNodeTest, TestUtils, TestRandomDVFaceting, DocValuesMultiTest, DistributedSuggestComponentTest, HdfsLockFactoryTest, TestExtendedDismaxParser, SolrCloudReportersTest, ZkNodePropsTest, CursorMarkTest, TestSolrCloudWithHadoopAuthPlugin, AnalysisAfterCoreReloadTest, NodeMutatorTest, ConcurrentDeleteAndCreateCollectionTest, TestSubQueryTransformer, TestSweetSpotSimilarityFactory, TestSolrCloudWithDelegationTokens, XsltUpdateRequestHandlerTest, TestExactSharedStatsCache, BasicDistributedZkTest, UnloadDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, LeaderElectionTest, TestZkChroot, TestDistributedSearch, TestHashPartitioner, TestJoin, HardAutoCommitTest]
   [junit4] Completed [372/710 (1!)] on J0 in 1.38s, 1 test, 1 error <<< FAILURES!

[...truncated 44571 lines...]