You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/03/05 06:09:29 UTC

[JENKINS-EA] Lucene-Solr-6.6-Linux (64bit/jdk-10-ea+43) - Build # 192 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Linux/192/
Java: 64bit/jdk-10-ea+43 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

70 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.OverseerCollectionConfigSetProcessorTest

Error Message:
 Mockito cannot mock this class: class org.apache.solr.cloud.OverseerTaskQueue.  Mockito can only mock non-private & non-final classes. If you're not sure why you're getting this error, please report to the mailing list.   Java               : 10 JVM vendor name    : "Oracle Corporation" JVM vendor version : 10+43 JVM name           : OpenJDK 64-Bit Server VM JVM version        : 10+43 JVM info           : mixed mode OS name            : Linux OS version         : 4.13.0-36-generic   Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection

Stack Trace:
org.mockito.exceptions.base.MockitoException: 
Mockito cannot mock this class: class org.apache.solr.cloud.OverseerTaskQueue.

Mockito can only mock non-private & non-final classes.
If you're not sure why you're getting this error, please report to the mailing list.


Java               : 10
JVM vendor name    : "Oracle Corporation"
JVM vendor version : 10+43
JVM name           : OpenJDK 64-Bit Server VM
JVM version        : 10+43
JVM info           : mixed mode
OS name            : Linux
OS version         : 4.13.0-36-generic


Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection
	at __randomizedtesting.SeedInfo.seed([F02FF9CB9F842A66]:0)
	at org.apache.solr.cloud.OverseerCollectionConfigSetProcessorTest.setUpOnce(OverseerCollectionConfigSetProcessorTest.java:103)
	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$6.evaluate(RandomizedRunner.java:847)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.UnsupportedOperationException: Cannot define class using reflection
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable.defineClass(ClassInjector.java:819)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.inject(ClassInjector.java:183)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:187)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.mock(Mockito.java:1681)
	at org.mockito.Mockito.mock(Mockito.java:1594)
	... 24 more
Caused by: java.lang.IllegalArgumentException: Unknown Java version: 10
	at net.bytebuddy.ClassFileVersion.ofJavaVersion(ClassFileVersion.java:135)
	at net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.locate(ClassFileVersion.java:337)
	at net.bytebuddy.ClassFileVersion.ofThisVm(ClassFileVersion.java:147)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:299)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:288)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.<clinit>(ClassInjector.java:68)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:184)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.mock(Mockito.java:1681)
	at org.mockito.Mockito.mock(Mockito.java:1594)
	at org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:73)
	at org.apache.solr.handler.admin.TestCoreAdminApis.testCalls(TestCoreAdminApis.java:40)
	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)
	... 17 more


FAILED:  org.apache.solr.analysis.TestReversedWildcardFilterFactory.testCachingInQueryParser

Error Message:
 Mockito cannot mock this class: class org.apache.solr.schema.TextField.  Mockito can only mock non-private & non-final classes. If you're not sure why you're getting this error, please report to the mailing list.   Java               : 10 JVM vendor name    : "Oracle Corporation" JVM vendor version : 10+43 JVM name           : OpenJDK 64-Bit Server VM JVM version        : 10+43 JVM info           : mixed mode OS name            : Linux OS version         : 4.13.0-36-generic   Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection

Stack Trace:
org.mockito.exceptions.base.MockitoException: 
Mockito cannot mock this class: class org.apache.solr.schema.TextField.

Mockito can only mock non-private & non-final classes.
If you're not sure why you're getting this error, please report to the mailing list.


Java               : 10
JVM vendor name    : "Oracle Corporation"
JVM vendor version : 10+43
JVM name           : OpenJDK 64-Bit Server VM
JVM version        : 10+43
JVM info           : mixed mode
OS name            : Linux
OS version         : 4.13.0-36-generic


Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection
	at __randomizedtesting.SeedInfo.seed([F02FF9CB9F842A66:B4770FC965007396]:0)
	at org.apache.solr.analysis.TestReversedWildcardFilterFactory.testCachingInQueryParser(TestReversedWildcardFilterFactory.java:233)
	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)
Caused by: java.lang.UnsupportedOperationException: Cannot define class using reflection
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable.defineClass(ClassInjector.java:819)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.inject(ClassInjector.java:183)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:187)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.spy(Mockito.java:1764)
	... 39 more
Caused by: java.lang.IllegalArgumentException: Unknown Java version: 10
	at net.bytebuddy.ClassFileVersion.ofJavaVersion(ClassFileVersion.java:135)
	at net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.locate(ClassFileVersion.java:337)
	at net.bytebuddy.ClassFileVersion.ofThisVm(ClassFileVersion.java:147)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:299)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:288)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.<clinit>(ClassInjector.java:68)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:184)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.mock(Mockito.java:1681)
	at org.mockito.Mockito.mock(Mockito.java:1594)
	at org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:73)
	at org.apache.solr.handler.admin.TestCoreAdminApis.testCalls(TestCoreAdminApis.java:40)
	... 38 more


FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientCacheTest.testCaching

Error Message:
 Mockito cannot mock this class: class org.apache.solr.client.solrj.impl.LBHttpSolrClient.  Mockito can only mock non-private & non-final classes. If you're not sure why you're getting this error, please report to the mailing list.   Java               : 10 JVM vendor name    : "Oracle Corporation" JVM vendor version : 10+43 JVM name           : OpenJDK 64-Bit Server VM JVM version        : 10+43 JVM info           : mixed mode OS name            : Linux OS version         : 4.13.0-36-generic   Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection

Stack Trace:
org.mockito.exceptions.base.MockitoException: 
Mockito cannot mock this class: class org.apache.solr.client.solrj.impl.LBHttpSolrClient.

Mockito can only mock non-private & non-final classes.
If you're not sure why you're getting this error, please report to the mailing list.


Java               : 10
JVM vendor name    : "Oracle Corporation"
JVM vendor version : 10+43
JVM name           : OpenJDK 64-Bit Server VM
JVM version        : 10+43
JVM info           : mixed mode
OS name            : Linux
OS version         : 4.13.0-36-generic


Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection
	at __randomizedtesting.SeedInfo.seed([617C3AD9FD0962A8:4A6A5F1C63F428F1]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClientCacheTest.getMockLbHttpSolrClient(CloudSolrClientCacheTest.java:104)
	at org.apache.solr.client.solrj.impl.CloudSolrClientCacheTest.testCaching(CloudSolrClientCacheTest.java:74)
	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)
Caused by: java.lang.UnsupportedOperationException: Cannot define class using reflection
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable.defineClass(ClassInjector.java:819)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.inject(ClassInjector.java:183)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:187)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.mock(Mockito.java:1681)
	at org.mockito.Mockito.mock(Mockito.java:1594)
	... 40 more
Caused by: java.lang.IllegalArgumentException: Unknown Java version: 10
	at net.bytebuddy.ClassFileVersion.ofJavaVersion(ClassFileVersion.java:135)
	at net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.locate(ClassFileVersion.java:337)
	at net.bytebuddy.ClassFileVersion.ofThisVm(ClassFileVersion.java:147)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:299)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:288)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.<clinit>(ClassInjector.java:68)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:184)
	... 57 more


FAILED:  org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread.testPublishDownState

Error Message:
expected:<35> but was:<36>

Stack Trace:
java.lang.AssertionError: expected:<35> but was:<36>
	at __randomizedtesting.SeedInfo.seed([F02FF9CB9F842A66:AE525B353B99639B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread.testPublishDownState(TestLeaderInitiatedRecoveryThread.java:170)
	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)


FAILED:  org.apache.solr.cloud.rule.ImplicitSnitchTest.testGetTags_withAllHostNameRequestedTags_returns_all_Tags

Error Message:
 Mockito cannot mock this class: class org.apache.solr.common.cloud.rule.ImplicitSnitch.  Mockito can only mock non-private & non-final classes. If you're not sure why you're getting this error, please report to the mailing list.   Java               : 10 JVM vendor name    : "Oracle Corporation" JVM vendor version : 10+43 JVM name           : OpenJDK 64-Bit Server VM JVM version        : 10+43 JVM info           : mixed mode OS name            : Linux OS version         : 4.13.0-36-generic   Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection

Stack Trace:
org.mockito.exceptions.base.MockitoException: 
Mockito cannot mock this class: class org.apache.solr.common.cloud.rule.ImplicitSnitch.

Mockito can only mock non-private & non-final classes.
If you're not sure why you're getting this error, please report to the mailing list.


Java               : 10
JVM vendor name    : "Oracle Corporation"
JVM vendor version : 10+43
JVM name           : OpenJDK 64-Bit Server VM
JVM version        : 10+43
JVM info           : mixed mode
OS name            : Linux
OS version         : 4.13.0-36-generic


Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection
	at org.apache.solr.cloud.rule.ImplicitSnitchTest.testGetTags_withAllHostNameRequestedTags_returns_all_Tags(ImplicitSnitchTest.java:137)
	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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.lang.UnsupportedOperationException: Cannot define class using reflection
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable.defineClass(ClassInjector.java:819)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.inject(ClassInjector.java:183)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:187)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.spy(Mockito.java:1764)
	... 22 more
Caused by: java.lang.IllegalArgumentException: Unknown Java version: 10
	at net.bytebuddy.ClassFileVersion.ofJavaVersion(ClassFileVersion.java:135)
	at net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.locate(ClassFileVersion.java:337)
	at net.bytebuddy.ClassFileVersion.ofThisVm(ClassFileVersion.java:147)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:299)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:288)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.<clinit>(ClassInjector.java:68)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:184)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.mock(Mockito.java:1681)
	at org.mockito.Mockito.mock(Mockito.java:1594)
	at org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:73)
	at org.apache.solr.handler.admin.TestCoreAdminApis.testCalls(TestCoreAdminApis.java:40)
	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.cloud.rule.ImplicitSnitchTest.testGetTags_withHostNameRequestedTag_ip3_returns_1_tag

Error Message:
 Mockito cannot mock this class: class org.apache.solr.common.cloud.rule.ImplicitSnitch.  Mockito can only mock non-private & non-final classes. If you're not sure why you're getting this error, please report to the mailing list.   Java               : 10 JVM vendor name    : "Oracle Corporation" JVM vendor version : 10+43 JVM name           : OpenJDK 64-Bit Server VM JVM version        : 10+43 JVM info           : mixed mode OS name            : Linux OS version         : 4.13.0-36-generic   Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection

Stack Trace:
org.mockito.exceptions.base.MockitoException: 
Mockito cannot mock this class: class org.apache.solr.common.cloud.rule.ImplicitSnitch.

Mockito can only mock non-private & non-final classes.
If you're not sure why you're getting this error, please report to the mailing list.


Java               : 10
JVM vendor name    : "Oracle Corporation"
JVM vendor version : 10+43
JVM name           : OpenJDK 64-Bit Server VM
JVM version        : 10+43
JVM info           : mixed mode
OS name            : Linux
OS version         : 4.13.0-36-generic


Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection
	at org.apache.solr.cloud.rule.ImplicitSnitchTest.testGetTags_withHostNameRequestedTag_ip3_returns_1_tag(ImplicitSnitchTest.java:156)
	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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.lang.UnsupportedOperationException: Cannot define class using reflection
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable.defineClass(ClassInjector.java:819)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.inject(ClassInjector.java:183)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:187)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.spy(Mockito.java:1764)
	... 22 more
Caused by: java.lang.IllegalArgumentException: Unknown Java version: 10
	at net.bytebuddy.ClassFileVersion.ofJavaVersion(ClassFileVersion.java:135)
	at net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.locate(ClassFileVersion.java:337)
	at net.bytebuddy.ClassFileVersion.ofThisVm(ClassFileVersion.java:147)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:299)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:288)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.<clinit>(ClassInjector.java:68)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:184)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.mock(Mockito.java:1681)
	at org.mockito.Mockito.mock(Mockito.java:1594)
	at org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:73)
	at org.apache.solr.handler.admin.TestCoreAdminApis.testCalls(TestCoreAdminApis.java:40)
	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.cloud.rule.ImplicitSnitchTest.testGetTags_withHostNameRequestedTag_ip99999_returns_nothing

Error Message:
 Mockito cannot mock this class: class org.apache.solr.common.cloud.rule.ImplicitSnitch.  Mockito can only mock non-private & non-final classes. If you're not sure why you're getting this error, please report to the mailing list.   Java               : 10 JVM vendor name    : "Oracle Corporation" JVM vendor version : 10+43 JVM name           : OpenJDK 64-Bit Server VM JVM version        : 10+43 JVM info           : mixed mode OS name            : Linux OS version         : 4.13.0-36-generic   Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection

Stack Trace:
org.mockito.exceptions.base.MockitoException: 
Mockito cannot mock this class: class org.apache.solr.common.cloud.rule.ImplicitSnitch.

Mockito can only mock non-private & non-final classes.
If you're not sure why you're getting this error, please report to the mailing list.


Java               : 10
JVM vendor name    : "Oracle Corporation"
JVM vendor version : 10+43
JVM name           : OpenJDK 64-Bit Server VM
JVM version        : 10+43
JVM info           : mixed mode
OS name            : Linux
OS version         : 4.13.0-36-generic


Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection
	at org.apache.solr.cloud.rule.ImplicitSnitchTest.testGetTags_withHostNameRequestedTag_ip99999_returns_nothing(ImplicitSnitchTest.java:171)
	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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.lang.UnsupportedOperationException: Cannot define class using reflection
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable.defineClass(ClassInjector.java:819)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.inject(ClassInjector.java:183)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:187)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.spy(Mockito.java:1764)
	... 22 more
Caused by: java.lang.IllegalArgumentException: Unknown Java version: 10
	at net.bytebuddy.ClassFileVersion.ofJavaVersion(ClassFileVersion.java:135)
	at net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.locate(ClassFileVersion.java:337)
	at net.bytebuddy.ClassFileVersion.ofThisVm(ClassFileVersion.java:147)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:299)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:288)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.<clinit>(ClassInjector.java:68)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:184)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.mock(Mockito.java:1681)
	at org.mockito.Mockito.mock(Mockito.java:1594)
	at org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:73)
	at org.apache.solr.handler.admin.TestCoreAdminApis.testCalls(TestCoreAdminApis.java:40)
	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.BlobRepositoryMockingTest.testCloudOnly

Error Message:
 Mockito cannot mock this class: class org.apache.solr.core.CoreContainer.  Mockito can only mock non-private & non-final classes. If you're not sure why you're getting this error, please report to the mailing list.   Java               : 10 JVM vendor name    : "Oracle Corporation" JVM vendor version : 10+43 JVM name           : OpenJDK 64-Bit Server VM JVM version        : 10+43 JVM info           : mixed mode OS name            : Linux OS version         : 4.13.0-36-generic   Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection

Stack Trace:
org.mockito.exceptions.base.MockitoException: 
Mockito cannot mock this class: class org.apache.solr.core.CoreContainer.

Mockito can only mock non-private & non-final classes.
If you're not sure why you're getting this error, please report to the mailing list.


Java               : 10
JVM vendor name    : "Oracle Corporation"
JVM vendor version : 10+43
JVM name           : OpenJDK 64-Bit Server VM
JVM version        : 10+43
JVM info           : mixed mode
OS name            : Linux
OS version         : 4.13.0-36-generic


Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection
	at org.apache.solr.core.BlobRepositoryMockingTest.<init>(BlobRepositoryMockingTest.java:43)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:187)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:236)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:233)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.lang.UnsupportedOperationException: Cannot define class using reflection
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable.defineClass(ClassInjector.java:819)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.inject(ClassInjector.java:183)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:187)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.mock(Mockito.java:1681)
	at org.mockito.Mockito.mock(Mockito.java:1594)
	... 20 more
Caused by: java.lang.IllegalArgumentException: Unknown Java version: 10
	at net.bytebuddy.ClassFileVersion.ofJavaVersion(ClassFileVersion.java:135)
	at net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.locate(ClassFileVersion.java:337)
	at net.bytebuddy.ClassFileVersion.ofThisVm(ClassFileVersion.java:147)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:299)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:288)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.<clinit>(ClassInjector.java:68)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:184)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.mock(Mockito.java:1681)
	at org.mockito.Mockito.mock(Mockito.java:1594)
	at org.apache.solr.update.processor.ClassificationUpdateProcessorFactoryTest.init_unsupportedFilterQuery_shouldThrowExceptionWithDetailedMessage(ClassificationUpdateProcessorFactoryTest.java:107)
	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.BlobRepositoryMockingTest.testGetBlobIncrRefString

Error Message:
 Mockito cannot mock this class: class org.apache.solr.core.CoreContainer.  Mockito can only mock non-private & non-final classes. If you're not sure why you're getting this error, please report to the mailing list.   Java               : 10 JVM vendor name    : "Oracle Corporation" JVM vendor version : 10+43 JVM name           : OpenJDK 64-Bit Server VM JVM version        : 10+43 JVM info           : mixed mode OS name            : Linux OS version         : 4.13.0-36-generic   Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection

Stack Trace:
org.mockito.exceptions.base.MockitoException: 
Mockito cannot mock this class: class org.apache.solr.core.CoreContainer.

Mockito can only mock non-private & non-final classes.
If you're not sure why you're getting this error, please report to the mailing list.


Java               : 10
JVM vendor name    : "Oracle Corporation"
JVM vendor version : 10+43
JVM name           : OpenJDK 64-Bit Server VM
JVM version        : 10+43
JVM info           : mixed mode
OS name            : Linux
OS version         : 4.13.0-36-generic


Underlying exception : java.lang.UnsupportedOperationException: Cannot define class using reflection
	at org.apache.solr.core.BlobRepositoryMockingTest.<init>(BlobRepositoryMockingTest.java:43)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:187)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:236)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:233)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.lang.UnsupportedOperationException: Cannot define class using reflection
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable.defineClass(ClassInjector.java:819)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.inject(ClassInjector.java:183)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:187)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.mock(Mockito.java:1681)
	at org.mockito.Mockito.mock(Mockito.java:1594)
	... 20 more
Caused by: java.lang.IllegalArgumentException: Unknown Java version: 10
	at net.bytebuddy.ClassFileVersion.ofJavaVersion(ClassFileVersion.java:135)
	at net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.locate(ClassFileVersion.java:337)
	at net.bytebuddy.ClassFileVersion.ofThisVm(ClassFileVersion.java:147)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:299)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$CreationAction.run(ClassInjector.java:288)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.<clinit>(ClassInjector.java:68)
	at net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:184)
	at net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:79)
	at net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:4352)
	at org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:94)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:35)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator$1.call(TypeCachingBytecodeGenerator.java:32)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:138)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:346)
	at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:161)
	at net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:355)
	at org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:30)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:71)
	at org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:42)
	at org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:26)
	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:35)
	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:65)
	at org.mockito.Mockito.mock(Mockito.java:1681)
	at org.mockito.Mockito.mock(Mockito.java:1594)
	at org.apache.solr.update.processor.ClassificationUpdateProcessorFactoryTest.init_unsupportedFilterQuery_shouldThrowExceptionWithDetailedMessage(ClassificationUpdateProcessorFactoryTest.java:107)
	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.BlobRepositoryMockingTest.testCachedAlready

Error Message:
 Mockito cannot mock this class: class org.apache.solr.core.CoreContainer.  Mockito can 

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

serr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [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 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20180305_060634_1584134561238500391167.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

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

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

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20180305_060651_606960819068206171564.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [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_060651_60616086739354739914583.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [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 555 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20180305_060700_83012257386721159326593.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 624 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_060706_8325764193118329321298.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [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 15 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_060706_832105288380175972808.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [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 3 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_060706_832240956951889198653.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [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 590 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20180305_060735_000881515720831535166.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

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

[...truncated 30346 lines...]

[JENKINS] Lucene-Solr-6.6-Linux (64bit/jdk-9.0.4) - Build # 193 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
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...]