Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Linux/193/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at https://127.0.0.1:39245/solr/awhollynewcollection_0: 
Expected mime type application/octet-stream but got text/html. <html> <head> 
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> 
<title>Error 510 </title> </head> <body> <h2>HTTP ERROR: 510</h2> <p>Problem 
accessing /solr/awhollynewcollection_0/select. Reason: <pre>    
{metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:4},code=510}</pre></p>
 <hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:39245/solr/awhollynewcollection_0: Expected 
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 510 </title>
</head>
<body>
<h2>HTTP ERROR: 510</h2>
<p>Problem accessing /solr/awhollynewcollection_0/select. Reason:
<pre>    
{metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:4},code=510}</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.14.v20161028</a><hr/>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([7D309C9B0E7C107E:3545E82F084F3FEB]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:580)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:522)
        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:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

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

Stack Trace:
java.lang.AssertionError: Could not get expected value  
'org.apache.solr.core.BlobStoreTestRequestHandler' for path 
'overlay/requestHandler/\/test1/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":0,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}}}},  from server:  null
        at 
__randomizedtesting.SeedInfo.seed([7D309C9B0E7C107E:A57DB1CCF9A1B5DE]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
        at 
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
        at 
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:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1710 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/test/temp/junit4-J0-20180305_084828_8331490158924541137306.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.ArrayList.elementData
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/test/temp/junit4-J1-20180305_084828_8338947187835393021434.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.Collections$SynchronizedCollection.c
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/test/temp/junit4-J2-20180305_084828_8329681014297590079245.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.Collections$SynchronizedCollection.c
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J2: EOF ----

[...truncated 276 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/test/temp/junit4-J0-20180305_085604_9387150984912181166757.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.Collections$SynchronizedCollection.c
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J0: EOF ----

[...truncated 21 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/test/temp/junit4-J2-20180305_085604_93810462065034836689869.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.Collections$SynchronizedCollection.c
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/test/temp/junit4-J1-20180305_085604_93916915749037818177214.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.Collections$SynchronizedCollection.c
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J1: EOF ----

[...truncated 2506 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20180305_090019_4714881968194556396551.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.Collections$SynchronizedCollection.c
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J1: EOF ----

[...truncated 29 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20180305_090019_4714980230243044867611.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.Collections$SynchronizedCollection.c
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J2: EOF ----

[...truncated 1869 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/test/temp/junit4-J0-20180305_090212_368878190174574873954.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.Collections$SynchronizedCollection.c
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/test/temp/junit4-J1-20180305_090212_36810196886839888644007.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.Collections$SynchronizedCollection.c
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J1: EOF ----

[...truncated 4 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/test/temp/junit4-J2-20180305_090212_3686653583207923061605.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.Collections$SynchronizedCollection.c
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J2: EOF ----

[...truncated 1934 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/queries/test/temp/junit4-J0-20180305_090719_6823816114955257518411.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.lucene.util.RamUsageTester 
(file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/)
 to field java.util.ArrayList.elementData
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.lucene.util.RamUsageTester
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J0: EOF ----

[...truncated 451 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/replicator/test/temp/junit4-J1-20180305_090737_00011168833611544218789.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.eclipse.jetty.util.BufferUtil 
(file:/home/jenkins/.ivy2/cache/org.eclipse.jetty/jetty-util/jars/jetty-util-9.3.14.v20161028.jar)
 to field java.nio.MappedByteBuffer.fd
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.eclipse.jetty.util.BufferUtil
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J1: EOF ----

[...truncated 3578 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/init-core-data-001
   [junit4]   2> 1059244 WARN  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D309C9B0E7C107E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=37 numCloses=37
   [junit4]   2> 1059244 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D309C9B0E7C107E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1059245 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D309C9B0E7C107E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1059258 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D309C9B0E7C107E]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001
   [junit4]   2> 1059258 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D309C9B0E7C107E]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1059258 INFO  (Thread-2467) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1059258 INFO  (Thread-2467) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1059268 ERROR (Thread-2467) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1059358 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D309C9B0E7C107E]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34175
   [junit4]   2> 1059363 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1059363 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1059363 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1059363 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1059383 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5c7dc3e7{/solr,null,AVAILABLE}
   [junit4]   2> 1059384 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a6b2d4f{/solr,null,AVAILABLE}
   [junit4]   2> 1059384 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@26b0449d{/solr,null,AVAILABLE}
   [junit4]   2> 1059384 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@764f591a{/solr,null,AVAILABLE}
   [junit4]   2> 1059386 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5a8e8588{SSL,[ssl, 
http/1.1]}{127.0.0.1:35527}
   [junit4]   2> 1059386 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@62a7b6ad{SSL,[ssl, 
http/1.1]}{127.0.0.1:39245}
   [junit4]   2> 1059386 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.e.j.s.Server Started @1061083ms
   [junit4]   2> 1059386 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.e.j.s.Server Started @1061083ms
   [junit4]   2> 1059386 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35527}
   [junit4]   2> 1059386 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39245}
   [junit4]   2> 1059386 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6838b787{SSL,[ssl, 
http/1.1]}{127.0.0.1:38319}
   [junit4]   2> 1059386 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.e.j.s.Server Started @1061083ms
   [junit4]   2> 1059386 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38319}
   [junit4]   2> 1059386 ERROR (jetty-launcher-1713-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1059386 ERROR (jetty-launcher-1713-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.3
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.3
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-05T09:29:08.096213Z
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-05T09:29:08.096237Z
   [junit4]   2> 1059387 ERROR (jetty-launcher-1713-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.3
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-05T09:29:08.096448Z
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@8069e2f{SSL,[ssl, 
http/1.1]}{127.0.0.1:37817}
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.e.j.s.Server Started @1061084ms
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37817}
   [junit4]   2> 1059387 ERROR (jetty-launcher-1713-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.3
   [junit4]   2> 1059387 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1059388 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1059388 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-05T09:29:08.097035Z
   [junit4]   2> 1059395 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1059396 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1059396 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1059396 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1059400 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1059400 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1059400 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1059401 INFO  (jetty-launcher-1713-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34175/solr
   [junit4]   2> 1059402 INFO  (jetty-launcher-1713-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34175/solr
   [junit4]   2> 1059403 INFO  (jetty-launcher-1713-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34175/solr
   [junit4]   2> 1059404 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1059405 INFO  (jetty-launcher-1713-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34175/solr
   [junit4]   2> 1059412 INFO  (jetty-launcher-1713-thread-1) 
[n:127.0.0.1:39245_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1059412 INFO  (jetty-launcher-1713-thread-3) 
[n:127.0.0.1:38319_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1059412 INFO  (jetty-launcher-1713-thread-4) 
[n:127.0.0.1:35527_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1059412 INFO  (jetty-launcher-1713-thread-2) 
[n:127.0.0.1:37817_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1059413 INFO  (jetty-launcher-1713-thread-3) 
[n:127.0.0.1:38319_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38319_solr
   [junit4]   2> 1059413 INFO  (jetty-launcher-1713-thread-1) 
[n:127.0.0.1:39245_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39245_solr
   [junit4]   2> 1059413 INFO  (jetty-launcher-1713-thread-2) 
[n:127.0.0.1:37817_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37817_solr
   [junit4]   2> 1059413 INFO  (jetty-launcher-1713-thread-4) 
[n:127.0.0.1:35527_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35527_solr
   [junit4]   2> 1059413 INFO  (jetty-launcher-1713-thread-3) 
[n:127.0.0.1:38319_solr    ] o.a.s.c.Overseer Overseer 
(id=99630589409558540-127.0.0.1:38319_solr-n_0000000000) starting
   [junit4]   2> 1059413 INFO  
(zkCallback-1734-thread-1-processing-n:127.0.0.1:37817_solr) 
[n:127.0.0.1:37817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1059414 INFO  
(zkCallback-1729-thread-1-processing-n:127.0.0.1:35527_solr) 
[n:127.0.0.1:35527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1059414 INFO  
(zkCallback-1735-thread-1-processing-n:127.0.0.1:38319_solr) 
[n:127.0.0.1:38319_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1059414 INFO  
(zkCallback-1730-thread-1-processing-n:127.0.0.1:39245_solr) 
[n:127.0.0.1:39245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1059431 INFO  (jetty-launcher-1713-thread-3) 
[n:127.0.0.1:38319_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38319_solr
   [junit4]   2> 1059432 INFO  
(zkCallback-1734-thread-1-processing-n:127.0.0.1:37817_solr) 
[n:127.0.0.1:37817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1059432 INFO  
(zkCallback-1729-thread-1-processing-n:127.0.0.1:35527_solr) 
[n:127.0.0.1:35527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1059432 INFO  
(zkCallback-1730-thread-1-processing-n:127.0.0.1:39245_solr) 
[n:127.0.0.1:39245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1059432 INFO  
(zkCallback-1735-thread-1-processing-n:127.0.0.1:38319_solr) 
[n:127.0.0.1:38319_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1059439 INFO  (jetty-launcher-1713-thread-2) 
[n:127.0.0.1:37817_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node2/.
   [junit4]   2> 1059441 INFO  (jetty-launcher-1713-thread-1) 
[n:127.0.0.1:39245_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node1/.
   [junit4]   2> 1059462 INFO  (jetty-launcher-1713-thread-4) 
[n:127.0.0.1:35527_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node4/.
   [junit4]   2> 1059463 INFO  (jetty-launcher-1713-thread-3) 
[n:127.0.0.1:38319_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node3/.
   [junit4]   2> 1059471 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D309C9B0E7C107E]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1059471 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D309C9B0E7C107E]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34175/solr ready
   [junit4]   2> 1059489 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[7D309C9B0E7C107E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionsAPI
   [junit4]   2> 1059489 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[7D309C9B0E7C107E])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1059543 INFO  (qtp1090641530-9995) [n:127.0.0.1:35527_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=7c6fc7e7-4876-44f2-9137-21768278cade&replicationFactor=1&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=5&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1059544 INFO  (qtp1090641530-9995) [n:127.0.0.1:35527_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=7c6fc7e7-4876-44f2-9137-21768278cade&replicationFactor=1&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=5&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1059547 INFO  
(OverseerThreadFactory-4163-thread-1-processing-n:127.0.0.1:38319_solr) 
[n:127.0.0.1:38319_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
awhollynewcollection_0
   [junit4]   2> 1059548 INFO  (zkCallback-1743-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeCreated 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1059653 INFO  (qtp1090641530-10024) [n:127.0.0.1:35527_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=7c6fc7e7-4876-44f2-9137-21768278cade379755453141307&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1059653 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=7c6fc7e7-4876-44f2-9137-21768278cade379755453141307&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1059653 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1059699 INFO  (qtp273402436-9996) [n:127.0.0.1:37817_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=7c6fc7e7-4876-44f2-9137-21768278cade379755452382226&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1059699 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=7c6fc7e7-4876-44f2-9137-21768278cade379755452382226&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2
   [junit4]   2> 1059699 INFO  (qtp729200987-9994) [n:127.0.0.1:38319_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=7c6fc7e7-4876-44f2-9137-21768278cade379755452733887&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard4_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard4&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1059699 INFO  (qtp376994170-10020) [n:127.0.0.1:39245_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=7c6fc7e7-4876-44f2-9137-21768278cade379755452156395&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard5_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard5&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1059699 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=7c6fc7e7-4876-44f2-9137-21768278cade379755452733887&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard4_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard4&wt=javabin&version=2
   [junit4]   2> 1059699 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1059699 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1059699 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=7c6fc7e7-4876-44f2-9137-21768278cade379755452156395&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard5_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard5&wt=javabin&version=2
   [junit4]   2> 1059700 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1059710 INFO  (qtp376994170-9997) [n:127.0.0.1:39245_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=7c6fc7e7-4876-44f2-9137-21768278cade379755453062192&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1059710 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=7c6fc7e7-4876-44f2-9137-21768278cade379755453062192&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1059712 INFO  (qtp1090641530-9999) [n:127.0.0.1:35527_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307
   [junit4]   2> 1059712 INFO  (qtp1090641530-9999) [n:127.0.0.1:35527_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=7c6fc7e7-4876-44f2-9137-21768278cade379755453141307&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1059813 INFO  (zkCallback-1743-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1059813 INFO  
(zkCallback-1734-thread-1-processing-n:127.0.0.1:37817_solr) 
[n:127.0.0.1:37817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1059813 INFO  
(zkCallback-1730-thread-1-processing-n:127.0.0.1:39245_solr) 
[n:127.0.0.1:39245_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1059813 INFO  
(zkCallback-1735-thread-2-processing-n:127.0.0.1:38319_solr) 
[n:127.0.0.1:38319_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1059813 INFO  
(zkCallback-1729-thread-1-processing-n:127.0.0.1:35527_solr) 
[n:127.0.0.1:35527_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1060666 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.6.3
   [junit4]   2> 1060670 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema 
[awhollynewcollection_0_shard2_replica1] Schema name=minimal
   [junit4]   2> 1060671 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1060671 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'awhollynewcollection_0_shard2_replica1' using configuration from 
collection awhollynewcollection_0, trusted=true
   [junit4]   2> 1060671 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1060671 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrCore 
[[awhollynewcollection_0_shard2_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node4/awhollynewcollection_0_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node4/./awhollynewcollection_0_shard2_replica1/data/]
   [junit4]   2> 1060672 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@132bf04e
   [junit4]   2> 1060697 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1060697 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1060705 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1060705 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1060706 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5dfba9ad[awhollynewcollection_0_shard2_replica1] main]
   [junit4]   2> 1060707 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1060708 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1060708 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 1060708 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1594089432067080192
   [junit4]   2> 1060711 INFO  
(searcherExecutor-4172-thread-1-processing-x:awhollynewcollection_0_shard2_replica1
 7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE 
n:127.0.0.1:35527_solr s:shard2 c:awhollynewcollection_0) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrCore 
[awhollynewcollection_0_shard2_replica1] Registered new searcher 
Searcher@5dfba9ad[awhollynewcollection_0_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1060711 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.6.3
   [junit4]   2> 1060711 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.6.3
   [junit4]   2> 1060717 INFO  (qtp1090641530-9995) [n:127.0.0.1:35527_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307
   [junit4]   2> 1060717 INFO  (qtp1090641530-9995) [n:127.0.0.1:35527_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=7c6fc7e7-4876-44f2-9137-21768278cade379755453141307&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1060718 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.s.IndexSchema 
[awhollynewcollection_0_shard3_replica1] Schema name=minimal
   [junit4]   2> 1060718 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.s.IndexSchema 
[awhollynewcollection_0_shard5_replica1] Schema name=minimal
   [junit4]   2> 1060720 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1060720 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'awhollynewcollection_0_shard3_replica1' using configuration from 
collection awhollynewcollection_0, trusted=true
   [junit4]   2> 1060720 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1060720 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'awhollynewcollection_0_shard5_replica1' using configuration from 
collection awhollynewcollection_0, trusted=true
   [junit4]   2> 1060720 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1060720 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1060720 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SolrCore 
[[awhollynewcollection_0_shard3_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node2/awhollynewcollection_0_shard3_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node2/./awhollynewcollection_0_shard3_replica1/data/]
   [junit4]   2> 1060720 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SolrCore 
[[awhollynewcollection_0_shard5_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node1/awhollynewcollection_0_shard5_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node1/./awhollynewcollection_0_shard5_replica1/data/]
   [junit4]   2> 1060721 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@132bf04e
   [junit4]   2> 1060721 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@132bf04e
   [junit4]   2> 1060722 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.6.3
   [junit4]   2> 1060726 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1060726 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1060726 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:35527/solr/awhollynewcollection_0_shard2_replica1/
   [junit4]   2> 1060726 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1060726 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SyncStrategy 
https://127.0.0.1:35527/solr/awhollynewcollection_0_shard2_replica1/ has no 
replicas
   [junit4]   2> 1060726 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1060728 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.6.3
   [junit4]   2> 1060730 INFO  
(parallelCoreAdminExecutor-4168-thread-1-processing-n:127.0.0.1:35527_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453141307 CREATE) 
[n:127.0.0.1:35527_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:35527/solr/awhollynewcollection_0_shard2_replica1/ shard2
   [junit4]   2> 1060732 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.s.IndexSchema 
[awhollynewcollection_0_shard4_replica1] Schema name=minimal
   [junit4]   2> 1060733 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema 
[awhollynewcollection_0_shard1_replica1] Schema name=minimal
   [junit4]   2> 1060734 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1060734 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'awhollynewcollection_0_shard4_replica1' using configuration from 
collection awhollynewcollection_0, trusted=true
   [junit4]   2> 1060734 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1060734 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'awhollynewcollection_0_shard1_replica1' using configuration from 
collection awhollynewcollection_0, trusted=true
   [junit4]   2> 1060735 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1060735 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1060735 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrCore 
[[awhollynewcollection_0_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node1/awhollynewcollection_0_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node1/./awhollynewcollection_0_shard1_replica1/data/]
   [junit4]   2> 1060735 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrCore 
[[awhollynewcollection_0_shard4_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node3/awhollynewcollection_0_shard4_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_7D309C9B0E7C107E-001/tempDir-001/node3/./awhollynewcollection_0_shard4_replica1/data/]
   [junit4]   2> 1060735 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@132bf04e
   [junit4]   2> 1060735 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@132bf04e
   [junit4]   2> 1060773 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1060774 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1060810 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1060810 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1060810 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@38b7ffca[awhollynewcollection_0_shard5_replica1] main]
   [junit4]   2> 1060811 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1060811 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1060811 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 1060812 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1594089432176132096
   [junit4]   2> 1060814 INFO  
(searcherExecutor-4178-thread-1-processing-x:awhollynewcollection_0_shard5_replica1
 7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE 
n:127.0.0.1:39245_solr s:shard5 c:awhollynewcollection_0) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SolrCore 
[awhollynewcollection_0_shard5_replica1] Registered new searcher 
Searcher@38b7ffca[awhollynewcollection_0_shard5_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1060816 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1060816 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1060816 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:39245/solr/awhollynewcollection_0_shard5_replica1/
   [junit4]   2> 1060816 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1060816 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SyncStrategy 
https://127.0.0.1:39245/solr/awhollynewcollection_0_shard5_replica1/ has no 
replicas
   [junit4]   2> 1060816 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1060818 INFO  
(parallelCoreAdminExecutor-4165-thread-1-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452156395 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard5  
x:awhollynewcollection_0_shard5_replica1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:39245/solr/awhollynewcollection_0_shard5_replica1/ shard5
   [junit4]   2> 1060823 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1060825 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1060826 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1060826 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1060826 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6586b01b[awhollynewcollection_0_shard1_replica1] main]
   [junit4]   2> 1060827 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1060827 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1060827 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 1060827 INFO  
(searcherExecutor-4180-thread-1-processing-x:awhollynewcollection_0_shard1_replica1
 7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE 
n:127.0.0.1:39245_solr s:shard1 c:awhollynewcollection_0) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrCore 
[awhollynewcollection_0_shard1_replica1] Registered new searcher 
Searcher@6586b01b[awhollynewcollection_0_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1060828 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1594089432192909312
   [junit4]   2> 1060829 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1060829 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1060830 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1060830 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1060830 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1060830 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1060830 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:39245/solr/awhollynewcollection_0_shard1_replica1/
   [junit4]   2> 1060830 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1060830 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SyncStrategy 
https://127.0.0.1:39245/solr/awhollynewcollection_0_shard1_replica1/ has no 
replicas
   [junit4]   2> 1060830 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1060830 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3cb868ef[awhollynewcollection_0_shard4_replica1] main]
   [junit4]   2> 1060831 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1060831 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1060831 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 1060832 INFO  
(parallelCoreAdminExecutor-4165-thread-2-processing-n:127.0.0.1:39245_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755453062192 CREATE) 
[n:127.0.0.1:39245_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:39245/solr/awhollynewcollection_0_shard1_replica1/ shard1
   [junit4]   2> 1060832 INFO  
(searcherExecutor-4179-thread-1-processing-x:awhollynewcollection_0_shard4_replica1
 7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE 
n:127.0.0.1:38319_solr s:shard4 c:awhollynewcollection_0) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrCore 
[awhollynewcollection_0_shard4_replica1] Registered new searcher 
Searcher@3cb868ef[awhollynewcollection_0_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1060832 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1594089432197103616
   [junit4]   2> 1060834 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1060834 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1060835 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1060835 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1060835 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4bcec068[awhollynewcollection_0_shard3_replica1] main]
   [junit4]   2> 1060836 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1060836 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1060836 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1060836 INFO  
(parallelCoreAdminExecutor-4164-thread-1-processing-n:127.0.0.1:37817_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452382226 CREATE) 
[n:127.0.0.1:37817_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 1060836 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1060836 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:38319/solr/awhollynewcollection_0_shard4_replica1/
   [junit4]   2> 1060836 INFO  
(parallelCoreAdminExecutor-4169-thread-1-processing-n:127.0.0.1:38319_solr 
7c6fc7e7-4876-44f2-9137-21768278cade379755452733887 CREATE) 
[n:127.0.0.1:38319_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SyncStrategy Syn

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

   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.eclipse.jetty.util.BufferUtil 
(file:/home/jenkins/.ivy2/cache/org.eclipse.jetty/jetty-util/jars/jetty-util-9.3.14.v20161028.jar)
 to field java.nio.MappedByteBuffer.fd
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.eclipse.jetty.util.BufferUtil
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-solrj/test/temp/junit4-J0-20180305_094741_3178043449253416883873.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.eclipse.jetty.util.BufferUtil 
(file:/home/jenkins/.ivy2/cache/org.eclipse.jetty/jetty-util/jars/jetty-util-9.3.14.v20161028.jar)
 to field java.nio.MappedByteBuffer.fd
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.eclipse.jetty.util.BufferUtil
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J0: EOF ----

[...truncated 21 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-solrj/test/temp/junit4-J1-20180305_094741_3172603582262054265139.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.eclipse.jetty.util.BufferUtil 
(file:/home/jenkins/.ivy2/cache/org.eclipse.jetty/jetty-util/jars/jetty-util-9.3.14.v20161028.jar)
 to field java.nio.MappedByteBuffer.fd
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.eclipse.jetty.util.BufferUtil
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J1: EOF ----

[...truncated 2478 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20180305_095110_41415897846892369550557.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.eclipse.jetty.util.BufferUtil 
(file:/home/jenkins/.ivy2/cache/org.eclipse.jetty/jetty-util/jars/jetty-util-9.3.14.v20161028.jar)
 to field java.nio.MappedByteBuffer.fd
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.eclipse.jetty.util.BufferUtil
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J0: EOF ----

[...truncated 1247 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20180305_095131_79418382845915765042801.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.tika.parser.ParseContext 
(file:/home/jenkins/.ivy2/cache/org.apache.tika/tika-core/bundles/tika-core-1.16.jar)
 to method 
com.sun.org.apache.xerces.internal.util.SecurityManager.setEntityExpansionLimit(int)
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.tika.parser.ParseContext
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J0: EOF ----

[...truncated 639 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20180305_095140_1941102873413326962965.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.eclipse.jetty.util.BufferUtil 
(file:/home/jenkins/.ivy2/cache/org.eclipse.jetty/jetty-util/jars/jetty-util-9.3.14.v20161028.jar)
 to field java.nio.MappedByteBuffer.fd
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.eclipse.jetty.util.BufferUtil
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J1: EOF ----

[...truncated 555 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20180305_095207_85711307503341354807425.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.tika.parser.ParseContext 
(file:/home/jenkins/.ivy2/cache/org.apache.tika/tika-core/bundles/tika-core-1.16.jar)
 to method 
com.sun.org.apache.xerces.internal.util.SecurityManager.setEntityExpansionLimit(int)
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.tika.parser.ParseContext
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20180305_095207_8368961100561568511136.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.apache.tika.parser.ParseContext 
(file:/home/jenkins/.ivy2/cache/org.apache.tika/tika-core/bundles/tika-core-1.16.jar)
 to method 
com.sun.org.apache.xerces.internal.util.SecurityManager.setEntityExpansionLimit(int)
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.apache.tika.parser.ParseContext
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J0: EOF ----

[...truncated 1191 lines...]
   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20180305_095228_36417656460846017840170.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.eclipse.jetty.util.BufferUtil 
(file:/home/jenkins/.ivy2/cache/org.eclipse.jetty/jetty-util/jars/jetty-util-9.3.14.v20161028.jar)
 to field java.nio.MappedByteBuffer.fd
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.eclipse.jetty.util.BufferUtil
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20180305_095228_3644599894496295298390.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.eclipse.jetty.util.BufferUtil 
(file:/home/jenkins/.ivy2/cache/org.eclipse.jetty/jetty-util/jars/jetty-util-9.3.14.v20161028.jar)
 to field java.nio.MappedByteBuffer.fd
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.eclipse.jetty.util.BufferUtil
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20180305_095228_36417210399606179980813.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARNING: An illegal reflective access operation has occurred
   [junit4] WARNING: Illegal reflective access by 
org.eclipse.jetty.util.BufferUtil 
(file:/home/jenkins/.ivy2/cache/org.eclipse.jetty/jetty-util/jars/jetty-util-9.3.14.v20161028.jar)
 to field java.nio.MappedByteBuffer.fd
   [junit4] WARNING: Please consider reporting this to the maintainers of 
org.eclipse.jetty.util.BufferUtil
   [junit4] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
   [junit4] WARNING: All illegal access operations will be denied in a future 
release
   [junit4] <<< JVM J1: EOF ----

[...truncated 31952 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to