Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.1/48/

4 tests failed.
FAILED:  
org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat.testIntNumericsVsStoredFields

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([625B570E32CE42E7]:0)


FAILED:  
junit.framework.TestSuite.org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([625B570E32CE42E7]:0)


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

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([A4A49AEA50BA1FA5]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([A4A49AEA50BA1FA5]:0)




Build Log:
[...truncated 2385 lines...]
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat
   [junit4]   2> lip 30, 2019 9:39:26 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: 
org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat
   [junit4]   2>    1) Thread[id=6857, 
name=SUITE-TestPerFieldDocValuesFormat-seed#[625B570E32CE42E7], state=RUNNABLE, 
group=TGRP-TestPerFieldDocValuesFormat]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:708)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:629)
   [junit4]   2>    2) Thread[id=6858, 
name=TEST-TestPerFieldDocValuesFormat.testIntNumericsVsStoredFields-seed#[625B570E32CE42E7],
 state=TIMED_WAITING, group=TGRP-TestPerFieldDocValuesFormat]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4688)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2013)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1939)
   [junit4]   2>         at 
org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:500)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1250)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1207)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.testIntNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1396)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    3) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:639)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:496)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    4) Thread[id=9, name=JUnit4-serializer-daemon, 
state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestPerFieldDocValuesFormat 
-Dtests.method=testIntNumericsVsStoredFields -Dtests.seed=625B570E32CE42E7 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/test-data/enwiki.random.lines.txt
 -Dtests.locale=hr -Dtests.timezone=Asia/Saigon -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   6970s J2 | 
TestPerFieldDocValuesFormat.testIntNumericsVsStoredFields <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([625B570E32CE42E7]:0)
   [junit4]   2> lip 30, 2019 9:39:26 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> lip 30, 2019 9:39:46 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat: 
   [junit4]   2>    1) Thread[id=6858, 
name=TEST-TestPerFieldDocValuesFormat.testIntNumericsVsStoredFields-seed#[625B570E32CE42E7],
 state=TIMED_WAITING, group=TGRP-TestPerFieldDocValuesFormat]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4688)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2013)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1939)
   [junit4]   2>         at 
org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:500)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1250)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1207)
   [junit4]   2>         at 
org.apache.lucene.index.BaseDocValuesFormatTestCase.testIntNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1396)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> lip 30, 2019 9:39:46 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=6858, 
name=TEST-TestPerFieldDocValuesFormat.testIntNumericsVsStoredFields-seed#[625B570E32CE42E7],
 state=TIMED_WAITING, group=TGRP-TestPerFieldDocValuesFormat]
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/lucene/build/core/test/J2/temp/lucene.codecs.perfield.TestPerFieldDocValuesFormat_625B570E32CE42E7-001
   [junit4]   2> Jun 30, 2019 2:39:46 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=2008, maxMBSortInHeap=7.095680829708245, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@421e87f6),
 locale=hr, timezone=Asia/Saigon
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=233739760,total=534249472
   [junit4]   2> NOTE: All tests run in this JVM: [TestAttributeSource, 
TestSimpleAttributeImpl, TestBinaryTerms, TestDeterminizeLexicon, 
TestLucene60PointsFormat, TestConstantScoreScorer, TestStressIndexing2, 
TestIndependenceChiSquared, TestMultiPhraseQuery, TestSparseFixedBitSet, 
TestIndexSearcher, TestNumericDocValuesUpdates, TestAxiomaticF1LOG, 
TestIndexWriterMaxDocs, TestReaderPool, Test2BSortedDocValuesOrds, 
TestParallelCompositeReader, TestMutableValues, TestLogMergePolicy, 
TestPhrasePrefixQuery, TestSloppyMath, TestNotDocIdSet, TestAxiomaticF3EXP, 
TestCharacterUtils, TestUpgradeIndexMergePolicy, TestPrefixQuery, 
TestStressAdvance, TestMathUtil, TestLucene50StoredFieldsFormatMergeInstance, 
TestAllFilesHaveChecksumFooter, TestSimpleExplanationsWithFillerDocs, 
TestForTooMuchCloning, TestLucene50LiveDocsFormat, Test2BNumericDocValues, 
TestBasicModelIn, TestExternalCodecs, TestExitableDirectoryReader, 
TestNeedsScores, TestHighCompressionMode, TestOperations, 
TestLongRangeFieldQueries, TestDocIdsWriter, TestMatchNoDocsQuery, 
TestTotalHits, TestSpanNearQuery, TestSimilarityProvider, TestSPIClassIterator, 
TestBoolean2, TestFieldType, TestDocInverterPerFieldErrorInfo, 
TestQueryVisitor, TestByteBuffersDirectory, TestAddIndexes, TestFilterSpans, 
TestTermQuery, TestClassicSimilarity, TestTermsEnum2, 
TestAutomatonQueryUnicode, TestPackedInts, TestTermVectors, 
TestSpanExplanationsOfNonMatches, TestTimSorter, TestPrefixCodedTerms, 
FiniteStringsIteratorTest, TestPolygon2D, Test2BBKDPoints, TestVersion, 
TestLatLonPointDistanceSort, TestLucene80DocValuesFormat, 
TestIndexWriterForceMerge, TestSegmentMerger, TestIndexCommit, 
TestCodecHoldsOpenFiles, TestNIOFSDirectory, TestTimeLimitingCollector, 
TestBM25Similarity, TestPerFieldDocValuesFormat]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestPerFieldDocValuesFormat -Dtests.seed=625B570E32CE42E7 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/test-data/enwiki.random.lines.txt
 -Dtests.locale=hr -Dtests.timezone=Asia/Saigon -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | TestPerFieldDocValuesFormat (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([625B570E32CE42E7]:0)
   [junit4] Completed [509/519 (1!)] on J2 in 7220.40s, 53 tests, 2 errors <<< 
FAILURES!

[...truncated 14209 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/init-core-data-001
   [junit4]   2> 3150503 INFO  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[A4A49AEA50BA1FA5]-worker)
 [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3150518 INFO  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[A4A49AEA50BA1FA5]-worker)
 [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 3150519 INFO  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[A4A49AEA50BA1FA5]-worker)
 [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3150519 INFO  
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[A4A49AEA50BA1FA5]-worker)
 [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system 
property: /
   [junit4]   2> 3150536 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ChaosMonkeyNothingIsSafeWithPullReplicasTest Starting 
ChaosMonkey test with 1 shards and 6 nodes
   [junit4]   2> 3150539 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3150568 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3150568 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3150569 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer start zk server on port:41645
   [junit4]   2> 3150569 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41645
   [junit4]   2> 3150569 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41645
   [junit4]   2> 3150625 INFO  (zkConnectionManagerCallback-9470-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3150628 INFO  (zkConnectionManagerCallback-9472-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3150632 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 3150649 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 3150650 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3150651 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 3150652 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 3150652 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 3150661 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3150663 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3150678 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3150679 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3150680 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 3150681 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless 
explicitly asked otherwise
   [junit4]   2> 3151246 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3151246 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3151246 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 
1 ...
   [junit4]   2> 3151246 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] 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> 3151374 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3151374 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3151374 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3151375 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5881f48c{/,null,AVAILABLE}
   [junit4]   2> 3151391 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@40ce097d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43995}
   [junit4]   2> 3151391 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.e.j.s.Server Started @3151590ms
   [junit4]   2> 3151391 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/tempDir-001/control/data,
 hostContext=/, hostPort=43995, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/control-001/cores}
   [junit4]   2> 3151392 ERROR 
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 3151392 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3151392 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.1.2
   [junit4]   2> 3151392 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 3151392 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3151392 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-30T19:06:10.246Z
   [junit4]   2> 3151483 INFO  (zkConnectionManagerCallback-9474-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3151485 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3151485 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/control-001/solr.xml
   [junit4]   2> 3151520 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3151536 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3151557 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3152047 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 3152048 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@74f066be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3152068 WARN  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@7cf194b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3152069 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41645/solr
   [junit4]   2> 3152085 INFO  (zkConnectionManagerCallback-9481-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3152093 INFO  (zkConnectionManagerCallback-9483-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3152333 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [n:127.0.0.1:43995_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:43995_
   [junit4]   2> 3152334 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [n:127.0.0.1:43995_    ] o.a.s.c.Overseer Overseer 
(id=74958149919440900-127.0.0.1:43995_-n_0000000000) starting
   [junit4]   2> 3152367 INFO  (zkConnectionManagerCallback-9490-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3152378 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [n:127.0.0.1:43995_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41645/solr ready
   [junit4]   2> 3152395 INFO  
(OverseerStateUpdate-74958149919440900-127.0.0.1:43995_-n_0000000000) 
[n:127.0.0.1:43995_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:43995_
   [junit4]   2> 3152395 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [n:127.0.0.1:43995_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43995_
   [junit4]   2> 3152397 INFO  
(OverseerStateUpdate-74958149919440900-127.0.0.1:43995_-n_0000000000) 
[n:127.0.0.1:43995_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3152425 INFO  (zkCallback-9489-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3152480 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [n:127.0.0.1:43995_    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3152532 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [n:127.0.0.1:43995_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3152568 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [n:127.0.0.1:43995_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3152568 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [n:127.0.0.1:43995_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3152569 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [n:127.0.0.1:43995_    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/control-001/cores
   [junit4]   2> 3152642 INFO  (zkConnectionManagerCallback-9496-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3152643 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3152644 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41645/solr ready
   [junit4]   2> 3152645 INFO  (qtp2147281615-78507) [n:127.0.0.1:43995_    ] 
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:43995_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3152656 INFO  
(OverseerThreadFactory-4595-thread-1-processing-n:127.0.0.1:43995_) 
[n:127.0.0.1:43995_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 3152761 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_    
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> 3152762 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 3153826 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.2
   [junit4]   2> 3153885 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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> 3154190 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 3154223 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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> 3154224 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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@661ff05b
   [junit4]   2> 3154224 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 3154251 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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=3, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=34.8671875, 
floorSegmentMB=1.74609375, forceMergeDeletesPctAllowed=7.105645501675522, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=49.68694584110288
   [junit4]   2> 3154300 WARN  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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> 3154519 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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> 3154519 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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> 3154520 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 3154520 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3154567 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1439105520, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 3154568 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6bd8945b[control_collection_shard1_replica_n1] main]
   [junit4]   2> 3154647 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3154680 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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> 3154680 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3154680 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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 1637793475889987584
   [junit4]   2> 3154690 INFO  
(searcherExecutor-4600-thread-1-processing-n:127.0.0.1:43995_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:43995_ 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@6bd8945b[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3154692 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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> 3154692 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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> 3154718 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3154718 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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> 3154718 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43995/control_collection_shard1_replica_n1/
   [junit4]   2> 3154719 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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> 3154719 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:43995/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 3154719 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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/74958149919440900-core_node2-n_0000000000
   [junit4]   2> 3154741 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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:43995/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 3154846 INFO  (zkCallback-9482-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> 3154847 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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> 3154849 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_ 
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=2088
   [junit4]   2> 3154864 INFO  (qtp2147281615-78507) [n:127.0.0.1:43995_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 3154949 INFO  (zkCallback-9482-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> 3154949 INFO  (zkCallback-9482-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> 3154950 INFO  (qtp2147281615-78507) [n:127.0.0.1:43995_    ] 
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:43995_&wt=javabin&version=2}
 status=0 QTime=2304
   [junit4]   2> 3154996 INFO  (zkConnectionManagerCallback-9502-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3155007 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3155035 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41645/solr ready
   [junit4]   2> 3155035 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause 
connection loss:false
   [junit4]   2> 3155036 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3155039 INFO  
(OverseerCollectionConfigSetProcessor-74958149919440900-127.0.0.1:43995_-n_0000000000)
 [n:127.0.0.1:43995_    ] 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> 3155040 INFO  
(OverseerThreadFactory-4595-thread-2-processing-n:127.0.0.1:43995_) 
[n:127.0.0.1:43995_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 3155291 WARN  
(OverseerThreadFactory-4595-thread-2-processing-n:127.0.0.1:43995_) 
[n:127.0.0.1:43995_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 3155292 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 3155293 INFO  (qtp2147281615-78509) [n:127.0.0.1:43995_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=256
   [junit4]   2> 3155294 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=2 numOtherReplicas=4
   [junit4]   2> 3155704 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-1-001
 of type NRT
   [junit4]   2> 3155705 WARN  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3155705 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3155705 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3155705 INFO  (closeThreadPool-9503-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> 3155706 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3155706 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3155706 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3155706 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2826f820{/,null,AVAILABLE}
   [junit4]   2> 3155706 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3505f864{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43077}
   [junit4]   2> 3155706 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.Server Started @3155905ms
   [junit4]   2> 3155706 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=43077, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-1-001/cores}
   [junit4]   2> 3155707 ERROR (closeThreadPool-9503-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3155707 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3155707 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.2
   [junit4]   2> 3155707 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3155707 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3155707 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-30T19:06:14.561Z
   [junit4]   2> 3155708 INFO  (zkConnectionManagerCallback-9505-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3155718 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3155718 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-1-001/solr.xml
   [junit4]   2> 3155739 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 3155739 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3155740 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3156356 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-2-001
 of type NRT
   [junit4]   2> 3156374 WARN  (closeThreadPool-9503-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3156374 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3156374 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3156374 INFO  (closeThreadPool-9503-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> 3156446 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3156446 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3156495 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3156495 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@32d64989{/,null,AVAILABLE}
   [junit4]   2> 3156499 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@a107c5a{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:34141}
   [junit4]   2> 3156499 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.e.j.s.Server Started @3156698ms
   [junit4]   2> 3156499 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=34141, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-2-001/cores}
   [junit4]   2> 3156499 ERROR (closeThreadPool-9503-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3156499 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3156499 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.2
   [junit4]   2> 3156499 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3156499 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3156499 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-30T19:06:15.353Z
   [junit4]   2> 3156555 INFO  (zkConnectionManagerCallback-9508-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3156592 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3156592 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-2-001/solr.xml
   [junit4]   2> 3156595 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 3156595 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3156609 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3157042 INFO  
(OverseerCollectionConfigSetProcessor-74958149919440900-127.0.0.1:43995_-n_0000000000)
 [n:127.0.0.1:43995_    ] 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> 3157454 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 3157480 WARN  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2641fbe5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3157565 WARN  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4ea70c5c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3157566 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41645/solr
   [junit4]   2> 3157599 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-3-001
 of type NRT
   [junit4]   2> 3157662 WARN  (closeThreadPool-9503-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3157681 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3157682 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3157682 INFO  (closeThreadPool-9503-thread-3) [    ] 
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> 3157718 INFO  (zkConnectionManagerCallback-9515-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3157852 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 3157883 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3157884 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3157884 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3157884 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4457a4ca{/,null,AVAILABLE}
   [junit4]   2> 3157985 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5469763a{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36736}
   [junit4]   2> 3157985 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.e.j.s.Server Started @3158184ms
   [junit4]   2> 3157986 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=36736, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-3-001/cores}
   [junit4]   2> 3157986 ERROR (closeThreadPool-9503-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3157986 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3157986 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.2
   [junit4]   2> 3157986 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3157986 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3157986 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-30T19:06:16.840Z
   [junit4]   2> 3157987 WARN  (closeThreadPool-9503-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@407fd9f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3158059 WARN  (closeThreadPool-9503-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7543ea17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3158060 INFO  (closeThreadPool-9503-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41645/solr
   [junit4]   2> 3158118 INFO  (zkConnectionManagerCallback-9520-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3158135 INFO  (zkConnectionManagerCallback-9517-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3158138 INFO  (closeThreadPool-9503-thread-1) 
[n:127.0.0.1:43077_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3158153 INFO  (closeThreadPool-9503-thread-1) 
[n:127.0.0.1:43077_    ] o.a.s.c.ZkController Publish node=127.0.0.1:43077_ as 
DOWN
   [junit4]   2> 3158153 INFO  (closeThreadPool-9503-thread-1) 
[n:127.0.0.1:43077_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 3158153 INFO  (closeThreadPool-9503-thread-1) 
[n:127.0.0.1:43077_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43077_
   [junit4]   2> 3158156 INFO  (zkCallback-9489-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3158156 INFO  (zkCallback-9482-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3158188 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3158188 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-3-001/solr.xml
   [junit4]   2> 3158211 INFO  (zkCallback-9501-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3158211 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 3158211 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3158282 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3158318 INFO  (zkConnectionManagerCallback-9525-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3158333 INFO  (zkCallback-9516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3158459 INFO  (zkConnectionManagerCallback-9530-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3158462 INFO  (closeThreadPool-9503-thread-2) 
[n:127.0.0.1:34141_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3158481 INFO  (closeThreadPool-9503-thread-2) 
[n:127.0.0.1:34141_    ] o.a.s.c.ZkController Publish node=127.0.0.1:34141_ as 
DOWN
   [junit4]   2> 3158482 INFO  (closeThreadPool-9503-thread-2) 
[n:127.0.0.1:34141_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 3158482 INFO  (closeThreadPool-9503-thread-2) 
[n:127.0.0.1:34141_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34141_
   [junit4]   2> 3158488 INFO  (zkCallback-9501-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3158488 INFO  (zkCallback-9489-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3158524 INFO  (zkCallback-9482-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3158534 INFO  (zkCallback-9516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3158553 INFO  (zkCallback-9529-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3158662 INFO  (zkConnectionManagerCallback-9535-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3158663 INFO  (closeThreadPool-9503-thread-1) 
[n:127.0.0.1:43077_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3158663 INFO  (closeThreadPool-9503-thread-1) 
[n:127.0.0.1:43077_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41645/solr ready
   [junit4]   2> 3158664 INFO  (closeThreadPool-9503-thread-1) 
[n:127.0.0.1:43077_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 3158773 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 3158780 INFO  (zkConnectionManagerCallback-9543-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3158789 INFO  (closeThreadPool-9503-thread-2) 
[n:127.0.0.1:34141_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3158790 INFO  (closeThreadPool-9503-thread-2) 
[n:127.0.0.1:34141_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41645/solr ready
   [junit4]   2> 3158848 INFO  (closeThreadPool-9503-thread-2) 
[n:127.0.0.1:34141_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 3158853 WARN  (closeThreadPool-9503-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@73abb9d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3158858 INFO  (closeThreadPool-9503-thread-1) 
[n:127.0.0.1:43077_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3158894 WARN  (closeThreadPool-9503-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@26febcd2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3158895 INFO  (closeThreadPool-9503-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41645/solr
   [junit4]   2> 3158943 INFO  (closeThreadPool-9503-thread-2) 
[n:127.0.0.1:34141_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3158951 INFO  (closeThreadPool-9503-thread-1) 
[n:127.0.0.1:43077_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3158951 INFO  (closeThreadPool-9503-thread-1) 
[n:127.0.0.1:43077_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3158963 INFO  (closeThreadPool-9503-thread-1) 
[n:127.0.0.1:43077_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-1-001/cores
   [junit4]   2> 3158998 INFO  (zkConnectionManagerCallback-9550-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3159017 INFO  (closeThreadPool-9503-thread-2) 
[n:127.0.0.1:34141_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3159017 INFO  (closeThreadPool-9503-thread-2) 
[n:127.0.0.1:34141_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3159018 INFO  (closeThreadPool-9503-thread-2) 
[n:127.0.0.1:34141_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-2-001/cores
   [junit4]   2> 3159180 INFO  (zkConnectionManagerCallback-9552-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3159183 INFO  (closeThreadPool-9503-thread-3) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3159218 INFO  (closeThreadPool-9503-thread-3) 
[n:127.0.0.1:36736_    ] o.a.s.c.ZkController Publish node=127.0.0.1:36736_ as 
DOWN
   [junit4]   2> 3159219 INFO  (closeThreadPool-9503-thread-3) 
[n:127.0.0.1:36736_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 3159219 INFO  (closeThreadPool-9503-thread-3) 
[n:127.0.0.1:36736_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36736_
   [junit4]   2> 3159220 INFO  (zkCallback-9489-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3159220 INFO  (zkCallback-9501-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3159220 INFO  (zkCallback-9482-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3159294 INFO  (zkCallback-9516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3159338 INFO  (zkCallback-9551-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3159420 INFO  (zkCallback-9529-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3159513 INFO  (zkCallback-9542-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3159517 INFO  (zkConnectionManagerCallback-9559-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3159632 INFO  (closeThreadPool-9503-thread-3) 
[n:127.0.0.1:36736_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 3159633 INFO  (closeThreadPool-9503-thread-3) 
[n:127.0.0.1:36736_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41645/solr ready
   [junit4]   2> 3159633 INFO  (closeThreadPool-9503-thread-3) 
[n:127.0.0.1:36736_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 3159683 INFO  (zkCallback-9534-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3159687 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-4-001
 of type NRT
   [junit4]   2> 3159704 WARN  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3159704 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3159704 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3159704 INFO  (closeThreadPool-9503-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> 3159757 INFO  (closeThreadPool-9503-thread-3) 
[n:127.0.0.1:36736_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3159793 INFO  (closeThreadPool-9503-thread-3) 
[n:127.0.0.1:36736_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3159793 INFO  (closeThreadPool-9503-thread-3) 
[n:127.0.0.1:36736_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3159794 INFO  (closeThreadPool-9503-thread-3) 
[n:127.0.0.1:36736_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-3-001/cores
   [junit4]   2> 3159808 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3159808 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3159809 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3159809 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43e31570{/,null,AVAILABLE}
   [junit4]   2> 3159837 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4c73bdb2{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33452}
   [junit4]   2> 3159837 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.Server Started @3160036ms
   [junit4]   2> 3159837 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=33452, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-4-001/cores}
   [junit4]   2> 3159837 ERROR (closeThreadPool-9503-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3159837 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3159837 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.2
   [junit4]   2> 3159837 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3159837 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3159837 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-30T19:06:18.691Z
   [junit4]   2> 3159910 INFO  (zkConnectionManagerCallback-9562-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3159955 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3159955 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-4-001/solr.xml
   [junit4]   2> 3160158 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 3160158 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3160159 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3160605 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 3160606 WARN  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6c6111d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3160621 WARN  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6d302168[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3160622 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41645/solr
   [junit4]   2> 3160623 INFO  (zkConnectionManagerCallback-9569-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3160645 INFO  (zkConnectionManagerCallback-9571-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3160662 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3160677 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:33452_ as DOWN
   [junit4]   2> 3160678 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 3160678 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33452_
   [junit4]   2> 3160679 INFO  (zkCallback-9542-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3160679 INFO  (zkCallback-9551-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3160679 INFO  (zkCallback-9516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3160684 INFO  (zkCallback-9501-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3160684 INFO  (zkCallback-9529-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3160684 INFO  (zkCallback-9489-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3160684 INFO  (zkCallback-9482-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3160723 INFO  (zkCallback-9534-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3160757 INFO  (zkCallback-9570-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3160769 INFO  (zkCallback-9558-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3160825 INFO  (zkConnectionManagerCallback-9578-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3160826 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3160827 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41645/solr ready
   [junit4]   2> 3160827 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 3160957 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3160993 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3160993 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@661ff05b
   [junit4]   2> 3160995 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-4-001/cores
   [junit4]   2> 3161656 INFO  
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A4A49AEA50BA1FA5])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-5-001
 of type PULL
   [junit4]   2> 3161676 WARN  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3161677 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3161677 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3161677 INFO  (closeThreadPool-9503-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> 3161722 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3161722 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3161722 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3161722 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4254d8bc{/,null,AVAILABLE}
   [junit4]   2> 3161745 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3b196364{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:34711}
   [junit4]   2> 3161745 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.e.j.s.Server Started @3161944ms
   [junit4]   2> 3161745 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/tempDir-001/jetty5,
 replicaType=PULL, solrconfig=solrconfig.xml, hostContext=/, hostPort=34711, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A4A49AEA50BA1FA5-001/shard-5-001/cores}
   [junit4]   2> 3161745 ERROR (closeThreadPool-9503-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3161745 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3161745 INFO  (closeThreadPool-9503-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.2
   [junit4]   2> 3161745 INFO  (closeThreadPool-9503-thread-1) [    ] o.

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

-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/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-NightlyTests-8.1/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/null1663072942
     [copy] Copying 239 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/null1663072942
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.1/checkout/solr/null1663072942

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
#;[email protected]
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath]         found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath]         found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath]         found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 95ms :: artifacts dl 4ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 636 minutes 36 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to