Build: https://jenkins.thetaphi.de/job/Lucene-Solr-SOLR-13661-Linux/32/
Java: 64bit/jdk-13 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.handler.TestPackages.testRuntimeLibWithSig2048

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([8CBD56DF10775903:51D07577B0C3C362]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.solr.handler.TestPackages.testRuntimeLibWithSig2048(TestPackages.java:322)
        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:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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:830)


FAILED:  org.apache.solr.handler.TestPackages.testPackageAPI

Error Message:
actual output : {   "responseHeader":{     "status":400,     "QTime":0},   
"error":{     "metadata":{       
"error-class":"org.apache.solr.api.ApiBag$ExceptionWithErrObject",       
"root-error-class":"org.apache.solr.api.ApiBag$ExceptionWithErrObject"},     
"details":[{         "add":{           "name":"global",           
"version":"0.1",           "file":{             "id":"wrong-id",             
"sig":"wrong-sig"}},         "errorMessages":["node not started with 
enable.package=true"]}],     "msg":"Error in executing commands",     
"code":400}}

Stack Trace:
java.lang.AssertionError: actual output : {
  "responseHeader":{
    "status":400,
    "QTime":0},
  "error":{
    "metadata":{
      "error-class":"org.apache.solr.api.ApiBag$ExceptionWithErrObject",
      "root-error-class":"org.apache.solr.api.ApiBag$ExceptionWithErrObject"},
    "details":[{
        "add":{
          "name":"global",
          "version":"0.1",
          "file":{
            "id":"wrong-id",
            "sig":"wrong-sig"}},
        "errorMessages":["node not started with enable.package=true"]}],
    "msg":"Error in executing commands",
    "code":400}}
        at 
__randomizedtesting.SeedInfo.seed([8CBD56DF10775903:FEB24391BC2C0313]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.handler.TestPackages.testPackageAPI(TestPackages.java:180)
        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:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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:830)


FAILED:  org.apache.solr.handler.TestPackages.testPluginFrompackage

Error Message:
req: 
org.apache.solr.handler.TestPackages$$Lambda$511/0x0000000800f79440@34afe55f . 
attempt: 9 Mismatch for value : '[config, queryResponseWriter, json1, 
_packageinfo_, file, id]' in response , {   "responseHeader":{     "status":0,  
   "QTime":0},   "config":{"queryResponseWriter":{"json1":{         
"name":"json1",         
"class":"org.apache.solr.core.RuntimeLibResponseWriter",         
"package":"global"}}}}

Stack Trace:
java.lang.AssertionError: req: 
org.apache.solr.handler.TestPackages$$Lambda$511/0x0000000800f79440@34afe55f . 
attempt: 9 Mismatch for value : '[config, queryResponseWriter, json1, 
_packageinfo_, file, id]' in response , {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "config":{"queryResponseWriter":{"json1":{
        "name":"json1",
        "class":"org.apache.solr.core.RuntimeLibResponseWriter",
        "package":"global"}}}}
        at 
__randomizedtesting.SeedInfo.seed([8CBD56DF10775903:59E7B1AB87D81BFD]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.handler.TestPackages.assertResponseValues(TestPackages.java:130)
        at 
org.apache.solr.handler.TestPackages.assertResponseValues(TestPackages.java:101)
        at 
org.apache.solr.handler.TestPackages.testPluginFrompackage(TestPackages.java:489)
        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:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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:830)


FAILED:  org.apache.solr.handler.TestPackages.testPluginFrompackage

Error Message:
Error from server at http://127.0.0.1:43799/solr: Error in executing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: 
Error from server at http://127.0.0.1:43799/solr: Error in executing commands
        at 
__randomizedtesting.SeedInfo.seed([8CBD56DF10775903:59E7B1AB87D81BFD]:0)
        at 
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:66)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:642)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.handler.TestPackages.testPluginFrompackage(TestPackages.java:462)
        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:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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:830)




Build Log:
[...truncated 15018 lines...]
   [junit4] Suite: org.apache.solr.handler.TestPackages
   [junit4]   2> 1963074 INFO  
(SUITE-TestPackages-seed#[8CBD56DF10775903]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/workspace/Lucene-Solr-SOLR-13661-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestPackages_8CBD56DF10775903-001/data-dir-211-001
   [junit4]   2> 1963075 WARN  
(SUITE-TestPackages-seed#[8CBD56DF10775903]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1963075 INFO  
(SUITE-TestPackages-seed#[8CBD56DF10775903]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1963075 INFO  
(SUITE-TestPackages-seed#[8CBD56DF10775903]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 1963075 INFO  
(SUITE-TestPackages-seed#[8CBD56DF10775903]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4] IGNOR/A 0.00s J0 | TestPackages.testCacheLoadFromPackage
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13650";))
   [junit4]   2> 1963079 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testFileStoreManagement
   [junit4]   2> 1963079 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-SOLR-13661-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestPackages_8CBD56DF10775903-001/tempDir-001
   [junit4]   2> 1963079 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1963080 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1963080 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1963180 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:42093
   [junit4]   2> 1963180 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42093
   [junit4]   2> 1963180 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42093
   [junit4]   2> 1963180 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42093
   [junit4]   2> 1963181 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1963182 INFO  (zkConnectionManagerCallback-14359-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963183 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1963184 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1963185 INFO  (zkConnectionManagerCallback-14361-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963185 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1963186 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1963187 INFO  (zkConnectionManagerCallback-14363-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963187 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1963289 WARN  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1963289 WARN  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1963289 WARN  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1963289 WARN  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 13+33
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 13+33
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 13+33
   [junit4]   2> 1963289 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 13+33
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22b673eb{/solr,null,AVAILABLE}
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@444be427{/solr,null,AVAILABLE}
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@19ee6521{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42551}
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.s.Server Started @1963301ms
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@56c5bf54{/solr,null,AVAILABLE}
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42551}
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5b1c744e{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:37659}
   [junit4]   2> 1963291 ERROR (jetty-launcher-14364-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1963291 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.s.Server Started @1963301ms
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37659}
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@72ddb23f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:35279}
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7de1b15b{/solr,null,AVAILABLE}
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.s.Server Started @1963301ms
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35279}
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-10-17T16:01:43.919086Z
   [junit4]   2> 1963292 ERROR (jetty-launcher-14364-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1963292 ERROR (jetty-launcher-14364-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-10-17T16:01:43.919170Z
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-10-17T16:01:43.919201Z
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@a767a66{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33461}
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.s.Server Started @1963302ms
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33461}
   [junit4]   2> 1963292 ERROR (jetty-launcher-14364-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-10-17T16:01:43.919527Z
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1963292 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1963293 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1963293 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1963293 INFO  (zkConnectionManagerCallback-14366-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963293 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1963293 INFO  (zkConnectionManagerCallback-14370-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963293 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1963293 INFO  (zkConnectionManagerCallback-14368-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963293 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1963293 INFO  (zkConnectionManagerCallback-14372-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963293 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1963293 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1963293 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1963293 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1963293 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1963540 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1963541 WARN  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@474098ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963541 WARN  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@474098ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963542 WARN  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@79389e84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963542 WARN  (jetty-launcher-14364-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@79389e84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963543 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42093/solr
   [junit4]   2> 1963543 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1963544 INFO  (zkConnectionManagerCallback-14380-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963544 INFO  (jetty-launcher-14364-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1963594 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1963595 WARN  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@15a96e21[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963595 WARN  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@15a96e21[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963597 WARN  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5b2d250d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963597 WARN  (jetty-launcher-14364-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5b2d250d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963598 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42093/solr
   [junit4]   2> 1963598 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1963599 INFO  (zkConnectionManagerCallback-14387-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963599 INFO  (jetty-launcher-14364-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1963663 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1963664 WARN  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2799886[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963664 WARN  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2799886[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963665 WARN  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1a121de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963665 WARN  (jetty-launcher-14364-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1a121de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963666 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42093/solr
   [junit4]   2> 1963667 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1963667 INFO  (zkConnectionManagerCallback-14393-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963667 INFO  (jetty-launcher-14364-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1963770 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1963771 WARN  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@415f033f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963771 WARN  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@415f033f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963772 WARN  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@9243d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963772 WARN  (jetty-launcher-14364-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@9243d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1963773 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42093/solr
   [junit4]   2> 1963773 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1963774 INFO  (zkConnectionManagerCallback-14400-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963774 INFO  (jetty-launcher-14364-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1963797 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1963798 INFO  (zkConnectionManagerCallback-14402-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963798 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1963840 DEBUG (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1963840 DEBUG (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1963841 DEBUG (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... [] -> []
   [junit4]   2> 1963841 DEBUG (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy 
[0] interesting [0] watched [0] lazy [0] total [0]
   [junit4]   2> 1963843 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37659_solr
   [junit4]   2> 1963844 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.Overseer Overseer 
(id=72324027068645387-127.0.0.1:37659_solr-n_0000000000) starting
   [junit4]   2> 1963850 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1963850 INFO  (zkConnectionManagerCallback-14409-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963851 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1963851 DEBUG (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1963851 DEBUG (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1963852 DEBUG (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... [] -> []
   [junit4]   2> 1963852 DEBUG (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy 
[0] interesting [0] watched [0] lazy [0] total [0]
   [junit4]   2> 1963852 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42093/solr ready
   [junit4]   2> 1963853 INFO  
(OverseerStateUpdate-72324027068645387-127.0.0.1:37659_solr-n_0000000000) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:37659_solr
   [junit4]   2> 1963853 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37659_solr
   [junit4]   2> 1963854 INFO  
(OverseerStateUpdate-72324027068645387-127.0.0.1:37659_solr-n_0000000000) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1963854 DEBUG 
(OverseerStateUpdate-72324027068645387-127.0.0.1:37659_solr-n_0000000000) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... [] -> [127.0.0.1:37659_solr]
   [junit4]   2> 1963854 DEBUG (zkCallback-14401-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 1963854 DEBUG 
(OverseerStateUpdate-72324027068645387-127.0.0.1:37659_solr-n_0000000000) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy 
[0] interesting [0] watched [0] lazy [0] total [0]
   [junit4]   2> 1963855 DEBUG (zkCallback-14401-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:37659_solr] -> [127.0.0.1:37659_solr]
   [junit4]   2> 1963855 DEBUG (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.PackageBag clusterprops.json changed , 
version -1
   [junit4]   2> 1963863 DEBUG (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [0])
   [junit4]   2> 1963863 INFO  (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1963863 DEBUG (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> 
[127.0.0.1:37659_solr]
   [junit4]   2> 1963868 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1963880 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37659.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1963886 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37659.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1963886 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37659.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1963887 INFO  (jetty-launcher-14364-thread-2) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-SOLR-13661-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestPackages_8CBD56DF10775903-001/tempDir-001/node2/.
   [junit4]   2> 1963898 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1963899 INFO  (zkConnectionManagerCallback-14412-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963899 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1963901 DEBUG (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1963901 DEBUG (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1963901 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1963901 DEBUG (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... [] -> [127.0.0.1:37659_solr]
   [junit4]   2> 1963901 DEBUG (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy 
[0] interesting [0] watched [0] lazy [0] total [0]
   [junit4]   2> 1963902 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33461_solr as DOWN
   [junit4]   2> 1963903 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1963903 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33461_solr
   [junit4]   2> 1963903 DEBUG (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 1963903 DEBUG (zkCallback-14401-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 1963903 INFO  (zkCallback-14401-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1963903 INFO  (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1963903 DEBUG (zkCallback-14401-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:37659_solr] -> [127.0.0.1:33461_solr, 127.0.0.1:37659_solr]
   [junit4]   2> 1963903 DEBUG (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:37659_solr] -> [127.0.0.1:33461_solr, 127.0.0.1:37659_solr]
   [junit4]   2> 1963907 DEBUG (zkCallback-14411-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 1963907 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1963907 INFO  (zkCallback-14411-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1963907 DEBUG (zkCallback-14411-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:37659_solr] -> [127.0.0.1:33461_solr, 127.0.0.1:37659_solr]
   [junit4]   2> 1963908 INFO  (zkConnectionManagerCallback-14419-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963908 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1963908 DEBUG (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1963909 DEBUG (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1963909 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1963909 DEBUG (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... [] -> [127.0.0.1:33461_solr, 127.0.0.1:37659_solr]
   [junit4]   2> 1963909 DEBUG (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy 
[0] interesting [0] watched [0] lazy [0] total [0]
   [junit4]   2> 1963909 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42093/solr ready
   [junit4]   2> 1963910 DEBUG (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.PackageBag clusterprops.json changed , 
version -1
   [junit4]   2> 1963922 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1963932 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33461.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1963938 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33461.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1963938 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33461.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1963939 INFO  (jetty-launcher-14364-thread-1) 
[n:127.0.0.1:33461_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-SOLR-13661-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestPackages_8CBD56DF10775903-001/tempDir-001/node1/.
   [junit4]   2> 1963998 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1963999 INFO  (zkConnectionManagerCallback-14422-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1963999 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1964001 DEBUG (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1964001 DEBUG (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1964001 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1964001 DEBUG (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... [] -> [127.0.0.1:33461_solr, 127.0.0.1:37659_solr]
   [junit4]   2> 1964001 DEBUG (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy 
[0] interesting [0] watched [0] lazy [0] total [0]
   [junit4]   2> 1964002 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35279_solr as DOWN
   [junit4]   2> 1964003 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1964003 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35279_solr
   [junit4]   2> 1964003 DEBUG (zkCallback-14401-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [2])
   [junit4]   2> 1964003 DEBUG (zkCallback-14411-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [2])
   [junit4]   2> 1964003 DEBUG (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [2])
   [junit4]   2> 1964003 INFO  (zkCallback-14401-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1964003 DEBUG (zkCallback-14401-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:37659_solr] -> [127.0.0.1:33461_solr, 
127.0.0.1:35279_solr, 127.0.0.1:37659_solr]
   [junit4]   2> 1964003 INFO  (zkCallback-14411-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1964003 INFO  (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1964003 DEBUG (zkCallback-14411-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:37659_solr] -> [127.0.0.1:33461_solr, 
127.0.0.1:35279_solr, 127.0.0.1:37659_solr]
   [junit4]   2> 1964003 DEBUG (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:37659_solr] -> [127.0.0.1:33461_solr, 
127.0.0.1:35279_solr, 127.0.0.1:37659_solr]
   [junit4]   2> 1964003 DEBUG (zkCallback-14421-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [2])
   [junit4]   2> 1964003 DEBUG (zkCallback-14418-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [2])
   [junit4]   2> 1964003 INFO  (zkCallback-14418-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1964003 DEBUG (zkCallback-14418-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:37659_solr] -> [127.0.0.1:33461_solr, 
127.0.0.1:35279_solr, 127.0.0.1:37659_solr]
   [junit4]   2> 1964003 INFO  (zkCallback-14421-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1964003 DEBUG (zkCallback-14421-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:37659_solr] -> [127.0.0.1:33461_solr, 
127.0.0.1:35279_solr, 127.0.0.1:37659_solr]
   [junit4]   2> 1964004 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1964004 INFO  (zkConnectionManagerCallback-14429-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1964004 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1964005 DEBUG (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1964005 DEBUG (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1964005 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1964005 DEBUG (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... [] -> [127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 
127.0.0.1:37659_solr]
   [junit4]   2> 1964005 DEBUG (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy 
[0] interesting [0] watched [0] lazy [0] total [0]
   [junit4]   2> 1964006 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42093/solr ready
   [junit4]   2> 1964006 DEBUG (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.PackageBag clusterprops.json changed , 
version -1
   [junit4]   2> 1964015 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1964024 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35279.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1964031 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35279.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1964031 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35279.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1964031 INFO  (jetty-launcher-14364-thread-4) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-SOLR-13661-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestPackages_8CBD56DF10775903-001/tempDir-001/node4/.
   [junit4]   2> 1964098 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1964099 INFO  (zkConnectionManagerCallback-14432-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1964099 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1964102 DEBUG (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1964102 DEBUG (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1964102 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1964102 DEBUG (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... [] -> [127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 
127.0.0.1:37659_solr]
   [junit4]   2> 1964102 DEBUG (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy 
[0] interesting [0] watched [0] lazy [0] total [0]
   [junit4]   2> 1964106 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42551_solr as DOWN
   [junit4]   2> 1964106 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1964106 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42551_solr
   [junit4]   2> 1964107 DEBUG (zkCallback-14418-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [3])
   [junit4]   2> 1964107 DEBUG (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [3])
   [junit4]   2> 1964107 DEBUG (zkCallback-14421-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [3])
   [junit4]   2> 1964107 DEBUG (zkCallback-14401-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [3])
   [junit4]   2> 1964107 DEBUG (zkCallback-14411-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [3])
   [junit4]   2> 1964107 INFO  (zkCallback-14401-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1964107 DEBUG (zkCallback-14401-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr] -> 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr, 
127.0.0.1:42551_solr]
   [junit4]   2> 1964107 DEBUG (zkCallback-14428-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [3])
   [junit4]   2> 1964107 INFO  (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1964107 INFO  (zkCallback-14418-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1964107 DEBUG (zkCallback-14408-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr] -> 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr, 
127.0.0.1:42551_solr]
   [junit4]   2> 1964107 DEBUG (zkCallback-14418-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr] -> 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr, 
127.0.0.1:42551_solr]
   [junit4]   2> 1964107 INFO  (zkCallback-14421-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1964107 DEBUG (zkCallback-14421-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr] -> 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr, 
127.0.0.1:42551_solr]
   [junit4]   2> 1964107 INFO  (zkCallback-14411-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1964107 DEBUG (zkCallback-14411-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr] -> 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr, 
127.0.0.1:42551_solr]
   [junit4]   2> 1964107 INFO  (zkCallback-14428-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1964107 DEBUG (zkCallback-14428-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr] -> 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr, 
127.0.0.1:42551_solr]
   [junit4]   2> 1964111 DEBUG (zkCallback-14431-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [3])
   [junit4]   2> 1964111 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1964112 INFO  (zkCallback-14431-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1964112 DEBUG (zkCallback-14431-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr] -> 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr, 
127.0.0.1:42551_solr]
   [junit4]   2> 1964112 INFO  (zkConnectionManagerCallback-14439-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1964112 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1964112 DEBUG (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1964112 DEBUG (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1964112 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1964112 DEBUG (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... [] -> [127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 
127.0.0.1:37659_solr, 127.0.0.1:42551_solr]
   [junit4]   2> 1964113 DEBUG (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy 
[0] interesting [0] watched [0] lazy [0] total [0]
   [junit4]   2> 1964113 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42093/solr ready
   [junit4]   2> 1964115 DEBUG (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.PackageBag clusterprops.json changed , 
version -1
   [junit4]   2> 1964135 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1964144 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42551.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1964151 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42551.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1964152 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42551.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e0b85aa
   [junit4]   2> 1964152 INFO  (jetty-launcher-14364-thread-3) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-SOLR-13661-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestPackages_8CBD56DF10775903-001/tempDir-001/node3/.
   [junit4]   2> 1964198 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1964199 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1964200 INFO  (zkConnectionManagerCallback-14445-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1964200 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1964200 DEBUG 
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1964200 DEBUG 
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1964201 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1964201 DEBUG 
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr, 
127.0.0.1:42551_solr]
   [junit4]   2> 1964201 DEBUG 
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] 
lazy [0] total [0]
   [junit4]   2> 1964201 INFO  
(TEST-TestPackages.testFileStoreManagement-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42093/solr ready
   [junit4]   2> 1964208 INFO  (qtp78742656-40236) [n:127.0.0.1:33461_solr     
] o.a.s.c.DistribFileStore persisted a blob 
e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar
 
   [junit4]   2> 1964216 INFO  (qtp78742656-40232) [n:127.0.0.1:33461_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/filestore/package 
params={fromNode=127.0.0.1:33461_solr&id=e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar}
 status=0 QTime=0
   [junit4]   2> 1964218 INFO  (qtp2082100172-40235) [n:127.0.0.1:35279_solr    
 ] o.a.s.c.DistribFileStore fetching a blob 
e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar
 from 127.0.0.1:33461_solr 
   [junit4]   2> 1964219 INFO  (qtp2082100172-40235) [n:127.0.0.1:35279_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/filestore/package 
params={fromNode=127.0.0.1:33461_solr&id=e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar}
 status=0 QTime=0
   [junit4]   2> 1964220 INFO  (qtp1440448645-40230) [n:127.0.0.1:37659_solr    
 ] o.a.s.c.DistribFileStore fetching a blob 
e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar
 from 127.0.0.1:33461_solr 
   [junit4]   2> 1964220 INFO  (qtp1440448645-40230) [n:127.0.0.1:37659_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/filestore/package 
params={fromNode=127.0.0.1:33461_solr&id=e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar}
 status=0 QTime=0
   [junit4]   2> 1964220 INFO  (qtp78742656-40232) [n:127.0.0.1:33461_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/filestore/package/e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar
 params={} status=0 QTime=0
   [junit4]   2> 1964221 INFO  (qtp78742656-40232) [n:127.0.0.1:33461_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/filestore/package/e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar
 params={} status=0 QTime=0
   [junit4]   2> 1964221 INFO  
(updateExecutor-14376-thread-1-processing-n:127.0.0.1:35279_solr) 
[n:127.0.0.1:35279_solr     ] o.a.s.c.DistribFileStore persisted a blob 
e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar
 
   [junit4]   2> 1964221 INFO  (qtp388598196-40224) [n:127.0.0.1:42551_solr     
] o.a.s.c.DistribFileStore fetching a blob 
e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar
 from 127.0.0.1:33461_solr 
   [junit4]   2> 1964221 INFO  (qtp388598196-40224) [n:127.0.0.1:42551_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/filestore/package 
params={fromNode=127.0.0.1:33461_solr&id=e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar}
 status=0 QTime=0
   [junit4]   2> 1964221 INFO  
(updateExecutor-14389-thread-1-processing-n:127.0.0.1:37659_solr) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.DistribFileStore persisted a blob 
e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar
 
   [junit4]   2> 1964222 INFO  (qtp78742656-40232) [n:127.0.0.1:33461_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/filestore/package/e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar
 params={} status=0 QTime=0
   [junit4]   2> 1964222 INFO  (qtp78742656-40236) [n:127.0.0.1:33461_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/filestore/package 
params={name=runtimelibs.jar&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 1964223 INFO  (qtp388598196-40220) [n:127.0.0.1:42551_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/filestore/package 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1964225 INFO  
(updateExecutor-14396-thread-1-processing-n:127.0.0.1:42551_solr) 
[n:127.0.0.1:42551_solr     ] o.a.s.c.DistribFileStore persisted a blob 
e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc-runtimelibs.jar
 
   [junit4]   2> 1964228 INFO  (qtp1440448645-40226) [n:127.0.0.1:37659_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/filestore/package 
params={wt=javabin} status=0 QTime=0
   [junit4]   2> 1964232 INFO  (qtp2082100172-40231) [n:127.0.0.1:35279_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/filestore/package 
params={wt=javabin} status=0 QTime=0
   [junit4]   2> 1964236 INFO  (qtp78742656-40232) [n:127.0.0.1:33461_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/filestore/package 
params={wt=javabin} status=0 QTime=0
   [junit4]   2> 1964240 INFO  (qtp388598196-40228) [n:127.0.0.1:42551_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/filestore/package 
params={wt=javabin} status=0 QTime=0
   [junit4]   2> 1964341 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=723614868
   [junit4]   2> 1964342 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37659_solr
   [junit4]   2> 1964342 INFO  (jetty-closer-14446-thread-2) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2064329525
   [junit4]   2> 1964342 INFO  (jetty-closer-14446-thread-3) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1747130100
   [junit4]   2> 1964342 INFO  (jetty-closer-14446-thread-2) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35279_solr
   [junit4]   2> 1964342 INFO  (jetty-closer-14446-thread-3) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33461_solr
   [junit4]   2> 1964342 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1964342 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:37659_solr as DOWN
   [junit4]   2> 1964342 INFO  (jetty-closer-14446-thread-3) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1964342 INFO  (jetty-closer-14446-thread-3) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:33461_solr as DOWN
   [junit4]   2> 1964342 INFO  (jetty-closer-14446-thread-2) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1964342 INFO  (jetty-closer-14446-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:35279_solr as DOWN
   [junit4]   2> 1964343 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1964343 INFO  (jetty-closer-14446-thread-4) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1602147297
   [junit4]   2> 1964343 INFO  (jetty-closer-14446-thread-4) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42551_solr
   [junit4]   2> 1964343 INFO  (jetty-closer-14446-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1964343 INFO  (jetty-closer-14446-thread-4) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1964343 INFO  (jetty-closer-14446-thread-4) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:42551_solr as DOWN
   [junit4]   2> 1964343 INFO  (jetty-closer-14446-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@384489aa: rootName = 
solr_33461, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@448b388d
   [junit4]   2> 1964343 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1964343 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@43eb1a31: rootName = 
solr_37659, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@5f57f303
   [junit4]   2> 1964343 INFO  (jetty-closer-14446-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1964343 INFO  (jetty-closer-14446-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3481ed2c: rootName = 
solr_35279, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@710ec084
   [junit4]   2> 1964344 INFO  (jetty-closer-14446-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1964344 INFO  (jetty-closer-14446-thread-4) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@75645dae: rootName = 
solr_42551, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@7832b423
   [junit4]   2> 1964351 INFO  (jetty-closer-14446-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1964351 INFO  (jetty-closer-14446-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@204360f6: rootName = 
solr_33461, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@25f17c75
   [junit4]   2> 1964351 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1964351 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2f5c7756: rootName = 
solr_37659, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@25f17c75
   [junit4]   2> 1964351 INFO  (jetty-closer-14446-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1964351 INFO  (jetty-closer-14446-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7b68793d: rootName = 
solr_35279, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@25f17c75
   [junit4]   2> 1964352 INFO  (jetty-closer-14446-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1964352 INFO  (jetty-closer-14446-thread-4) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@246d1651: rootName = 
solr_42551, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@25f17c75
   [junit4]   2> 1964356 INFO  (jetty-closer-14446-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1964356 INFO  (jetty-closer-14446-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@33b725ef: rootName = 
solr_33461, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@720a3827
   [junit4]   2> 1964356 INFO  (jetty-closer-14446-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1964356 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1964356 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@380f2dfe: rootName = 
solr_37659, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@720a3827
   [junit4]   2> 1964356 INFO  (jetty-closer-14446-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1964356 INFO  (jetty-closer-14446-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1964356 INFO  (jetty-closer-14446-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@538d8305: rootName = 
solr_35279, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@720a3827
   [junit4]   2> 1964356 INFO  (jetty-closer-14446-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1964357 INFO  (jetty-closer-14446-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1964357 INFO  (jetty-closer-14446-thread-4) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6591c238: rootName = 
solr_42551, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@720a3827
   [junit4]   2> 1964357 INFO  (jetty-closer-14446-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1964359 INFO  (closeThreadPool-14460-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72324027068645387-127.0.0.1:37659_solr-n_0000000000) closing
   [junit4]   2> 1964359 INFO  
(OverseerStateUpdate-72324027068645387-127.0.0.1:37659_solr-n_0000000000) 
[n:127.0.0.1:37659_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:37659_solr
   [junit4]   2> 1964359 INFO  
(OverseerAutoScalingTriggerThread-72324027068645387-127.0.0.1:37659_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1964361 DEBUG (zkCallback-14428-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [4])
   [junit4]   2> 1964361 DEBUG (zkCallback-14431-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [4])
   [junit4]   2> 1964361 DEBUG (zkCallback-14421-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [4])
   [junit4]   2> 1964361 INFO  (zkCallback-14431-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1964362 INFO  (zkCallback-14421-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1964362 DEBUG (zkCallback-14431-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr, 
127.0.0.1:42551_solr] -> [127.0.0.1:35279_solr, 127.0.0.1:42551_solr]
   [junit4]   2> 1964362 DEBUG (zkCallback-14421-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:33461_solr, 127.0.0.1:35279_solr, 127.0.0.1:37659_solr, 
127.0.0.1:42551_solr] -> [127.0.0.1:3

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

thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:34967_solr, 127.0.0.1:35175_solr, 127.0.0.1:42359_solr, 
127.0.0.1:46753_solr] -> [127.0.0.1:34967_solr, 127.0.0.1:35175_solr, 
127.0.0.1:46753_solr]
   [junit4]   2> 53260 DEBUG (zkCallback-1016-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [4])
   [junit4]   2> 53261 DEBUG (zkCallback-1051-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [4])
   [junit4]   2> 53261 INFO  (closeThreadPool-1075-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72324112151937036-127.0.0.1:46753_solr-n_0000000000) closing
   [junit4]   2> 53262 INFO  
(OverseerStateUpdate-72324112151937036-127.0.0.1:46753_solr-n_0000000000) 
[n:127.0.0.1:46753_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:46753_solr
   [junit4]   2> 53263 INFO  
(OverseerAutoScalingTriggerThread-72324112151937036-127.0.0.1:46753_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 53265 DEBUG (zkCallback-1032-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [4])
   [junit4]   2> 53266 INFO  (closeThreadPool-1075-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72324112151937036-127.0.0.1:46753_solr-n_0000000000) closing
   [junit4]   2> 53359 INFO  (zkCallback-1016-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 53360 DEBUG (zkCallback-1016-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:34967_solr, 127.0.0.1:35175_solr, 127.0.0.1:42359_solr, 
127.0.0.1:46753_solr] -> [127.0.0.1:35175_solr, 127.0.0.1:46753_solr]
   [junit4]   2> 53360 INFO  (zkCallback-1032-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 53360 DEBUG (zkCallback-1032-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:34967_solr, 127.0.0.1:35175_solr, 127.0.0.1:42359_solr, 
127.0.0.1:46753_solr] -> [127.0.0.1:35175_solr, 127.0.0.1:46753_solr]
   [junit4]   2> 53360 INFO  (zkCallback-1051-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 53360 DEBUG (zkCallback-1051-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... 
[127.0.0.1:34967_solr, 127.0.0.1:35175_solr, 127.0.0.1:42359_solr, 
127.0.0.1:46753_solr] -> [127.0.0.1:35175_solr, 127.0.0.1:46753_solr]
   [junit4]   2> 53460 INFO  (jetty-closer-1059-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@53b593e0{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 53461 INFO  (jetty-closer-1059-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@600591e{/solr,null,UNAVAILABLE}
   [junit4]   2> 53461 INFO  (jetty-closer-1059-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 53561 INFO  (jetty-closer-1059-thread-4) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@23caf2a2{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 53562 INFO  (jetty-closer-1059-thread-4) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@840dd6e{/solr,null,UNAVAILABLE}
   [junit4]   2> 53562 INFO  (jetty-closer-1059-thread-4) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 53760 INFO  (jetty-closer-1059-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72324112151937036-127.0.0.1:46753_solr-n_0000000000) closing
   [junit4]   2> 53761 INFO  (jetty-closer-1059-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2d53f2c1{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 53761 INFO  (jetty-closer-1059-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2b3c8af9{/solr,null,UNAVAILABLE}
   [junit4]   2> 53761 INFO  (jetty-closer-1059-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 53861 INFO  (jetty-closer-1059-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@677a4179{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 53862 INFO  (jetty-closer-1059-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@51277bf8{/solr,null,UNAVAILABLE}
   [junit4]   2> 53862 INFO  (jetty-closer-1059-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 53862 INFO  
(TEST-TestPackages.testPackageAPI-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 54065 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        45      /solr/clusterprops.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        31      /solr/live_nodes
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        7       /solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 54066 INFO  
(TEST-TestPackages.testPackageAPI-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33649
   [junit4]   2> 54066 INFO  
(TEST-TestPackages.testPackageAPI-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33649
   [junit4]   2> 54066 INFO  
(TEST-TestPackages.testPackageAPI-seed#[8CBD56DF10775903]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 33649
   [junit4]   2> 54066 INFO  
(TEST-TestPackages.testPackageAPI-seed#[8CBD56DF10775903]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testPackageAPI
   [junit4] OK      4.30s J2 | TestPackages.testPackageAPI
   [junit4]   2> 54067 INFO  
(SUITE-TestPackages-seed#[8CBD56DF10775903]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 54067 INFO  
(SUITE-TestPackages-seed#[8CBD56DF10775903]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33649
   [junit4]   2> 54067 INFO  
(SUITE-TestPackages-seed#[8CBD56DF10775903]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33649
   [junit4]   2> 54067 INFO  
(SUITE-TestPackages-seed#[8CBD56DF10775903]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 33649
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-SOLR-13661-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestPackages_8CBD56DF10775903-002
   [junit4]   2> Oct 17, 2019 4:23:26 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 7 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=280, maxMBSortInHeap=7.9367320154357985, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3721827d),
 locale=nl-SR, timezone=America/Grand_Turk
   [junit4]   2> NOTE: Linux 5.0.0-25-generic amd64/Oracle Corporation 13 
(64-bit)/cpus=8,threads=1,free=349149512,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestPackages, TestPackages]
   [junit4] Completed [5/5 (3!)] on J2 in 25.78s, 6 tests, 1 failure, 1 skipped 
<<< FAILURES!

[...truncated 13 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-SOLR-13661-Linux/lucene/common-build.xml:1492:
 The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-SOLR-13661-Linux/lucene/common-build.xml:1019:
 There were test failures: 5 suites, 30 tests, 3 failures, 5 ignored (5 
assumptions) [seed: 8CBD56DF10775903]

Total time: 1 minute 5 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   3/5 failed: org.apache.solr.handler.TestPackages
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=f664c92e1d47ca99c8b161eba7519d7fcab0402c, 
workspace=/home/jenkins/workspace/Lucene-Solr-SOLR-13661-Linux
[WARNINGS] Computing warning deltas based on reference build #31
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to