Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18936/
Java: 64bit/jdk-9-ea+155 -XX:+UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
  at 
org.apache.solr.core.MetricsDirectoryFactory.get(MetricsDirectoryFactory.java:195)
  at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:381)  
at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:263) 
 at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:399) 
 at 
org.apache.solr.handler.ReplicationHandler.lambda$handleRequestBody$0(ReplicationHandler.java:281)
  at java.base/java.lang.Thread.run(Thread.java:844)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
        at 
org.apache.solr.core.MetricsDirectoryFactory.get(MetricsDirectoryFactory.java:195)
        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:381)
        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:263)
        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:399)
        at 
org.apache.solr.handler.ReplicationHandler.lambda$handleRequestBody$0(ReplicationHandler.java:281)
        at java.base/java.lang.Thread.run(Thread.java:844)


        at __randomizedtesting.SeedInfo.seed([282B2F52B27EC4F4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:289)
        at jdk.internal.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:543)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
        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.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'A val' for path 'response/params/x/a' full 
output: {   "responseHeader":{     "status":0,     "QTime":0},   
"response":{"znodeVersion":-1}},  from server:  
https://127.0.0.1:42682/solr/collection1_shard1_replica1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'A val' for path 
'response/params/x/a' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{"znodeVersion":-1}},  from server:  
https://127.0.0.1:42682/solr/collection1_shard1_replica1
        at 
__randomizedtesting.SeedInfo.seed([282B2F52B27EC4F4:A07F10881C82A90C]: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.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:110)
        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:69)
        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:543)
        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.handler.admin.TestApiFramework.testFramework

Error Message:


Stack Trace:
java.lang.ExceptionInInitializerError
        at 
__randomizedtesting.SeedInfo.seed([282B2F52B27EC4F4:3F5DE575B4AA28C9]:0)
        at 
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:166)
        at 
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
        at 
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
        at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:144)
        at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:116)
        at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
        at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
        at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
        at 
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
        at 
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
        at org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
        at org.easymock.EasyMock.createMock(EasyMock.java:104)
        at 
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:76)
        at 
org.apache.solr.handler.admin.TestApiFramework.testFramework(TestApiFramework.java:59)
        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:543)
        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.reflect.InaccessibleObjectException: Unable to make 
protected final java.lang.Class 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
 throws java.lang.ClassFormatError accessible: module java.base does not "opens 
java.lang" to unnamed module @754350f5
        at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:207)
        at 
java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:192)
        at java.base/java.lang.reflect.Method.setAccessible(Method.java:186)
        at net.sf.cglib.core.ReflectUtils$2.run(ReflectUtils.java:56)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:46)
        ... 52 more


FAILED:  org.apache.solr.handler.admin.TestCoreAdminApis.testCalls

Error Message:
Could not initialize class org.easymock.internal.ClassProxyFactory$2

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class 
org.easymock.internal.ClassProxyFactory$2
        at 
__randomizedtesting.SeedInfo.seed([282B2F52B27EC4F4:1AEA303937F27753]:0)
        at 
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
        at 
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
        at org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
        at org.easymock.EasyMock.createMock(EasyMock.java:104)
        at 
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:76)
        at 
org.apache.solr.handler.admin.TestCoreAdminApis.testCalls(TestCoreAdminApis.java:43)
        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:543)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11424 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/init-core-data-001
   [junit4]   2> 371133 INFO  
(SUITE-TestReplicationHandler-seed#[282B2F52B27EC4F4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 371135 INFO  
(SUITE-TestReplicationHandler-seed#[282B2F52B27EC4F4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 371136 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestHandlerPathUnchanged
   [junit4]   2> 371136 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-001/collection1
   [junit4]   2> 371143 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 371143 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@29fa5833{/solr,null,AVAILABLE}
   [junit4]   2> 371145 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@68c70cf6{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 371145 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 371145 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-001/collection1/data,
 hostPort=41441}
   [junit4]   2> 371145 ERROR 
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 371145 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 371145 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 371145 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 371145 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-10T12:10:12.074610Z
   [junit4]   2> 371145 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-001/solr.xml
   [junit4]   2> 371242 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-001/.
   [junit4]   2> 371242 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 371251 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 371257 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 371258 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 371259 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-001/./collection1
   [junit4]   2> 371259 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 371260 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=15.76953125, 
floorSegmentMB=0.98046875, forceMergeDeletesPctAllowed=19.18380130282202, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5396833911408572
   [junit4]   2> 371397 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 371397 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 371398 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5165994956604818]
   [junit4]   2> 371399 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@605e7f7b[collection1] main]
   [junit4]   2> 371400 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-001/collection1/conf
   [junit4]   2> 371400 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.h.ReplicationHandler Replication enabled for following config files: 
schema.xml,xslt/dummy.xsl
   [junit4]   2> 371400 INFO  (coreLoadExecutor-915-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 371400 INFO  (searcherExecutor-916-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@605e7f7b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 371814 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-002/collection1
   [junit4]   2> 371820 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 371821 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@23b8f2a8{/solr,null,AVAILABLE}
   [junit4]   2> 371821 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@37ef5b75{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 371821 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 371821 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-002/collection1/data,
 hostPort=35779}
   [junit4]   2> 371822 ERROR 
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 371822 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 371822 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 371822 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 371822 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-10T12:10:12.751526Z
   [junit4]   2> 371822 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-002/solr.xml
   [junit4]   2> 371953 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-002/.
   [junit4]   2> 371953 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 371959 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 371967 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 371968 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 371969 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-002/./collection1
   [junit4]   2> 371969 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 371971 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=15.76953125, 
floorSegmentMB=0.98046875, forceMergeDeletesPctAllowed=19.18380130282202, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5396833911408572
   [junit4]   2> 372161 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 372161 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 372162 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5165994956604818]
   [junit4]   2> 372162 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4fe12486[collection1] main]
   [junit4]   2> 372163 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-002/collection1/conf
   [junit4]   2> 372165 INFO  (coreLoadExecutor-925-thread-1) [    ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 372165 INFO  (searcherExecutor-926-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4fe12486[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 372168 INFO  (qtp679270912-2090) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 372168 INFO  (indexFetcher-930-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 372168 INFO  (indexFetcher-930-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 372168 INFO  (indexFetcher-930-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 372515 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestHandlerPathUnchanged
   [junit4]   2> 372516 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@68c70cf6{HTTP/1.1,[http/1.1]}{127.0.0.1:?}
   [junit4]   2> 372516 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1142274377
   [junit4]   2> 372516 INFO  (coreCloseExecutor-931-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3fc09fbd
   [junit4]   2> 372517 INFO  (coreCloseExecutor-931-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 372517 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 372517 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@29fa5833{/solr,null,UNAVAILABLE}
   [junit4]   2> 372518 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@37ef5b75{HTTP/1.1,[http/1.1]}{127.0.0.1:?}
   [junit4]   2> 372518 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1675986755
   [junit4]   2> 372519 INFO  (coreCloseExecutor-933-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@64134a0
   [junit4]   2> 372519 INFO  (coreCloseExecutor-933-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 372520 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 372520 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@23b8f2a8{/solr,null,UNAVAILABLE}
   [junit4]   2> 372521 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting doTestIllegalFilePaths
   [junit4]   2> 372521 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-003/collection1
   [junit4]   2> 372524 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 372524 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1208d61c{/solr,null,AVAILABLE}
   [junit4]   2> 372525 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@18849094{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 372525 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 372525 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-003/collection1/data,
 hostPort=42953}
   [junit4]   2> 372525 ERROR 
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 372525 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 372525 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 372525 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 372525 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-10T12:10:13.454912Z
   [junit4]   2> 372526 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-003/solr.xml
   [junit4]   2> 372617 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-003/.
   [junit4]   2> 372617 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 372624 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 372632 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 372638 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 372638 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-003/./collection1
   [junit4]   2> 372639 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-003/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 372639 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=15.76953125, 
floorSegmentMB=0.98046875, forceMergeDeletesPctAllowed=19.18380130282202, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5396833911408572
   [junit4]   2> 372754 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 372754 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 372755 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5165994956604818]
   [junit4]   2> 372755 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6da48514[collection1] main]
   [junit4]   2> 372755 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-003/collection1/conf
   [junit4]   2> 372755 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.h.ReplicationHandler Replication enabled for following config files: 
schema.xml,xslt/dummy.xsl
   [junit4]   2> 372756 INFO  (coreLoadExecutor-940-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 372756 INFO  (searcherExecutor-941-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6da48514[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 373203 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-004/collection1
   [junit4]   2> 373207 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 373208 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5a32a826{/solr,null,AVAILABLE}
   [junit4]   2> 373209 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@7a07cee1{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 373209 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 373209 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-004/collection1/data,
 hostPort=40744}
   [junit4]   2> 373209 ERROR 
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 373210 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 373210 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 373210 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 373210 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-10T12:10:14.139202Z
   [junit4]   2> 373210 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-004/solr.xml
   [junit4]   2> 373343 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-004/.
   [junit4]   2> 373343 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 373353 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 373367 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 373369 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 373370 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-004/./collection1
   [junit4]   2> 373370 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-004/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-004/./collection1/data/]
   [junit4]   2> 373371 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=15.76953125, 
floorSegmentMB=0.98046875, forceMergeDeletesPctAllowed=19.18380130282202, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5396833911408572
   [junit4]   2> 373575 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 373575 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 373575 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5165994956604818]
   [junit4]   2> 373575 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2ba3d1fc[collection1] main]
   [junit4]   2> 373576 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-004/collection1/conf
   [junit4]   2> 373577 INFO  (coreLoadExecutor-950-thread-1) [    ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 373577 INFO  (searcherExecutor-951-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2ba3d1fc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 373578 INFO  (qtp1586355452-2130) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 373578 INFO  (indexFetcher-955-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 373578 INFO  (indexFetcher-955-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 373578 INFO  (indexFetcher-955-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 373947 ERROR (qtp1586355452-2132) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name must 
be relative
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1450)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1423)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:596)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2402)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 373948 INFO  (qtp1586355452-2132) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/replication 
params={file=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/foo&command=filecontent}
 status=403 QTime=0
   [junit4]   2> 373951 ERROR (qtp1586355452-2130) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name 
cannot contain ..
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.lambda$validateFilenameOrError$0(ReplicationHandler.java:1446)
   [junit4]   2>        at 
java.base/java.lang.Iterable.forEach(Iterable.java:78)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1444)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1423)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:596)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2402)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 373951 INFO  (qtp1586355452-2130) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/replication 
params={file=../dir/traversal&command=filecontent} status=403 QTime=1
   [junit4]   2> 373954 ERROR (qtp1586355452-2127) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name must 
be relative
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1450)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1424)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1569)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsConfFileStream.<init>(ReplicationHandler.java:1635)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:592)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2402)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 373954 INFO  (qtp1586355452-2127) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/replication 
params={cf=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/foo&command=filecontent}
 status=403 QTime=1
   [junit4]   2> 373956 ERROR (qtp1586355452-2128) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name 
cannot contain ..
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.lambda$validateFilenameOrError$0(ReplicationHandler.java:1446)
   [junit4]   2>        at 
java.base/java.lang.Iterable.forEach(Iterable.java:78)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1444)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1424)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1569)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsConfFileStream.<init>(ReplicationHandler.java:1635)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:592)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2402)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 373957 INFO  (qtp1586355452-2128) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/replication 
params={cf=../dir/traversal&command=filecontent} status=403 QTime=0
   [junit4]   2> 373959 ERROR (qtp1586355452-2130) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name must 
be relative
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1450)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1425)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1569)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsTlogFileStream.<init>(ReplicationHandler.java:1622)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:594)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2402)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 373959 INFO  (qtp1586355452-2130) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/replication 
params={tlogFile=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/foo&command=filecontent}
 status=403 QTime=1
   [junit4]   2> 373961 ERROR (qtp1586355452-2126) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name 
cannot contain ..
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.lambda$validateFilenameOrError$0(ReplicationHandler.java:1446)
   [junit4]   2>        at 
java.base/java.lang.Iterable.forEach(Iterable.java:78)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1444)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1425)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1569)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsTlogFileStream.<init>(ReplicationHandler.java:1622)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:594)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2402)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 373961 INFO  (qtp1586355452-2126) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/replication 
params={tlogFile=../dir/traversal&command=filecontent} status=403 QTime=0
   [junit4]   2> 373962 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending doTestIllegalFilePaths
   [junit4]   2> 373963 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@18849094{HTTP/1.1,[http/1.1]}{127.0.0.1:?}
   [junit4]   2> 373963 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=764588551
   [junit4]   2> 373963 INFO  (coreCloseExecutor-956-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@597ac417
   [junit4]   2> 373965 INFO  (coreCloseExecutor-956-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 373965 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 373965 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1208d61c{/solr,null,UNAVAILABLE}
   [junit4]   2> 373966 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@7a07cee1{HTTP/1.1,[http/1.1]}{127.0.0.1:?}
   [junit4]   2> 373966 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1643760181
   [junit4]   2> 373968 INFO  (coreCloseExecutor-958-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@149270b0
   [junit4]   2> 373969 INFO  (coreCloseExecutor-958-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 373969 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 373969 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[282B2F52B27EC4F4]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5a32a826{/solr,null,UNAVAILABLE}
   [junit4]   2> 373971 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRateLimitedReplication
   [junit4]   2> 373972 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-005/collection1
   [junit4]   2> 373976 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 373980 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@72cc3afe{/solr,null,AVAILABLE}
   [junit4]   2> 373981 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@42b4dde3{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 373981 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 373981 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-005/collection1/data,
 hostPort=36582}
   [junit4]   2> 373981 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 373982 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 373982 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 373982 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 373982 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-10T12:10:14.911232Z
   [junit4]   2> 373982 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-005/solr.xml
   [junit4]   2> 374175 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-005/.
   [junit4]   2> 374175 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 374184 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 374190 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 374191 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 374192 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-005/./collection1
   [junit4]   2> 374192 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-005/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-005/./collection1/data/]
   [junit4]   2> 374193 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=15.76953125, 
floorSegmentMB=0.98046875, forceMergeDeletesPctAllowed=19.18380130282202, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5396833911408572
   [junit4]   2> 374331 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 374331 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 374331 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5165994956604818]
   [junit4]   2> 374332 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@17c18773[collection1] main]
   [junit4]   2> 374332 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-005/collection1/conf
   [junit4]   2> 374332 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.h.ReplicationHandler Replication enabled for following config files: 
schema.xml,xslt/dummy.xsl
   [junit4]   2> 374332 INFO  (coreLoadExecutor-965-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 374332 INFO  (searcherExecutor-966-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17c18773[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 374784 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-006/collection1
   [junit4]   2> 374787 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 374788 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14256c3d{/solr,null,AVAILABLE}
   [junit4]   2> 374788 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@3582108e{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 374788 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 374788 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-006/collection1/data,
 hostPort=43874}
   [junit4]   2> 374789 ERROR 
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 374789 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 374789 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 374789 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 374789 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-10T12:10:15.718241Z
   [junit4]   2> 374789 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-006/solr.xml
   [junit4]   2> 374890 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-006/.
   [junit4]   2> 374891 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[282B2F52B27EC4F4])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 374898 INFO  (coreLoadExecutor-975-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 374907 INFO  (coreLoadExecutor-975-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 374908 INFO  (coreLoadExecutor-975-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 374909 INFO  (coreLoadExecutor-975-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-006/./collection1
   [junit4]   2> 374909 INFO  (coreLoadExecutor-975-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-006/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_282B2F52B27EC4F4-001/solr-instance-006/./collection1/data/]
   [junit4]   2> 374911 INFO  (coreLoadExecutor-975-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=15.76953125, 
floorSegmentMB=0.98046875, forceMergeDeletesPctAllowed=19.18380130282202, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5396833911408572
   [junit4]   2> 375093 INFO  (coreLoadExecutor-975-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 375093 INFO  (coreLoadExecutor-975-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 375093 INFO  (coreLoadExecutor-975-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5165994956604818]
   [junit4]   2> 375094 INFO  (coreLoadExecutor-975-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a5a381a[collection1] main]
   [junit4]   2> 375094 INFO  (coreLoadExecutor-975-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/s

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

estXIncludeConfig, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, 
TestJmxMonitoredMap, TestFastOutputStream, URLClassifyProcessorTest, 
PluginInfoTest, PreAnalyzedFieldTest, RAMDirectoryFactoryTest, TestLRUCache, 
SystemInfoHandlerTest, FileUtilsTest, TestDistributedMissingSort, 
CdcrReplicationHandlerTest, CdcrVersionReplicationTest, 
CollectionStateFormat2Test, ConcurrentDeleteAndCreateCollectionTest, 
ConfigSetsAPITest, CreateCollectionCleanupTest, DeleteInactiveReplicaTest, 
DistribCursorPagingTest, DocValuesNotIndexedTest, 
LeaderFailureAfterFreshStartTest, OverriddenZkACLAndCredentialsProvidersTest, 
PeerSyncReplicationTest, TestCloudInspectUtil, TestCloudPseudoReturnFields, 
TestCloudRecovery, TestRebalanceLeaders, HdfsBasicDistributedZk2Test, 
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, 
HdfsRecoveryZkTest, HdfsTlogReplayBufferedWhileIndexingTest, 
HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, 
ZkStateReaderTest, CoreSorterTest, ExitableDirectoryReaderTest, 
TestBackupRepositoryFactory, TestConfigSetImmutable, TestConfigSets, 
TestCustomStream, TestSQLHandler, CoreAdminCreateDiscoverTest, 
CoreMergeIndexesAdminHandlerTest, SecurityConfHandlerTest, 
SegmentsInfoRequestHandlerTest, StatsReloadRaceTest, TestApiFramework]
   [junit4] Completed [573/694 (3!)] on J1 in 0.05s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 4 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.TestCoreAdminApis
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.TestCoreAdminApis_282B2F52B27EC4F4-001/init-core-data-001
   [junit4]   2> 2053181 INFO  
(SUITE-TestCoreAdminApis-seed#[282B2F52B27EC4F4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2053183 INFO  
(SUITE-TestCoreAdminApis-seed#[282B2F52B27EC4F4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 2053184 INFO  
(TEST-TestCoreAdminApis.testCalls-seed#[282B2F52B27EC4F4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCalls
   [junit4]   2> 2053185 INFO  
(TEST-TestCoreAdminApis.testCalls-seed#[282B2F52B27EC4F4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCalls
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdminApis 
-Dtests.method=testCalls -Dtests.seed=282B2F52B27EC4F4 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=en-RW -Dtests.timezone=Europe/Berlin 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestCoreAdminApis.testCalls <<<
   [junit4]    > Throwable #1: java.lang.NoClassDefFoundError: Could not 
initialize class org.easymock.internal.ClassProxyFactory$2
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([282B2F52B27EC4F4:1AEA303937F27753]:0)
   [junit4]    >        at 
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
   [junit4]    >        at 
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
   [junit4]    >        at 
org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
   [junit4]    >        at org.easymock.EasyMock.createMock(EasyMock.java:104)
   [junit4]    >        at 
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:76)
   [junit4]    >        at 
org.apache.solr.handler.admin.TestCoreAdminApis.testCalls(TestCoreAdminApis.java:43)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:543)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2053185 INFO  
(SUITE-TestCoreAdminApis-seed#[282B2F52B27EC4F4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.TestCoreAdminApis_282B2F52B27EC4F4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=901, maxMBSortInHeap=5.42243675347276, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-RW, timezone=Europe/Berlin
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=212422824,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [BasicFunctionalityTest, 
TestCloudDeleteByQuery, TestLegacyFieldCache, UpdateLogTest, TestFastLRUCache, 
ExplicitHLLTest, SolrSlf4jReporterTest, TestDocumentBuilder, 
TestGraphMLResponseWriter, SuggestComponentContextFilterQueryTest, 
MetricsHandlerTest, SolrInfoMBeanTest, TestCursorMarkWithoutUniqueKey, 
TestCopyFieldCollectionResource, TestSimpleTrackingShardHandler, 
TestExpandComponent, TestRawResponseWriter, SolrIndexSplitterTest, 
TestConfigReload, DistributedSuggestComponentTest, TestInfoStreamLogging, 
TestSurroundQueryParser, ClassificationUpdateProcessorTest, 
TestScoreJoinQPScore, TestElisionMultitermQuery, CdcrUpdateLogTest, 
TestDelegationWithHadoopAuth, TestRestManager, HighlighterTest, DocValuesTest, 
DistributedTermsComponentTest, ZkSolrClientTest, 
CdcrReplicationDistributedZkTest, CloudExitableDirectoryReaderTest, 
DeleteShardTest, TestConfigSetProperties, BlockJoinFacetSimpleTest, 
TestHdfsCloudBackupRestore, TestXmlQParserPlugin, ActionThrottleTest, 
TestHashPartitioner, UpdateRequestProcessorFactoryTest, 
TestLeaderInitiatedRecoveryThread, WordBreakSolrSpellCheckerTest, 
RestartWhileUpdatingTest, ZkCLITest, DistanceFunctionTest, TestRecoveryHdfs, 
TestCollapseQParserPlugin, TestTrie, DistributedExpandComponentTest, 
OpenExchangeRatesOrgProviderTest, OverseerModifyCollectionTest, 
CachingDirectoryFactoryTest, DistributedFacetPivotLongTailTest, TestQueryUtils, 
TestCustomSort, TestSolrCLIRunExample, SharedFSAutoReplicaFailoverUtilsTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, RemoteQueryErrorTest, 
SpellingQueryConverterTest, TestCustomDocTransformer, ConvertedLegacyTest, 
TestSystemIdResolver, TestSchemaManager, TestStressInPlaceUpdates, 
ZkStateWriterTest, JSONWriterTest, HdfsRestartWhileUpdatingTest, 
DirectSolrConnectionTest, TestConfigSetsAPIZkFailure, TermsComponentTest, 
TestManagedSchemaAPI, TimeZoneUtilsTest, TestExactStatsCache, 
TestMiniSolrCloudCluster, TestPartialUpdateDeduplication, 
HdfsChaosMonkeyNothingIsSafeTest, DirectSolrSpellCheckerTest, 
TestStressVersions, TestSimpleQParserPlugin, 
VMParamsZkACLAndCredentialsProvidersTest, MoreLikeThisHandlerTest, 
TestSolrCoreSnapshots, DistributedIntervalFacetingTest, 
TestOnReconnectListenerSupport, SolrIndexMetricsTest, TestNoOpRegenerator, 
OverseerTaskQueueTest, TestFieldCacheSortRandom, TestSolrCoreParser, 
BadCopyFieldTest, DOMUtilTest, TestPostingsSolrHighlighter, SOLR749Test, 
TestSolrDynamicMBean, SolrCmdDistributorTest, SortSpecParsingTest, 
TestSearchPerf, DocumentBuilderTest, HttpPartitionTest, TestReqParamsAPI, 
BigEndianAscendingWordDeserializerTest, TestRequestStatusCollectionAPI, 
TestSweetSpotSimilarityFactory, TestQueryTypes, SolrGangliaReporterTest, 
SpatialFilterTest, TestCollectionAPI, CoreAdminRequestStatusTest, 
ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, TestDistributedGrouping, TestRealTimeGet, 
TestCoreContainer, TestSolr4Spatial, QueryElevationComponentTest, 
TestFiltering, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, 
SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, 
SpellCheckCollatorTest, SuggesterWFSTTest, TestCSVLoader, 
SchemaVersionSpecificBehaviorTest, TestUpdate, QueryEqualityTest, 
StatelessScriptUpdateProcessorFactoryTest, DebugComponentTest, 
LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, 
TermVectorComponentTest, LoggingHandlerTest, TestJmxIntegration, 
JsonLoaderTest, HighlighterConfigTest, TestQuerySenderListener, 
AlternateDirectoryTest, TestQuerySenderNoQuery, ResponseLogComponentTest, 
SolrIndexConfigTest, MultiTermTest, SampleTest, TestDocSet, NumericFieldsTest, 
MinimalSchemaTest, TestConfig, TestFuzzyAnalyzedSuggestions, 
ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, 
TestPhraseSuggestions, TestXIncludeConfig, TestLMDirichletSimilarityFactory, 
TestIBSimilarityFactory, TestJmxMonitoredMap, TestFastOutputStream, 
URLClassifyProcessorTest, PluginInfoTest, PreAnalyzedFieldTest, 
RAMDirectoryFactoryTest, TestLRUCache, SystemInfoHandlerTest, FileUtilsTest, 
TestDistributedMissingSort, CdcrReplicationHandlerTest, 
CdcrVersionReplicationTest, CollectionStateFormat2Test, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
CreateCollectionCleanupTest, DeleteInactiveReplicaTest, 
DistribCursorPagingTest, DocValuesNotIndexedTest, 
LeaderFailureAfterFreshStartTest, OverriddenZkACLAndCredentialsProvidersTest, 
PeerSyncReplicationTest, TestCloudInspectUtil, TestCloudPseudoReturnFields, 
TestCloudRecovery, TestRebalanceLeaders, HdfsBasicDistributedZk2Test, 
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, 
HdfsRecoveryZkTest, HdfsTlogReplayBufferedWhileIndexingTest, 
HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, 
ZkStateReaderTest, CoreSorterTest, ExitableDirectoryReaderTest, 
TestBackupRepositoryFactory, TestConfigSetImmutable, TestConfigSets, 
TestCustomStream, TestSQLHandler, CoreAdminCreateDiscoverTest, 
CoreMergeIndexesAdminHandlerTest, SecurityConfHandlerTest, 
SegmentsInfoRequestHandlerTest, StatsReloadRaceTest, TestApiFramework, 
TestConfigsApi, TestCoreAdminApis]
   [junit4] Completed [575/694 (4!)] on J1 in 0.01s, 1 test, 1 error <<< 
FAILURES!

[...truncated 51984 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to