Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/16/

3 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonShape.testRandomLineEncoding

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([69A925FA69EF8A01:84B09D38BD89D060]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.lucene.document.TestLatLonShape.verifyEncoding(TestLatLonShape.java:774)
        at 
org.apache.lucene.document.TestLatLonShape.testRandomLineEncoding(TestLatLonShape.java:716)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.test

Error Message:
acoll: 1549002570721 bcoll: 1549002570771

Stack Trace:
java.lang.AssertionError: acoll: 1549002570721 bcoll: 1549002570771
        at 
__randomizedtesting.SeedInfo.seed([33AA96F39669069A:BBFEA92938956B62]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:116)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:71)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test

Error Message:
.responseHeader.status:200!=0

Stack Trace:
junit.framework.AssertionFailedError: .responseHeader.status:200!=0
        at 
__randomizedtesting.SeedInfo.seed([33AA96F39669069A:BBFEA92938956B62]:0)
        at junit.framework.Assert.fail(Assert.java:57)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:999)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1026)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:680)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:643)
        at 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:142)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 9955 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShape
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonShape 
-Dtests.method=testRandomLineEncoding -Dtests.seed=69A925FA69EF8A01 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=hi-IN -Dtests.timezone=Australia/Melbourne -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J2 | TestLatLonShape.testRandomLineEncoding <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([69A925FA69EF8A01:84B09D38BD89D060]:0)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonShape.verifyEncoding(TestLatLonShape.java:774)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonShape.testRandomLineEncoding(TestLatLonShape.java:716)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/build/sandbox/test/J2/temp/lucene.document.TestLatLonShape_69A925FA69EF8A01-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@62004850),
 locale=hi-IN, timezone=Australia/Melbourne
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=140431816,total=287834112
   [junit4]   2> NOTE: All tests run in this JVM: [TestNearest, 
TestDocValuesTermsQuery, TestLatLonMultiPolygonShapeQueries, TestIntervals, 
TestTessellator, TestLatLonShape]
   [junit4] Completed [25/27 (1!)] on J2 in 5.83s, 25 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 3731 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> 2191254 INFO  
(SUITE-MultiThreadedOCPTest-seed#[33AA96F39669069A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/init-core-data-001
   [junit4]   2> 2191254 WARN  
(SUITE-MultiThreadedOCPTest-seed#[33AA96F39669069A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 2191254 INFO  
(SUITE-MultiThreadedOCPTest-seed#[33AA96F39669069A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2191268 INFO  
(SUITE-MultiThreadedOCPTest-seed#[33AA96F39669069A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2191268 INFO  
(SUITE-MultiThreadedOCPTest-seed#[33AA96F39669069A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_fyb/n
   [junit4]   2> 2191325 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2191369 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2191369 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2191482 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44148
   [junit4]   2> 2191482 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44148
   [junit4]   2> 2191482 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 44148
   [junit4]   2> 2191600 INFO  (zkConnectionManagerCallback-6786-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2191646 INFO  (zkConnectionManagerCallback-6788-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2191647 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2191648 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2191681 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2191682 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2191683 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2191683 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2191684 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2191684 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2191698 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2191698 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2191699 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2191700 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2192998 WARN  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2192998 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2192998 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2192998 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2192999 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 2192999 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 2192999 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.session 
node0 Scavenging every 660000ms
   [junit4]   2> 2193001 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3e1867af{/_fyb/n,null,AVAILABLE}
   [junit4]   2> 2193001 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@489f9199{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43503}
   [junit4]   2> 2193001 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.Server 
Started @2193179ms
   [junit4]   2> 2193001 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/_fyb/n, hostPort=43503, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/control-001/cores}
   [junit4]   2> 2193001 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2193001 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2193002 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2193002 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2193002 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2193002 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-01T06:28:08.127Z
   [junit4]   2> 2193023 INFO  (zkConnectionManagerCallback-6790-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2193024 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2193024 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/control-001/solr.xml
   [junit4]   2> 2193094 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2193094 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2193096 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2193819 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2193834 WARN  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7726ad9f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2193851 WARN  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@152b5d9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2193865 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44148/solr
   [junit4]   2> 2193867 INFO  (zkConnectionManagerCallback-6796-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2193881 INFO  (zkConnectionManagerCallback-6798-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2194276 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:43503__fyb%2Fn
   [junit4]   2> 2194276 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.Overseer Overseer 
(id=74111484902965252-127.0.0.1:43503__fyb%2Fn-n_0000000000) starting
   [junit4]   2> 2194327 INFO  (zkConnectionManagerCallback-6805-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2194329 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2194346 INFO  
(OverseerStateUpdate-74111484902965252-127.0.0.1:43503__fyb%2Fn-n_0000000000) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:43503__fyb%2Fn
   [junit4]   2> 2194360 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43503__fyb%2Fn
   [junit4]   2> 2194383 INFO  (zkCallback-6797-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2194399 INFO  (zkCallback-6804-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2194410 DEBUG 
(OverseerAutoScalingTriggerThread-74111484902965252-127.0.0.1:43503__fyb%2Fn-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:43503__fyb%2Fn]
   [junit4]   2> 2194472 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2194472 DEBUG (ScheduledTrigger-4319-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2194546 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2194582 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2194583 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2194584 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/control-001/cores
   [junit4]   2> 2194714 INFO  (zkConnectionManagerCallback-6811-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2194740 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2194741 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2194743 INFO  (qtp836082192-16385) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43503__fyb%252Fn&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2194758 INFO  
(OverseerThreadFactory-4321-thread-1-processing-n:127.0.0.1:43503__fyb%2Fn) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 2194931 INFO  (qtp836082192-16382) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2194932 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2194933 INFO  (qtp836082192-16381) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2194946 INFO  (qtp836082192-16386) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2194947 INFO  (qtp836082192-16382) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2194971 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
   x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2194972 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
   x:control_collection_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2195477 DEBUG (ScheduledTrigger-4319-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2196036 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2196102 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2196489 DEBUG (ScheduledTrigger-4319-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2196564 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2196668 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 2196669 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2196669 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2196671 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.19948026622333767]
   [junit4]   2> 2196703 WARN  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2196889 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2196889 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2196903 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2196903 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2196904 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=36.7861328125, 
floorSegmentMB=0.8056640625, forceMergeDeletesPctAllowed=3.078911083746041, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=30.790965808480934
   [junit4]   2> 2196904 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@61addd0d[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2196905 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2196906 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2196906 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2196906 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1624246837083897856
   [junit4]   2> 2196926 INFO  
(searcherExecutor-4326-thread-1-processing-n:127.0.0.1:43503__fyb%2Fn 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@61addd0d[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2196941 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 2196941 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/control_collection/leaders/shard1
   [junit4]   2> 2196959 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2196959 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2196959 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43503/_fyb/n/control_collection_shard1_replica_n1/
   [junit4]   2> 2196960 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2196960 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:43503/_fyb/n/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 2196960 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/74111484902965252-core_node2-n_0000000000
   [junit4]   2> 2196962 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43503/_fyb/n/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2197062 INFO  (zkCallback-6797-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2197063 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2197065 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2094
   [junit4]   2> 2197077 INFO  (zkCallback-6797-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2197079 INFO  (qtp836082192-16385) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 2197166 INFO  (zkCallback-6797-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2197166 INFO  (zkCallback-6797-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2197167 INFO  (qtp836082192-16385) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43503__fyb%252Fn&wt=javabin&version=2}
 status=0 QTime=2424
   [junit4]   2> 2197167 INFO  (zkCallback-6797-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2197185 INFO  (zkConnectionManagerCallback-6817-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2197198 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2197199 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2197199 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2197200 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2197235 INFO  
(OverseerCollectionConfigSetProcessor-74111484902965252-127.0.0.1:43503__fyb%2Fn-n_0000000000)
 [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2197235 INFO  
(OverseerThreadFactory-4321-thread-2-processing-n:127.0.0.1:43503__fyb%2Fn) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 2197489 DEBUG (ScheduledTrigger-4319-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2197559 WARN  
(OverseerThreadFactory-4321-thread-2-processing-n:127.0.0.1:43503__fyb%2Fn) 
[n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual 
to create a collection (collection1) without cores.
   [junit4]   2> 2197561 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 2197561 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=361
   [junit4]   2> 2197562 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 2197977 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001
 of type NRT
   [junit4]   2> 2197992 WARN  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2197993 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2197993 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2197993 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2198134 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2198134 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2198134 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2198150 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45173840{/_fyb/n,null,AVAILABLE}
   [junit4]   2> 2198158 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7ef91d66{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42202}
   [junit4]   2> 2198158 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.Server Started @2198337ms
   [junit4]   2> 2198158 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/_fyb/n, hostPort=42202, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001/cores}
   [junit4]   2> 2198159 ERROR (closeThreadPool-6818-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2198159 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2198159 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2198159 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2198159 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2198159 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-01T06:28:13.284Z
   [junit4]   2> 2198223 INFO  (zkConnectionManagerCallback-6820-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2198268 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2198268 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001/solr.xml
   [junit4]   2> 2198302 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2198302 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2198317 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2198498 DEBUG (ScheduledTrigger-4319-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2198947 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2198969 WARN  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@46f65fc9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2199018 WARN  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@270d7c0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2199019 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44148/solr
   [junit4]   2> 2199041 INFO  (zkConnectionManagerCallback-6826-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199102 INFO  (zkConnectionManagerCallback-6828-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199105 INFO  (closeThreadPool-6818-thread-1) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 2199124 INFO  (closeThreadPool-6818-thread-1) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42202__fyb%2Fn as DOWN
   [junit4]   2> 2199125 INFO  (closeThreadPool-6818-thread-1) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 2199125 INFO  (closeThreadPool-6818-thread-1) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42202__fyb%2Fn
   [junit4]   2> 2199159 INFO  (zkCallback-6804-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2199171 INFO  (zkCallback-6797-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2199215 INFO  (zkCallback-6816-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2199239 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001
 of type NRT
   [junit4]   2> 2199244 INFO  
(OverseerCollectionConfigSetProcessor-74111484902965252-127.0.0.1:43503__fyb%2Fn-n_0000000000)
 [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2199250 INFO  (zkCallback-6827-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2199264 WARN  (closeThreadPool-6818-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2199265 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2199265 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2199265 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2199313 INFO  (zkConnectionManagerCallback-6835-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199369 INFO  (closeThreadPool-6818-thread-1) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 2199382 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2199382 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2199382 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2199382 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54b38478{/_fyb/n,null,AVAILABLE}
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@30033609{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39938}
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.e.j.s.Server Started @2199561ms
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/_fyb/n, hostPort=39938, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001/cores}
   [junit4]   2> 2199383 ERROR (closeThreadPool-6818-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-01T06:28:14.508Z
   [junit4]   2> 2199407 INFO  (closeThreadPool-6818-thread-1) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2199467 INFO  (closeThreadPool-6818-thread-1) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2199511 DEBUG (ScheduledTrigger-4319-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 2199527 INFO  (zkConnectionManagerCallback-6837-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199563 INFO  (closeThreadPool-6818-thread-1) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2199578 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2199578 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001/solr.xml
   [junit4]   2> 2199599 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2199600 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2199600 INFO  (closeThreadPool-6818-thread-1) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2199601 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2199669 INFO  (closeThreadPool-6818-thread-1) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2199671 INFO  (closeThreadPool-6818-thread-1) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001/cores
   [junit4]   2> 2200198 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2200214 WARN  (closeThreadPool-6818-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@61c03a18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2200254 WARN  (closeThreadPool-6818-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@54c06165[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2200255 INFO  (closeThreadPool-6818-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44148/solr
   [junit4]   2> 2200309 INFO  (zkConnectionManagerCallback-6844-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2200327 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-3-001
 of type NRT
   [junit4]   2> 2200327 WARN  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2200327 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2200327 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2200327 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2200328 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2200328 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2200328 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13ca91b9{/_fyb/n,null,AVAILABLE}
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@405751ff{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:38560}
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.s.Server Started @2200507ms
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_fyb/n, 
hostPort=38560, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-3-001/cores}
   [junit4]   2> 2200329 ERROR (closeThreadPool-6818-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2200342 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2200342 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2200342 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-01T06:28:15.467Z
   [junit4]   2> 2200350 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1074c00bb6b000d, likely client has closed socket
   [junit4]   2> 2200414 INFO  (zkConnectionManagerCallback-6846-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2200423 INFO  (zkConnectionManagerCallback-6848-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2200475 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2200476 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-3-001/solr.xml
   [junit4]   2> 2200479 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2200479 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2200505 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2200532 DEBUG (ScheduledTrigger-4319-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2200598 INFO  (closeThreadPool-6818-thread-2) 
[n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 2200601 INFO  (closeThreadPool-6818-thread-2) 
[n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39938__fyb%2Fn as DOWN
   [junit4]   2> 2200614 INFO  (closeThreadPool-6818-thread-2) 
[n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 2200614 INFO  (closeThreadPool-6818-thread-2) 
[n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39938__fyb%2Fn
   [junit4]   2> 2200615 INFO  (zkCallback-6827-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200615 INFO  (zkCallback-6804-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200616 INFO  (zkCallback-6834-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200633 INFO  (zkCallback-6816-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200650 INFO  (zkCallback-6797-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200690 INFO  (zkCallback-6847-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200918 INFO  (zkConnectionManagerCallback-6855-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2201008 INFO  (closeThreadPool-6818-thread-2) 
[n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 2201009 INFO  (closeThreadPool-6818-thread-2) 
[n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2201039 INFO  (closeThreadPool-6818-thread-2) 
[n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2201161 INFO  (closeThreadPool-6818-thread-2) 
[n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2201292 INFO  (closeThreadPool-6818-thread-2) 
[n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2201292 INFO  (closeThreadPool-6818-thread-2) 
[n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2201293 INFO  (closeThreadPool-6818-thread-2) 
[n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001/cores
   [junit4]   2> 2201518 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2201629 DEBUG (ScheduledTrigger-4319-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3 and last live nodes: 2
   [junit4]   2> 2201659 WARN  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@263f018[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2201684 WARN  (closeThreadPool-6818-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@40d4e126[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2201685 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44148/solr
   [junit4]   2> 2201686 INFO  (zkConnectionManagerCallback-6862-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2201713 INFO  (zkConnectionManagerCallback-6864-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2201725 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2201805 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:38560__fyb%2Fn as DOWN
   [junit4]   2> 2201806 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2201806 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38560__fyb%2Fn
   [junit4]   2> 2201807 INFO  (zkCallback-6816-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201807 INFO  (zkCallback-6834-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201808 INFO  (zkCallback-6797-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201808 INFO  (zkCallback-6804-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201808 INFO  (zkCallback-6827-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201821 INFO  (zkCallback-6863-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201829 INFO  (zkCallback-6847-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201858 INFO  (zkCallback-6854-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201966 INFO  (zkConnectionManagerCallback-6871-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2201978 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2201979 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2202003 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2202063 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2202114 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2202114 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2202115 INFO  (closeThreadPool-6818-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-3-001/cores
   [junit4]   2> 2202429 INFO  (qtp71688300-16498) [n:127.0.0.1:38560__fyb%2Fn  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:42202__fyb%252Fn&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2202429 INFO  (qtp71688300-16499) [n:127.0.0.1:38560__fyb%2Fn  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:39938__fyb%252Fn&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2202430 INFO  (qtp71688300-16497) [n:127.0.0.1:38560__fyb%2Fn  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:38560__fyb%252Fn&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2202541 INFO  (qtp71688300-16501) [n:127.0.0.1:38560__fyb%2Fn  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202575 INFO  (qtp71688300-16501) [n:127.0.0.1:38560__fyb%2Fn  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202576 INFO  (qtp71688300-16501) [n:127.0.0.1:38560__fyb%2Fn  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202576 INFO  (qtp71688300-16501) [n:127.0.0.1:38560__fyb%2Fn  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202577 INFO  (qtp71688300-16501) [n:127.0.0.1:38560__fyb%2Fn  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202591 INFO  (qtp25008320-16473) [n:127.0.0.1:39938__fyb%2Fn  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202592 INFO  (qtp25008320-16474) [n:127.0.0.1:39938__fyb%2Fn  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202593 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202593 INFO  (qtp25008320-16469) [n:127.0.0.1:39938__fyb%2Fn  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202594 INFO  (qtp25008320-16472) [n:127.0.0.1:39938__fyb%2Fn  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202630 DEBUG (ScheduledTrigger-4319-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4 and last live nodes: 3
   [junit4]   2> 2202684 INFO  (qtp1498828711-16445) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202685 INFO  (qtp1498828711-16446) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202686 INFO  (qtp1498828711-16447) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202687 INFO  (qtp1498828711-16448) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202720 INFO  (qtp1498828711-16444) 
[n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=32
   [junit4]   2> 2202723 INFO  (qtp836082192-16385) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 2202723 INFO  (qtp836082192-16381) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 2202724 INFO  (qtp836082192-16386) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 2202773 INFO  (qtp836082192-16382) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=33
   [junit4]   2> 2202794 INFO  (qtp836082192-16382) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202794 INFO  (qtp836082192-16382) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202795 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202796 INFO  (qtp836082192-16385) [n:127.0.0.1:43503__fyb%2Fn 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2202806 INFO  
(OverseerThreadFactory-4321-thread-4-processing-n:127.0.0.1:43503__fyb%2Fn) 
[n:127.0.0.1:43503__fyb%2Fn c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd 
Node Identified 127.0.0.1:39938__fyb%2Fn for creating new replica of shard 
shard1 for collection collection1
   [junit4]   2> 2202808 INFO  
(OverseerThreadFactory-4321-thread-4-processing-n:127.0.0.1:43503__fyb%2Fn) 
[n:127.0.0.1:43503__fyb%2Fn c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 2202808 INFO  
(OverseerThreadFactory-4321-thread-3-processing-n:127.0.0.1:43503__fyb%2Fn) 
[n:127.0.0.1:43503__fyb%2Fn c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd 
Node Identified 127.0.0.1:42202__fyb%2Fn for creating new replica of shard 
shard2 for collection collection1
   [junit4]   2> 2202809 INFO  
(OverseerThreadFactory-4321-thread-3-processing-n:127.0.0.1:43503__fyb%2Fn) 
[n:127.0.0.1:43503__fyb%2Fn c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 2202868 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn  
  x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2202869 INFO  (qtp1498828711-16447) 
[n:127.0.0.1:42202__fyb%2Fn    x:collection1_shard2_replica_n2] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2203631 DEBUG (ScheduledTrigger-4319-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 2203970 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2204025 INFO  (qtp1498828711-16447) 
[n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  
x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.0.0
   [junit4]   2> 2204080 INFO  (qtp1498828711-16447) 
[n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  
x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n2] Schema name=test
   [junit4]   2> 2204189 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 2204632 DEBUG (ScheduledTrigger-4319-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 2204632 INFO  (qtp1498828711-16447) 
[n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  
x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 2204639 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2204709 INFO  (qtp1498828711-16447) 
[n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  
x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard2_replica_n2' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 2204709 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2204722 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2204722 INFO  (qtp1498828711-16447) 
[n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  
x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n2' (registry 
'solr.core.collection1.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2204722 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001/cores/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 2204722 INFO  (qtp1498828711-16447) 
[n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001/cores/collection1_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001/cores/collection1_shard2_replica_n2/data/]
   [junit4]   2> 2204724 INFO  (qtp1498828711-16447) 
[n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  
x:collection1_shard2_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.19948026622333767]
   [junit4]   2> 2204724 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.19948026622333767]
   [junit4]   2> 2204738 WARN  (qtp1498828711-16447) 
[n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  
x:collection1_shard2_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2204775 WARN  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [jun

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

BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null302145452
     [copy] Copying 256 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null302145452
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null302145452

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 91ms :: artifacts dl 4ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 232 minutes 54 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to