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 12:45:11 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+168) - Build # 19608 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19608/
Java: 64bit/jdk-9-ea+168 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([C82748D2E7362A57:72F527AA6418C442]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:898)
	at org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:373)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
	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 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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
	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="1" start="0"><doc><int name="id">500</int><arr name="range_facet_l"><long>500</long></arr><arr name="range_facet_l_dv"><long>500</long></arr><arr name="range_facet_i_dv"><int>500</int></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2017-05-11T12:05:52.986Z</date><long name="_version_">1567101396436647936</long><int name="intDvoDefault">42</int></doc></result>
</response>

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


FAILED:  org.apache.solr.update.AutoCommitTest.testMaxTime

Error Message:
expected:<2> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<3>
	at __randomizedtesting.SeedInfo.seed([C82748D2E7362A57:52D3353079ACB66B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:283)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11559 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001/init-core-data-001
   [junit4]   2> 358719 WARN  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 358719 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 358720 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 358722 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 358723 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 358750 WARN  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 358752 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 358783 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 358864 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 358890 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
   [junit4]   2> 358893 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
   [junit4]   2> 358893 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
   [junit4]   2> 358894 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 358913 WARN  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 358915 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 358933 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 359023 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 359031 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 359031 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
   [junit4]   2> 359031 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 359031 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001/init-core-data-001/]
   [junit4]   2> 359034 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=1.076171875, floorSegmentMB=1.6845703125, forceMergeDeletesPctAllowed=26.64448815780235, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.18513277787435387
   [junit4]   2> 359105 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 359105 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 359106 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 359106 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 359107 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=25.859375, floorSegmentMB=1.8818359375, forceMergeDeletesPctAllowed=26.266096383557805, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 359107 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@25145405[collection1] main]
   [junit4]   2> 359108 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 359147 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 359236 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 359236 INFO  (searcherExecutor-1391-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 359236 INFO  (coreLoadExecutor-1390-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567101389382877184
   [junit4]   2> 359236 INFO  (searcherExecutor-1391-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 359236 INFO  (searcherExecutor-1391-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 359236 INFO  (searcherExecutor-1391-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 359236 INFO  (searcherExecutor-1391-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 359236 INFO  (searcherExecutor-1391-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 359237 INFO  (searcherExecutor-1391-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 359237 INFO  (searcherExecutor-1391-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 359237 INFO  (searcherExecutor-1391-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 359238 INFO  (searcherExecutor-1391-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@25145405[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 359239 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 359240 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 359240 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 359240 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@10ae9202[collection1] realtime]
   [junit4]   2> 359241 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] 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> 359241 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 359241 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 359259 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 359260 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 359280 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 359371 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 359376 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 359389 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
   [junit4]   2> 359389 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001/init-core-data-001/]
   [junit4]   2> 359431 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 359431 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 359432 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@46d4a015[collection1] main]
   [junit4]   2> 359433 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 359433 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 359436 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 359436 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 359436 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567101389592592384
   [junit4]   2> 359436 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 359436 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 359436 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 359437 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 359437 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 359437 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 359438 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 359438 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 359439 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8249253395258529]
   [junit4]   2> 359439 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 359441 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@46d4a015[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 359441 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f56d027[collection1] main]
   [junit4]   2> 359442 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1835621d
   [junit4]   2> 359442 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=406151709
   [junit4]   2> 359444 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4f56d027[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 359450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1567101389605175296)]} 0 2
   [junit4]   2> 359450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] 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> 363450 INFO  (commitScheduler-1399-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 363459 INFO  (commitScheduler-1399-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f9e2d0a[collection1] main]
   [junit4]   2> 363460 INFO  (commitScheduler-1399-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 363461 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f9e2d0a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 363709 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1567101394072109056)]} 0 4261
   [junit4]   2> 363710 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] 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> 363711 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1567101394074206208)]} 0 4263
   [junit4]   2> 363711 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] 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=1 status=0 QTime=0
   [junit4]   2> 365711 INFO  (commitScheduler-1399-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 365713 INFO  (commitScheduler-1399-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f641fe[collection1] main]
   [junit4]   2> 365714 INFO  (commitScheduler-1399-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 365715 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2f641fe[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 365962 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] 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> 365963 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] 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=1 status=0 QTime=0
   [junit4]   2> 367964 INFO  (commitScheduler-1399-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 367966 INFO  (commitScheduler-1399-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7606d527[collection1] main]
   [junit4]   2> 367966 INFO  (commitScheduler-1399-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 367968 INFO  (searcherExecutor-1396-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7606d527[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1) Uninverting(_2(7.0.0):C1)))}
   [junit4]   2> 368264 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1567101396436647936)]} 0 8816
   [junit4]   2> 368265 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1567101398849421312)]} 0 8817
   [junit4]   2> 368266 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1567101398850469888)]} 0 8818
   [junit4]   2> 368266 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1567101398851518464)]} 0 8818
   [junit4]   2> 368266 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1567101398851518465)]} 0 8819
   [junit4]   2> 368267 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1567101398852567040)]} 0 8819
   [junit4]   2> 368267 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1567101398852567041)]} 0 8819
   [junit4]   2> 368267 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1567101398852567042)]} 0 8820
   [junit4]   2> 368268 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1567101398852567043)]} 0 8820
   [junit4]   2> 368268 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1567101398853615616)]} 0 8820
   [junit4]   2> 368268 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 368269 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=0]
   [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="1" start="0"><doc><int name="id">500</int><arr name="range_facet_l"><long>500</long></arr><arr name="range_facet_l_dv"><long>500</long></arr><arr name="range_facet_i_dv"><int>500</int></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2017-05-11T12:05:52.986Z</date><long name="_version_">1567101396436647936</long><int name="intDvoDefault">42</int></doc></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:500&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 368269 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:500&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
   [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="1" start="0"><doc><int name="id">500</int><arr name="range_facet_l"><long>500</long></arr><arr name="range_facet_l_dv"><long>500</long></arr><arr name="range_facet_i_dv"><int>500</int></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2017-05-11T12:05:52.986Z</date><long name="_version_">1567101396436647936</long><int name="intDvoDefault">42</int></doc></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:500&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.AutoCommitTest.testCommitWithin(AutoCommitTest.java:373)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [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 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 368269 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testCommitWithin -Dtests.seed=C82748D2E7362A57 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=khq-ML -Dtests.timezone=BET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   9.03s J2 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C82748D2E7362A57:72F527AA6418C442]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:898)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:373)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
   [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="1" start="0"><doc><int name="id">500</int><arr name="range_facet_l"><long>500</long></arr><arr name="range_facet_l_dv"><long>500</long></arr><arr name="range_facet_i_dv"><int>500</int></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2017-05-11T12:05:52.986Z</date><long name="_version_">1567101396436647936</long><int name="intDvoDefault">42</int></doc></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:500&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]    > 	... 39 more
   [junit4]   2> 368272 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 368273 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 368273 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@351a2a9c[collection1] realtime]
   [junit4]   2> 368274 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] 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 1
   [junit4]   2> 368274 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 368274 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 368298 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 368300 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 368329 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 368438 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 368444 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 368454 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
   [junit4]   2> 368454 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001/init-core-data-001/]
   [junit4]   2> 368495 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 368495 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 368496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d658102[collection1] main]
   [junit4]   2> 368497 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 368498 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 368499 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 368500 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 368500 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 368500 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 368500 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 368500 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 368500 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 368500 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 368500 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 368501 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 368503 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=61.0185546875, floorSegmentMB=0.4931640625, forceMergeDeletesPctAllowed=13.583550857941663, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3419120806290844
   [junit4]   2> 368503 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3d658102[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 368503 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 368503 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@483098bd[collection1] main]
   [junit4]   2> 368504 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@354ba8dc
   [junit4]   2> 368504 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=894150876
   [junit4]   2> 368505 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@483098bd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 368507 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1567101399103176704)]} 0 0
   [junit4]   2> 368507 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] 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> 370007 INFO  (commitScheduler-1403-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 370009 INFO  (commitScheduler-1403-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@43ff6e7b[collection1] main]
   [junit4]   2> 370009 INFO  (commitScheduler-1403-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 370010 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@43ff6e7b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C1)))}
   [junit4]   2> 370259 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1567101400940281856)]} 0 1753
   [junit4]   2> 370259 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] 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=1 status=0 QTime=0
   [junit4]   2> 370260 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] 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> 370261 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1567101400943427584)]} 0 0
   [junit4]   2> 370261 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] 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=1 status=0 QTime=0
   [junit4]   2> 371759 INFO  (commitScheduler-1403-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 371761 INFO  (commitScheduler-1403-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@656c1b3d[collection1] main]
   [junit4]   2> 371761 INFO  (commitScheduler-1403-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 371762 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@656c1b3d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C1)))}
   [junit4]   2> 373263 INFO  (commitScheduler-1403-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 373265 INFO  (commitScheduler-1403-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@641a3e53[collection1] main]
   [junit4]   2> 373265 INFO  (commitScheduler-1403-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 373267 INFO  (searcherExecutor-1400-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@641a3e53[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C1) Uninverting(_6(7.0.0):C1)))}
   [junit4]   2> 376677 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1567101402517340160)]} 0 8171
   [junit4]   2> 376678 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxTime -Dtests.seed=C82748D2E7362A57 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=khq-ML -Dtests.timezone=BET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 8.41s J2 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<2> but was:<3>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C82748D2E7362A57:52D3353079ACB66B]:0)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:283)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 376681 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 376681 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 376682 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@31ac2569[collection1] realtime]
   [junit4]   2> 376682 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] 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 1
   [junit4]   2> 376682 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 376683 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 376703 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 376704 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 376723 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 376815 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 376821 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 376833 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
   [junit4]   2> 376833 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001/init-core-data-001/]
   [junit4]   2> 376875 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 376875 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 376876 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@31148e9c[collection1] main]
   [junit4]   2> 376876 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 376877 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 376879 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 376879 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 376879 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 376879 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 376879 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 376879 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 376880 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 376880 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 376880 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 376880 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 376882 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 376882 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 376882 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@31148e9c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 376882 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f28d41e[collection1] main]
   [junit4]   2> 376882 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6291c6c5
   [junit4]   2> 376883 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1653720773
   [junit4]   2> 376884 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f28d41e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 376888 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1567101407891292160)]} 0 0
   [junit4]   2> 376888 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1567101407892340736)]} 0 1
   [junit4]   2> 376889 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1567101407892340737)]} 0 1
   [junit4]   2> 376889 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1567101407893389312)]} 0 1
   [junit4]   2> 376889 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1567101407893389313)]} 0 2
   [junit4]   2> 376890 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1567101407894437888)]} 0 2
   [junit4]   2> 376890 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1567101407894437889)]} 0 2
   [junit4]   2> 376890 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1567101407894437890)]} 0 2
   [junit4]   2> 376890 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1567101407894437891)]} 0 3
   [junit4]   2> 376891 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1567101407894437892)]} 0 3
   [junit4]   2> 376891 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1567101407895486464)]} 0 3
   [junit4]   2> 376891 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1567101407895486465)]} 0 3
   [junit4]   2> 376891 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1567101407895486466)]} 0 3
   [junit4]   2> 376891 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1567101407895486467)]} 0 4
   [junit4]   2> 376892 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 376892 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1567101407896535040)]} 0 5
   [junit4]   2> 376893 INFO  (commitScheduler-1407-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 376896 INFO  (commitScheduler-1407-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3dd02556[collection1] main]
   [junit4]   2> 376896 INFO  (commitScheduler-1407-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 376897 INFO  (searcherExecutor-1404-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3dd02556[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(7.0.0):C15)))}
   [junit4]   2> 377143 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1567101408159727616)]} 0 255
   [junit4]   2> 377144 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 377145 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 377145 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 377146 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 377146 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1932238795
   [junit4]   2> 377146 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 377147 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 377149 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 377149 INFO  (SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 377150 INFO  (coreCloseExecutor-1408-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@764ad9e5
   [junit4]   2> 377150 INFO  (coreCloseExecutor-1408-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 377150 INFO  (coreCloseExecutor-1408-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3066cee6 commitCommandVersion:0
   [junit4]   2> 377153 INFO  (coreCloseExecutor-1408-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1984616933
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=6, maxDocsPerChunk=4, blockSize=481), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=6, blockSize=481)), sim=RandomSimilarity(queryNorm=false): {}, locale=khq-ML, timezone=BET
   [junit4]   2> NOTE: Linux 4.4.0-75-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=301404296,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSerializedLuceneMatchVersion, TestSearcherReuse, SolrCoreCheckLockOnStartupTest, ActionThrottleTest, DistributedFacetPivotWhiteBoxTest, DistributedExpandComponentTest, CircularListTest, SpellCheckCollatorWithCollapseTest, HdfsCollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest, TestStressCloudBlindAtomicUpdates, RestartWhileUpdatingTest, FieldMutatingUpdateProcessorTest, UpdateLogTest, TestQueryWrapperFilter, TestStressReorder, OverseerTaskQueueTest, TestClassNameShortening, TestNonDefinedSimilarityFactory, PreAnalyzedUpdateProcessorTest, TestExtendedDismaxParser, DocValuesMultiTest, TestPushWriter, DocExpirationUpdateProcessorFactoryTest, CoreSorterTest, SolrTestCaseJ4Test, SolrGraphiteReporterTest, SimpleMLTQParserTest, CurrencyFieldXmlFileTest, CdcrVersionReplicationTest, TestSolrQueryResponse, LeaderFailureAfterFreshStartTest, BitVectorTest, TestConfigSetsAPIExclusivity, HdfsRecoveryZkTest, TestEmbeddedSolrServerSchemaAPI, DebugComponentTest, ClassificationUpdateProcessorIntegrationTest, JavabinLoaderTest, LeaderElectionTest, DeleteLastCustomShardedReplicaTest, TestInitQParser, TestConfigOverlay, BadIndexSchemaTest, TermVectorComponentDistributedTest, CloudExitableDirectoryReaderTest, TestExpandComponent, TestHdfsUpdateLog, MetricUtilsTest, ChaosMonkeyNothingIsSafeTest, StatsReloadRaceTest, TestConfig, TestZkChroot, TestFieldTypeCollectionResource, CdcrReplicationDistributedZkTest, MBeansHandlerTest, DistributedSuggestComponentTest, DateRangeFieldTest, AutoCommitTest]
   [junit4] Completed [191/710 (1!)] on J2 in 18.45s, 3 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 37980 lines...]

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_131) - Build # 19610 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19610/
Java: 32bit/jdk1.8.0_131 -client -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "overlay":{     "znodeVersion":0,     "runtimeLib":{"colltest":{         "name":"colltest",         "version":1}}}},  from server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":0,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}}}},  from server:  null
	at __randomizedtesting.SeedInfo.seed([F4F5877D6EC1345C:2CB8AA2A991C91FC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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 12969 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/init-core-data-001
   [junit4]   2> 1758770 WARN  (SUITE-TestDynamicLoading-seed#[F4F5877D6EC1345C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1758770 INFO  (SUITE-TestDynamicLoading-seed#[F4F5877D6EC1345C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1758771 INFO  (SUITE-TestDynamicLoading-seed#[F4F5877D6EC1345C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1758773 INFO  (SUITE-TestDynamicLoading-seed#[F4F5877D6EC1345C]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /wlv/hy
   [junit4]   2> 1758775 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1758775 INFO  (Thread-3076) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1758775 INFO  (Thread-3076) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1758777 ERROR (Thread-3076) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1758875 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.ZkTestServer start zk server on port:42078
   [junit4]   2> 1758885 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1758887 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1758888 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1758889 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1758890 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1758891 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1758891 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1758892 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1758894 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1758895 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1758896 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1758985 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/control-001/cores/collection1
   [junit4]   2> 1758988 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1758989 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17bd3f5{/wlv/hy,null,AVAILABLE}
   [junit4]   2> 1758991 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@120d9e3{SSL,[ssl, http/1.1]}{127.0.0.1:43070}
   [junit4]   2> 1758991 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.Server Started @1760327ms
   [junit4]   2> 1758991 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/tempDir-001/control/data, hostContext=/wlv/hy, hostPort=43070, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/control-001/cores}
   [junit4]   2> 1758991 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1758991 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.0.0
   [junit4]   2> 1758991 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1758991 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1758991 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T18:29:30.146Z
   [junit4]   2> 1758994 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1758994 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/control-001/solr.xml
   [junit4]   2> 1759000 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1759004 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42078/solr
   [junit4]   2> 1759019 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1759020 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43070_wlv%2Fhy
   [junit4]   2> 1759021 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.Overseer Overseer (id=97945345715798021-127.0.0.1:43070_wlv%2Fhy-n_0000000000) starting
   [junit4]   2> 1759027 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43070_wlv%2Fhy
   [junit4]   2> 1759028 INFO  (zkCallback-4284-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1759220 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1759226 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1759226 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1759228 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/control-001/cores
   [junit4]   2> 1759228 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1759229 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1759231 INFO  (OverseerStateUpdate-97945345715798021-127.0.0.1:43070_wlv%2Fhy-n_0000000000) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1760244 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1760262 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1760386 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1760398 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1760398 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.core_node1' (registry 'solr.core.control_collection.shard1.core_node1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1760399 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1760399 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/control-001/cores/collection1/data/]
   [junit4]   2> 1760401 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=29.7548828125, floorSegmentMB=1.5234375, forceMergeDeletesPctAllowed=29.963932588737215, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1760404 WARN  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1760447 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1760447 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1760448 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1760448 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1760449 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1202892812, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1760450 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fd1cb8[collection1] main]
   [junit4]   2> 1760451 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1760451 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1760452 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1760454 INFO  (searcherExecutor-6846-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy x:collection1 c:control_collection) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1fd1cb8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1760454 INFO  (coreLoadExecutor-6845-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567125533212278784
   [junit4]   2> 1760459 INFO  (coreZkRegister-6838-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy x:collection1 c:control_collection) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1760459 INFO  (coreZkRegister-6838-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy x:collection1 c:control_collection) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1760459 INFO  (coreZkRegister-6838-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy x:collection1 c:control_collection) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43070/wlv/hy/collection1/
   [junit4]   2> 1760459 INFO  (coreZkRegister-6838-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy x:collection1 c:control_collection) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1760459 INFO  (coreZkRegister-6838-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy x:collection1 c:control_collection) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:43070/wlv/hy/collection1/ has no replicas
   [junit4]   2> 1760459 INFO  (coreZkRegister-6838-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy x:collection1 c:control_collection) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1760461 INFO  (coreZkRegister-6838-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy x:collection1 c:control_collection) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43070/wlv/hy/collection1/ shard1
   [junit4]   2> 1760612 INFO  (coreZkRegister-6838-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy x:collection1 c:control_collection) [n:127.0.0.1:43070_wlv%2Fhy c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1760749 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1760750 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42078/solr ready
   [junit4]   2> 1760750 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1760829 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-1-001/cores/collection1
   [junit4]   2> 1760830 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-1-001
   [junit4]   2> 1760831 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1760832 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1bc748{/wlv/hy,null,AVAILABLE}
   [junit4]   2> 1760833 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1e22022{SSL,[ssl, http/1.1]}{127.0.0.1:35705}
   [junit4]   2> 1760834 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.Server Started @1762170ms
   [junit4]   2> 1760834 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/wlv/hy, hostPort=35705, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-1-001/cores}
   [junit4]   2> 1760834 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1760834 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.0.0
   [junit4]   2> 1760834 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1760834 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1760834 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T18:29:31.989Z
   [junit4]   2> 1760837 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1760837 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-1-001/solr.xml
   [junit4]   2> 1760842 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1760846 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42078/solr
   [junit4]   2> 1760853 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1760854 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1760856 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35705_wlv%2Fhy
   [junit4]   2> 1760858 INFO  (zkCallback-4293-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1760858 INFO  (zkCallback-4288-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1760858 INFO  (zkCallback-4284-thread-1-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1760995 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1761002 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1761002 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1761004 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-1-001/cores
   [junit4]   2> 1761004 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1761005 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1761006 INFO  (OverseerStateUpdate-97945345715798021-127.0.0.1:43070_wlv%2Fhy-n_0000000000) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1762021 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1762039 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1762153 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1762164 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1762165 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry 'solr.core.collection1.shard2.core_node1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1762165 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1762165 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1762167 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=29.7548828125, floorSegmentMB=1.5234375, forceMergeDeletesPctAllowed=29.963932588737215, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1762170 WARN  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1762215 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1762215 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1762216 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1762216 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1762218 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1202892812, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1762219 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b8f961[collection1] main]
   [junit4]   2> 1762220 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1762220 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1762221 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1762223 INFO  (searcherExecutor-6857-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b8f961[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1762223 INFO  (coreLoadExecutor-6856-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567125535067209728
   [junit4]   2> 1762230 INFO  (coreZkRegister-6851-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:35705_wlv%2Fhy c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1762230 INFO  (coreZkRegister-6851-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:35705_wlv%2Fhy c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1762230 INFO  (coreZkRegister-6851-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:35705_wlv%2Fhy c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35705/wlv/hy/collection1/
   [junit4]   2> 1762230 INFO  (coreZkRegister-6851-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:35705_wlv%2Fhy c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1762230 INFO  (coreZkRegister-6851-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:35705_wlv%2Fhy c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:35705/wlv/hy/collection1/ has no replicas
   [junit4]   2> 1762230 INFO  (coreZkRegister-6851-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:35705_wlv%2Fhy c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1762234 INFO  (coreZkRegister-6851-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:35705_wlv%2Fhy c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35705/wlv/hy/collection1/ shard2
   [junit4]   2> 1762384 INFO  (coreZkRegister-6851-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:35705_wlv%2Fhy c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1762611 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-2-001/cores/collection1
   [junit4]   2> 1762612 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-2-001
   [junit4]   2> 1762614 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1762614 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d21a63{/wlv/hy,null,AVAILABLE}
   [junit4]   2> 1762616 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@194ff68{SSL,[ssl, http/1.1]}{127.0.0.1:38871}
   [junit4]   2> 1762616 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.Server Started @1763952ms
   [junit4]   2> 1762616 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/wlv/hy, hostPort=38871, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-2-001/cores}
   [junit4]   2> 1762616 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1762616 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.0.0
   [junit4]   2> 1762616 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1762616 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1762616 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T18:29:33.771Z
   [junit4]   2> 1762619 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15bf8c5e2cb000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1762619 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1762619 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-2-001/solr.xml
   [junit4]   2> 1762624 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1762628 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42078/solr
   [junit4]   2> 1762630 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15bf8c5e2cb000b, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1762635 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38871_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1762636 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38871_wlv%2Fhy    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1762638 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38871_wlv%2Fhy    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38871_wlv%2Fhy
   [junit4]   2> 1762639 INFO  (zkCallback-4288-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1762640 INFO  (zkCallback-4299-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1762640 INFO  (zkCallback-4293-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1762640 INFO  (zkCallback-4284-thread-2-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1762898 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38871_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1762905 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38871_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1762905 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38871_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1762907 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38871_wlv%2Fhy    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-2-001/cores
   [junit4]   2> 1762907 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38871_wlv%2Fhy    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1762908 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1762909 INFO  (OverseerStateUpdate-97945345715798021-127.0.0.1:43070_wlv%2Fhy-n_0000000000) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1763920 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1763937 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1764059 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1764072 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1764073 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.core_node2' (registry 'solr.core.collection1.shard1.core_node2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1764073 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1764073 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1764075 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=29.7548828125, floorSegmentMB=1.5234375, forceMergeDeletesPctAllowed=29.963932588737215, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1764079 WARN  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1764134 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1764134 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1764135 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1764135 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1764136 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1202892812, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1764137 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@68f36d[collection1] main]
   [junit4]   2> 1764138 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1764138 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1764139 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1764141 INFO  (searcherExecutor-6868-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@68f36d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1764141 INFO  (coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567125537078378496
   [junit4]   2> 1764146 INFO  (coreZkRegister-6862-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:38871_wlv%2Fhy c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1764146 INFO  (coreZkRegister-6862-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:38871_wlv%2Fhy c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1764146 INFO  (coreZkRegister-6862-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:38871_wlv%2Fhy c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38871/wlv/hy/collection1/
   [junit4]   2> 1764146 INFO  (coreZkRegister-6862-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:38871_wlv%2Fhy c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1764146 INFO  (coreZkRegister-6862-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:38871_wlv%2Fhy c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:38871/wlv/hy/collection1/ has no replicas
   [junit4]   2> 1764146 INFO  (coreZkRegister-6862-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:38871_wlv%2Fhy c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1764148 INFO  (coreZkRegister-6862-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:38871_wlv%2Fhy c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38871/wlv/hy/collection1/ shard1
   [junit4]   2> 1764299 INFO  (coreZkRegister-6862-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:38871_wlv%2Fhy c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1764517 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-3-001/cores/collection1
   [junit4]   2> 1764517 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-3-001
   [junit4]   2> 1764519 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1764520 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@34bd17{/wlv/hy,null,AVAILABLE}
   [junit4]   2> 1764521 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1661312{SSL,[ssl, http/1.1]}{127.0.0.1:38269}
   [junit4]   2> 1764521 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.Server Started @1765858ms
   [junit4]   2> 1764522 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/wlv/hy, hostPort=38269, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-3-001/cores}
   [junit4]   2> 1764522 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1764522 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.0.0
   [junit4]   2> 1764522 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1764522 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1764522 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T18:29:35.677Z
   [junit4]   2> 1764524 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1764525 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-3-001/solr.xml
   [junit4]   2> 1764916 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1764921 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42078/solr
   [junit4]   2> 1764928 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38269_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1764930 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38269_wlv%2Fhy    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1764932 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38269_wlv%2Fhy    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38269_wlv%2Fhy
   [junit4]   2> 1764933 INFO  (zkCallback-4305-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1764933 INFO  (zkCallback-4288-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1764933 INFO  (zkCallback-4284-thread-2-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1764933 INFO  (zkCallback-4293-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1764933 INFO  (zkCallback-4299-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1765147 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38269_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1765155 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38269_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1765155 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38269_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1765158 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38269_wlv%2Fhy    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-3-001/cores
   [junit4]   2> 1765158 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:38269_wlv%2Fhy    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1765158 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1765160 INFO  (OverseerStateUpdate-97945345715798021-127.0.0.1:43070_wlv%2Fhy-n_0000000000) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1766173 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1766189 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1766338 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1766353 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1766354 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.core_node3' (registry 'solr.core.collection1.shard2.core_node3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1766354 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1766354 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-3-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1766358 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=29.7548828125, floorSegmentMB=1.5234375, forceMergeDeletesPctAllowed=29.963932588737215, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1766361 WARN  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1766410 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1766410 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1766411 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1766411 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1766412 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1202892812, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1766413 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1affd2b[collection1] main]
   [junit4]   2> 1766414 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1766414 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1766415 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1766416 INFO  (searcherExecutor-6879-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1affd2b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1766416 INFO  (coreLoadExecutor-6878-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567125539463888896
   [junit4]   2> 1766420 INFO  (coreZkRegister-6873-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 c:collection1) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1766420 INFO  (updateExecutor-4302-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1766421 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1766421 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1766421 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1766421 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1766421 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [https://127.0.0.1:35705/wlv/hy/collection1/] and I am [https://127.0.0.1:38269/wlv/hy/collection1/]
   [junit4]   2> 1766423 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:35705/wlv/hy]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:38269_wlv%252Fhy&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1766560 INFO  (qtp23547932-21277) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1766560 INFO  (qtp23547932-21277) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 1766560 INFO  (qtp23547932-21277) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:38269_wlv%2Fhy, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"https://127.0.0.1:38269/wlv/hy","node_name":"127.0.0.1:38269_wlv%2Fhy","state":"recovering"}
   [junit4]   2> 1766561 INFO  (qtp23547932-21277) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 1766561 INFO  (qtp23547932-21277) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:38269_wlv%252Fhy&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1766840 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-4-001/cores/collection1
   [junit4]   2> 1766841 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-4-001
   [junit4]   2> 1766843 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1766844 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8038e{/wlv/hy,null,AVAILABLE}
   [junit4]   2> 1766845 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ab503f{SSL,[ssl, http/1.1]}{127.0.0.1:41965}
   [junit4]   2> 1766845 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.Server Started @1768182ms
   [junit4]   2> 1766845 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/wlv/hy, hostPort=41965, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-4-001/cores}
   [junit4]   2> 1766846 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1766846 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.0.0
   [junit4]   2> 1766846 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1766846 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1766846 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T18:29:38.001Z
   [junit4]   2> 1766849 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1766849 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-4-001/solr.xml
   [junit4]   2> 1766857 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1766862 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42078/solr
   [junit4]   2> 1766869 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:41965_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1766871 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:41965_wlv%2Fhy    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1766872 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:41965_wlv%2Fhy    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41965_wlv%2Fhy
   [junit4]   2> 1766874 INFO  (zkCallback-4288-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1766874 INFO  (zkCallback-4305-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy) [n:127.0.0.1:38269_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1766875 INFO  (zkCallback-4312-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1766875 INFO  (zkCallback-4293-thread-1-processing-n:127.0.0.1:35705_wlv%2Fhy) [n:127.0.0.1:35705_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1766875 INFO  (zkCallback-4299-thread-1-processing-n:127.0.0.1:38871_wlv%2Fhy) [n:127.0.0.1:38871_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1766875 INFO  (zkCallback-4284-thread-2-processing-n:127.0.0.1:43070_wlv%2Fhy) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1767063 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [https://127.0.0.1:35705/wlv/hy/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1767063 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=https://127.0.0.1:38269/wlv/hy START replicas=[https://127.0.0.1:35705/wlv/hy/collection1/] nUpdates=100
   [junit4]   2> 1767072 INFO  (qtp23547932-21283) [n:127.0.0.1:35705_wlv%2Fhy c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1767072 INFO  (qtp23547932-21283) [n:127.0.0.1:35705_wlv%2Fhy c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/wlv/hy path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1767074 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1767074 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1767075 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1767075 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1767075 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1767075 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1767075 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1767075 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1767075 INFO  (recoveryExecutor-4303-thread-1-processing-n:127.0.0.1:38269_wlv%2Fhy x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38269_wlv%2Fhy c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1767100 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:41965_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1767108 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:41965_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1767108 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:41965_wlv%2Fhy    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1767110 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:41965_wlv%2Fhy    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-4-001/cores
   [junit4]   2> 1767111 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [n:127.0.0.1:41965_wlv%2Fhy    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1767111 INFO  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1767112 INFO  (OverseerStateUpdate-97945345715798021-127.0.0.1:43070_wlv%2Fhy-n_0000000000) [n:127.0.0.1:43070_wlv%2Fhy    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1768131 INFO  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1768148 INFO  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1768263 INFO  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1768276 INFO  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1768276 INFO  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.core_node4' (registry 'solr.core.collection1.shard1.core_node4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16fe797
   [junit4]   2> 1768276 INFO  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1768276 INFO  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-4-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 1768280 INFO  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=29.7548828125, floorSegmentMB=1.5234375, forceMergeDeletesPctAllowed=29.963932588737215, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1768283 WARN  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1768330 INFO  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1768330 INFO  (coreLoadExecutor-6889-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy)

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

lection1.shard1.core_node4, tag=8765984
   [junit4]   2> 1785318 INFO  (coreCloseExecutor-6943-thread-1) [n:127.0.0.1:41965_wlv%2Fhy c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=8765984
   [junit4]   2> 1785319 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.Overseer Overseer (id=97945345715798034-127.0.0.1:41965_wlv%2Fhy-n_0000000004) closing
   [junit4]   2> 1785319 INFO  (OverseerStateUpdate-97945345715798034-127.0.0.1:41965_wlv%2Fhy-n_0000000004) [n:127.0.0.1:41965_wlv%2Fhy    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41965_wlv%2Fhy
   [junit4]   2> 1785319 WARN  (zkCallback-4312-thread-1-processing-n:127.0.0.1:41965_wlv%2Fhy) [n:127.0.0.1:41965_wlv%2Fhy    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1785320 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1ab503f{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1785320 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@8038e{/wlv/hy,null,UNAVAILABLE}
   [junit4]   2> 1785321 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1785321 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[F4F5877D6EC1345C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42078 42078
   [junit4]   2> 1785390 INFO  (Thread-3076) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42078 42078
   [junit4]   2> 1785391 WARN  (Thread-3076) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=F4F5877D6EC1345C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=uk -Dtests.timezone=Pacific/Norfolk -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 26.6s J1 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "overlay":{
   [junit4]    >     "znodeVersion":0,
   [junit4]    >     "runtimeLib":{"colltest":{
   [junit4]    >         "name":"colltest",
   [junit4]    >         "version":1}}}},  from server:  null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F4F5877D6EC1345C:2CB8AA2A991C91FC]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1785394 INFO  (SUITE-TestDynamicLoading-seed#[F4F5877D6EC1345C]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_F4F5877D6EC1345C-001
   [junit4]   2> May 11, 2017 6:29:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=12086, maxDocsPerChunk=8, blockSize=7), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=12086, blockSize=7)), sim=RandomSimilarity(queryNorm=false): {}, locale=uk, timezone=Pacific/Norfolk
   [junit4]   2> NOTE: Linux 4.4.0-75-generic i386/Oracle Corporation 1.8.0_131 (32-bit)/cpus=12,threads=1,free=130667312,total=418906112
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCmdDistributorTest, UUIDUpdateProcessorFallbackTest, DistribCursorPagingTest, SimplePostToolTest, ClusterStateUpdateTest, SolrCLIZkUtilsTest, AnalysisErrorHandlingTest, SubstringBytesRefFilterTest, DistributedFacetPivotLargeTest, BasicAuthIntegrationTest, TestSolrJ, TestElisionMultitermQuery, TestDocTermOrds, HdfsUnloadDistributedZkTest, TestSearchPerf, TestFieldResource, TestTrieFacet, TestStressRecovery, TestRandomFlRTGCloud, TestStressLiveNodes, SpatialFilterTest, TestDistributedStatsComponentCardinality, TestLRUCache, ClassificationUpdateProcessorFactoryTest, ConnectionReuseTest, PeerSyncWithIndexFingerprintCachingTest, TestUpdate, ExitableDirectoryReaderTest, TestSolrCoreSnapshots, TestRawTransformer, FileUtilsTest, FullHLLTest, TestReqParamsAPI, TestCryptoKeys, ConfigureRecoveryStrategyTest, TestQueryUtils, HdfsRecoverLeaseTest, GraphQueryTest, TestNumericTerms64, TestDownShardTolerantSearch, TestMaxScoreQueryParser, TestInfoStreamLogging, DistributedQueryComponentOptimizationTest, TestConfigReload, TestFieldSortValues, TestSolrFieldCacheBean, InfixSuggestersTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestDynamicFieldCollectionResource, TestFuzzyAnalyzedSuggestions, CleanupOldIndexTest, TestSizeLimitedDistributedMap, AlternateDirectoryTest, TestObjectReleaseTracker, TestSubQueryTransformer, LeaderInitiatedRecoveryOnShardRestartTest, TestManagedSchemaThreadSafety, CSVRequestHandlerTest, BadComponentTest, TestSolrCloudWithHadoopAuthPlugin, TestSha256AuthenticationProvider, TestJsonFacetRefinement, TestSystemCollAutoCreate, DeleteInactiveReplicaTest, TestSimpleTrackingShardHandler, CollectionsAPISolrJTest, ConjunctionSolrSpellCheckerTest, TestSmileRequest, DirectSolrSpellCheckerTest, DocumentBuilderTest, LeaderFailoverAfterPartitionTest, SoftAutoCommitTest, SpellCheckCollatorTest, TestCloudRecovery, CollectionsAPIDistributedZkTest, TemplateUpdateProcessorTest, TestAuthenticationFramework, SolrInfoBeanTest, DocValuesTest, TestManagedResource, CdcrBootstrapTest, MoreLikeThisHandlerTest, PrimUtilsTest, TermsComponentTest, TermVectorComponentTest, MetricsHandlerTest, TestDFISimilarityFactory, TestSystemIdResolver, TestSQLHandlerNonCloud, CloneFieldUpdateProcessorFactoryTest, TestFieldCacheSort, TestBM25SimilarityFactory, DistributedMLTComponentTest, SparseHLLTest, JvmMetricsTest, ZkSolrClientTest, TestHashQParserPlugin, ChangedSchemaMergeTest, HdfsSyncSliceTest, TestSchemaNameResource, JsonLoaderTest, BufferStoreTest, DistributedTermsComponentTest, TestDistributedGrouping, ParsingFieldUpdateProcessorsTest, TestSchemalessBufferedUpdates, TestFiltering, TestBackupRepositoryFactory, TestExceedMaxTermLength, SpatialHeatmapFacetsTest, TestPerFieldSimilarity, TestStressVersions, TestInPlaceUpdatesStandalone, ReplicationFactorTest, DistanceFunctionTest, TestSolrConfigHandler, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, ZkControllerTest, TestRealTimeGet, TestReload, TestCoreContainer, StatsComponentTest, PeerSyncTest, TestLazyCores, CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTest, TestTrie, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, CacheHeaderTest, TestSurroundQueryParser, StandardRequestHandlerTest, TestQueryTypes, FileBasedSpellCheckerTest, TestIndexingPerformance, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, BinaryUpdateRequestHandlerTest, SearchHandlerTest, SampleTest, TestCharFilters, TestCodecSupport, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastWriter, TestFastOutputStream, PluginInfoTest, TestFastLRUCache, DOMUtilTest, RAMDirectoryFactoryTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, DistributedIntervalFacetingTest, CollectionReloadTest, CollectionTooManyReplicasTest, CustomCollectionTest, DeleteShardTest, DistributedQueueTest, ForceLeaderTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, RestartWhileUpdatingTest, RollingRestartTest, TestCloudPseudoReturnFields, TestCollectionAPI, TestLeaderElectionWithEmptyReplica, TestLocalFSCloudBackupRestore, TestReplicaProperties, TestShortCircuitedRequests, TestStressCloudBlindAtomicUpdates, TestConfigSetProperties, TestCorePropertiesReload, TestDynamicLoading]
   [junit4] Completed [585/710 (1!)] on J1 in 27.15s, 1 test, 1 failure <<< FAILURES!

[...truncated 39820 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+168) - Build # 19609 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19609/
Java: 64bit/jdk-9-ea+168 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
	at __randomizedtesting.SeedInfo.seed([C07366081C48B469:F7E89216248469CD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:118)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:302)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:319)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1683 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20170511_143124_08815482168334837310265.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20170511_143124_0871606100156501109479.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20170511_143124_08813468757651009603421.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 283 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20170511_143941_12611176368201818204173.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20170511_143941_1264828572489525483338.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20170511_143941_1266169439404601273578.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1030 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20170511_144112_43017860987526935364974.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20170511_144112_43014167745340281229804.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20170511_144112_4307633351837930721451.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 213 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20170511_144335_631587187478593754828.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20170511_144335_63117645811157125313998.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20170511_144335_63212530410392269890920.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 231 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20170511_144348_37416945203487018127376.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20170511_144348_37410243725161174314385.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20170511_144348_3731651494315379531973.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 146 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20170511_144415_7142766900629219892410.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20170511_144415_71417327124635688815150.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20170511_144415_7141449549722560319042.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20170511_144420_18116839886402686165785.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20170511_144420_1819476071582988614703.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20170511_144420_1816741741681376219666.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 145 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20170511_144430_58111252205536948209214.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20170511_144430_58118397909955297686918.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 149 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20170511_144440_35216007003008229328322.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20170511_144440_35216145268937435253433.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20170511_144440_3527978361620710602132.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20170511_144444_67511685281040301407122.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 226 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20170511_144454_5663891295598887111534.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20170511_144454_56612567050690509403918.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20170511_144454_5673188599034466683715.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1363 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20170511_144723_7904451109113865194881.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20170511_144723_79112024240662349375396.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20170511_144723_7895437650140627443830.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 227 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20170511_144732_81511354183621461362422.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20170511_144732_81414235696236162518399.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20170511_144732_8145221391059507180804.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20170511_144743_7416010047520904379636.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20170511_144743_74110352611749772218210.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 4 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20170511_144743_73916371294165562258459.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 223 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20170511_145115_09717545315351623794388.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20170511_145115_0974245260984130465532.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20170511_145115_0975828500584160596441.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 159 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20170511_145118_4555561673221030934194.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20170511_145118_4557698356758204750547.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20170511_145118_455628827756489312196.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 204 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20170511_145125_83916333015657747921111.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20170511_145125_837300767998316239798.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20170511_145125_83912774007315108335519.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20170511_145200_93016121871286011495861.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20170511_145200_929257372498671461267.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20170511_145200_9288153058224888453169.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 238 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20170511_145221_5565086674576214171187.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20170511_145221_555195525094057810489.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20170511_145221_5567212050585650449218.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J0-20170511_145247_8352460560770823624121.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20170511_145247_8351569176885427162701.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J1-20170511_145247_8354659076637580282442.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 143 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20170511_145316_7652988324961403513077.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J1-20170511_145316_76512094045046806328606.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 167 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J0-20170511_145330_9872322296821566038511.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J1-20170511_145330_9874479114446118444446.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20170511_145330_98711002529378000724929.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 304 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J2-20170511_145342_9747543006554006021145.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J0-20170511_145342_9739161833786960345325.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J1-20170511_145342_9743514263411397102897.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 216 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20170511_145351_3667302684894100194316.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20170511_145351_3675124291083050958947.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20170511_145351_3666169950075901713172.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 199 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20170511_145359_31416534087466057750006.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20170511_145359_3144950843258258194779.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20170511_145359_31411167862941769249732.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 199 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20170511_145413_50510816087012615220926.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20170511_145413_5055847900461819502751.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20170511_145413_50513717424902722533365.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 213 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20170511_145500_51213753125964612833467.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20170511_145500_51217051750872054429001.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20170511_145500_5122792324210484775120.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 140 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20170511_145516_1958489549754024069839.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 157 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20170511_145518_86411350890025770026841.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20170511_145518_8633077826115826604997.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20170511_145518_86317506911783382751292.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 303 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J0-20170511_145705_507769774657051719325.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20170511_145705_5098986818645186927345.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20170511_145705_50815702536726544697646.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1528 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_C07366081C48B469-001/init-core-data-001
   [junit4]   2> 204184 WARN  (SUITE-TestDelegationWithHadoopAuth-seed#[C07366081C48B469]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 204185 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[C07366081C48B469]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 204186 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[C07366081C48B469]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 204187 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[C07366081C48B469]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_C07366081C48B469-001/tempDir-001
   [junit4]   2> 204187 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[C07366081C48B469]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 204198 INFO  (Thread-520) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 204198 INFO  (Thread-520) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 204227 ERROR (Thread-520) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 204289 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[C07366081C48B469]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44253
   [junit4]   2> 204294 INFO  (jetty-launcher-197-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 204295 INFO  (jetty-launcher-197-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 204296 INFO  (jetty-launcher-197-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52b918a6{/solr,null,AVAILABLE}
   [junit4]   2> 204296 INFO  (jetty-launcher-197-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@18f2de91{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 204296 INFO  (jetty-launcher-197-thread-1) [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 204297 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45222}
   [junit4]   2> 204297 ERROR (jetty-launcher-197-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 204297 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 204297 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 204297 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 204297 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T15:01:34.876489Z
   [junit4]   2> 204296 INFO  (jetty-launcher-197-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48ea2f26{/solr,null,AVAILABLE}
   [junit4]   2> 204298 INFO  (jetty-launcher-197-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b5c2322{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 204298 INFO  (jetty-launcher-197-thread-2) [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 204298 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43127}
   [junit4]   2> 204298 ERROR (jetty-launcher-197-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 204299 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 204317 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 204317 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 204317 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T15:01:34.896286Z
   [junit4]   2> 204332 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 204337 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 204372 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44253/solr
   [junit4]   2> 204388 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44253/solr
   [junit4]   2> 204414 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 204415 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45222_solr
   [junit4]   2> 204416 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97944528145809414-127.0.0.1:45222_solr-n_0000000000) starting
   [junit4]   2> 204423 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 204429 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43127_solr
   [junit4]   2> 204440 INFO  (zkCallback-206-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 204442 INFO  (zkCallback-209-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 204456 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 204487 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45222_solr
   [junit4]   2> 204489 INFO  (zkCallback-206-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 204489 INFO  (zkCallback-209-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 204515 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper}
   [junit4]   2> 204552 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 204552 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper}
   [junit4]   2> 204575 INFO  (jetty-launcher-197-thread-2) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 204575 INFO  (jetty-launcher-197-thread-1) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 204588 INFO  (jetty-launcher-197-thread-1-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 204589 INFO  (jetty-launcher-197-thread-2-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 204791 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 204799 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 204843 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45222.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59226f7c
   [junit4]   2> 204849 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45222.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59226f7c
   [junit4]   2> 204849 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45222.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59226f7c
   [junit4]   2> 204850 INFO  (jetty-launcher-197-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_C07366081C48B469-001/tempDir-001/node1/.
   [junit4]   2> 204862 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43127.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59226f7c
   [junit4]   2> 204868 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43127.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59226f7c
   [junit4]   2> 204869 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43127.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59226f7c
   [junit4]   2> 204871 INFO  (jetty-launcher-197-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_C07366081C48B469-001/tempDir-001/node2/.
   [junit4]   2> 204930 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 205022 INFO  (qtp560061426-1857) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 205022 INFO  (qtp560061426-1857) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 205027 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=foo&p=foo&t=simple-dt&e=1494550895520&s=0L6kSkF7ASqr5pLemkvfkYDMhas="; Domain=127.0.0.1; Expires=      ,   -    -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205028 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 205039 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 205293 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 205307 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 205393 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 205393 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44253/solr ready
   [junit4]   2> 205396 ERROR (qtp618832728-1862) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_2]
   [junit4]   2> 205441 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 205442 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44253/solr ready
   [junit4]   2> 205444 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205463 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 205470 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44253/solr ready
   [junit4]   2> 205472 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205496 ERROR (qtp618832728-1864) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_3]
   [junit4]   2> 205507 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 205507 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44253/solr ready
   [junit4]   2> 205510 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205528 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 205530 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44253/solr ready
   [junit4]   2> 205532 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205537 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 205556 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 205562 WARN  (qtp560061426-1859) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo is trying to renew a token with wrong password
   [junit4]   2> 205562 WARN  (qtp560061426-1859) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 205563 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205563 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDelegationWithHadoopAuth -Dtests.method=testDelegationTokenRenew -Dtests.seed=C07366081C48B469 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-YE -Dtests.timezone=Europe/Berlin -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.04s J2 | TestDelegationWithHadoopAuth.testDelegationTokenRenew <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<403>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C07366081C48B469:F7E89216248469CD]:0)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:118)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:302)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:319)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 205598 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 205604 WARN  (qtp560061426-1850) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token with renewer foo
   [junit4]   2> 205605 WARN  (qtp560061426-1850) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 205605 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205610 WARN  (qtp618832728-1862) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token with renewer foo
   [junit4]   2> 205610 WARN  (qtp618832728-1862) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 205610 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205616 WARN  (qtp560061426-1859) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser
   [junit4]   2> 205617 WARN  (qtp560061426-1859) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 205618 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205619 WARN  (qtp618832728-1862) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser
   [junit4]   2> 205619 WARN  (qtp618832728-1862) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 205621 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205621 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 205644 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 205654 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205660 INFO  (qtp560061426-1853) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVv4B41gigFcHBQRYAcEFEZnoFA7DveGOAoQ3PTYzx1qn9KhB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 205660 INFO  (qtp560061426-1853) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVv4B41gigFcHBQRYAcEFEZnoFA7DveGOAoQ3PTYzx1qn9KhB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 205662 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 205677 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 205704 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[C07366081C48B469]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 205704 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[C07366081C48B469]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44253/solr ready
   [junit4]   2> 205706 INFO  (qtp618832728-1852) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVv4B42BigFcHBQRgQgEFGq1oNl1PlFz5T_KLhyGhl9hq69AB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 205706 INFO  (qtp618832728-1852) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVv4B42BigFcHBQRgQgEFGq1oNl1PlFz5T_KLhyGhl9hq69AB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 205713 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205718 INFO  (qtp618832728-1852) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVv4B42BigFcHBQRgQgEFGq1oNl1PlFz5T_KLhyGhl9hq69AB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 205719 INFO  (qtp618832728-1852) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVv4B42BigFcHBQRgQgEFGq1oNl1PlFz5T_KLhyGhl9hq69AB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 205722 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[C07366081C48B469]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 205722 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[C07366081C48B469]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4] IGNOR/A 0.00s J2 | TestDelegationWithHadoopAuth.testDelegationTokenCancelFail
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/HADOOP-14044"))
   [junit4]   2> 205726 INFO  (jetty-closer-198-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@18f2de91{HTTP/1.1,[http/1.1]}{127.0.0.1:?}
   [junit4]   2> 205726 INFO  (jetty-closer-198-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=281244080
   [junit4]   2> 205726 INFO  (jetty-closer-198-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3b5c2322{HTTP/1.1,[http/1.1]}{127.0.0.1:?}
   [junit4]   2> 205729 INFO  (jetty-closer-198-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1410054034
   [junit4]   2> 205729 INFO  (jetty-closer-198-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 205731 INFO  (jetty-closer-198-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 205735 INFO  (jetty-closer-198-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 205737 INFO  (jetty-closer-198-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 205743 INFO  (jetty-closer-198-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 205746 INFO  (jetty-closer-198-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 205747 INFO  (jetty-closer-198-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 205753 INFO  (jetty-closer-198-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 205754 INFO  (zkCallback-209-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 205754 INFO  (jetty-closer-198-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 205754 INFO  (jetty-closer-198-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 205754 INFO  (jetty-closer-198-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97944528145809414-127.0.0.1:45222_solr-n_0000000000) closing
   [junit4]   2> 205754 INFO  (OverseerStateUpdate-97944528145809414-127.0.0.1:45222_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45222_solr
   [junit4]   2> 205755 WARN  (zkCallback-209-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 205755 ERROR (Thread[Thread-540,5,TGRP-TestDelegationWithHadoopAuth]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 205764 INFO  (jetty-closer-198-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@52b918a6{/solr,null,UNAVAILABLE}
   [junit4]   2> 207254 WARN  (zkCallback-206-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 207254 ERROR (Thread[Thread-538,5,TGRP-TestDelegationWithHadoopAuth]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 207255 INFO  (jetty-closer-198-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@48ea2f26{/solr,null,UNAVAILABLE}
   [junit4]   2> 207256 ERROR (SUITE-TestDelegationWithHadoopAuth-seed#[C07366081C48B469]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 207256 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[C07366081C48B469]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44253 44253
   [junit4]   2> 207283 INFO  (Thread-520) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44253 44253
   [junit4]   2> 207284 WARN  (Thread-520) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 207284 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[C07366081C48B469]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_C07366081C48B469-001
   [junit4]   2> May 11, 2017 3:01:37 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1537, maxMBSortInHeap=7.023625643687066, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-YE, timezone=Europe/Berlin
   [junit4]   2> NOTE: Linux 4.4.0-75-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=75481656,total=515899392
   [junit4]   2> NOTE: All tests run in this JVM: [TestPointFields, TestCloudNestedDocsSort, TestSolrXml, MultiThreadedOCPTest, TestFieldCache, TestReload, RecoveryZkTest, TestExtendedDismaxParser, TestSerializedLuceneMatchVersion, PreAnalyzedUpdateProcessorTest, XmlUpdateRequestHandlerTest, BlockCacheTest, ActionThrottleTest, DocExpirationUpdateProcessorFactoryTest, SolrCoreCheckLockOnStartupTest, TestCSVResponseWriter, AtomicUpdateProcessorFactoryTest, UnloadDistributedZkTest, DirectUpdateHandlerTest, AutoCommitTest, CoreMergeIndexesAdminHandlerTest, DebugComponentTest, CoreAdminHandlerTest, TestDelegationWithHadoopAuth]
   [junit4] Completed [88/710 (1!)] on J2 in 3.37s, 8 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 2064 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20170511_145808_24711162295834757292288.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 4 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20170511_145808_2503298117181790871286.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20170511_145808_24511763089629495159698.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid13091.hprof ...
   [junit4] Heap dump file created [240192232 bytes in 1.231 secs]
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20170511_145808_2455251263649615286523.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 758 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J0-20170511_153807_677375712498881351148.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 57 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J1-20170511_153807_6776467023209930826700.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J2-20170511_153807_6775883502032972202507.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1235 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/test/temp/junit4-J1-20170511_154038_02913044347207766789622.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/test/temp/junit4-J0-20170511_154038_029311149341366558484.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/test/temp/junit4-J2-20170511_154038_0308823257082122880005.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 523 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J2-20170511_154047_45817779220393854953254.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J0-20170511_154047_45817091190875642510313.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J1-20170511_154047_45816155967687806585920.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 499 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J2-20170511_154103_70213333688098563751158.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20170511_154103_7023945685516922382263.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20170511_154103_70013280057037544889389.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1131 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20170511_154123_09413258677747414855712.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20170511_154123_09415364581791462093855.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 593 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20170511_154131_91315661194266806291743.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20170511_154131_91317073707700469900150.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20170511_154131_9114782520171619115565.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 503 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20170511_154155_351565282140657609825.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20170511_154155_351714713500468924948.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20170511_154155_3498782849749602941593.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 507 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20170511_154207_4577528689512049251768.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20170511_154207_45613234595179771834450.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 590 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20170511_154215_655519411382713769696.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20170511_154215_6554059449939713870387.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20170511_154215_65517001571439158101746.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 538 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20170511_154242_43710954624925729810749.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20170511_154242_43610126839567264187299.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 494 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20170511_154255_450343647650164884411.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:775: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:727: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid13091.hprof

Total time: 71 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any