You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/07/02 03:49:13 UTC

[JENKINS] Lucene-Solr-BadApples-master-Linux (64bit/jdk-11.0.3) - Build # 227 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/227/
Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.lucene.util.TestRamUsageEstimator.testMap

Error Message:
expected:<25152.0> but was:<30184.0>

Stack Trace:
java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
	at __randomizedtesting.SeedInfo.seed([B07BE234E0248529:905D56E7FADF965B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
Error from server at http://127.0.0.1:38951/collection1: non ok status: 500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:38951/collection1: non ok status: 500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([E1FB01E12A0B3A66:69AF3E3B84F7579E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.indexDocAndRandomlyCommit(NestedShardedAtomicUpdateTest.java:221)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.sendWrongRouteParam(NestedShardedAtomicUpdateTest.java:191)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 1941 lines...]
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] IGNOR/A 0.00s J0 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=B07BE234E0248529 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ar-SS -Dtests.timezone=US/Aleutian -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J0 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B07BE234E0248529:905D56E7FADF965B]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Lucene80, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@78518e33), locale=ar-SS, timezone=US/Aleutian
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=230871352,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterWithThreads, TestIndexReaderClose, TestFieldInvertState, TestSegmentTermDocs, TestPerSegmentDeletes, TestBoolean2ScorerSupplier, TestIndexWriterLockRelease, TestFieldsReader, TestMergeSchedulerExternal, TestLevenshteinAutomata, Test2BDocs, TestSpanOrQuery, TestPhrasePrefixQuery, TestDocValuesFieldUpdates, TestStressNRT, TestMultiThreadTermVectors, TestFieldMaskingSpanQuery, TestFieldValueQuery, TestDeletionPolicy, TestDirectoryReaderReopen, TestPriorityQueue, TestEarlyTermination, TestSegmentInfos, TestFileSwitchDirectory, TestNoDeletionPolicy, TestBooleanQuery, TestBasicModelIF, TestMultiTermsEnum, TestTwoPhaseCommitTool, TestSimpleExplanationsOfNonMatches, Test2BSortedDocValuesFixedSorted, TestBinaryDocValuesUpdates, TestBlendedTermQuery, TestRegExp, TestManyFields, TestSentinelIntSet, TestTotalHitCountCollector, TestFuzzyQuery, TestFastCompressionMode, TestIndexInput, TestControlledRealTimeReopenThread, TestSloppyPhraseQuery, TestLatLonPointQueries, TestStressDeletes, TestConcurrentMergeScheduler, TestBytesStore, TestMatchesIterator, TestCharTermAttributeImpl, TestCharArraySet, TestIndexWriterReader, TestExceedMaxTermLength, TestWANDScorer, TestAtomicUpdate, TestCharsRef, TestAxiomaticF1EXP, TestIntRangeFieldQueries, TestMergeRateLimiter, TestTerms, TestLucene50TermVectorsFormat, TestFeatureDoubleValues, TestThreadedForceMerge, TestSpanMultiTermQueryWrapper, TestReqOptSumScorer, TestForUtil, TestBufferedIndexInput, TestLongRange, LimitedFiniteStringsIteratorTest, TestScorerPerf, TestSortRandom, TestCheckIndex, TestDocumentsWriterStallControl, TestSpanBoostQuery, TestSoftDeletesRetentionMergePolicy, TestDelegatingAnalyzerWrapper, TestAssertions, TestDistributionSPL, TestBytesRef, TestSmallFloat, TestParallelReaderEmptyIndex, TestPrefixQuery, TestFilterLeafReader, TestTopDocsMerge, TestTermVectorsReader, TestRollback, TestComplexExplanations, TestIntRange, TestExternalCodecs, TestAnalyzerWrapper, TestCachingTokenFilter, TestCharacterUtils, TestGraphTokenizers, TestStandardAnalyzer, TestBlockPostingsFormat2, TestLucene50LiveDocsFormat, TestLucene50StoredFieldsFormat, TestLucene70SegmentInfoFormat, TestIndexedDISI, TestLucene80NormsFormatMergeInstance, TestPerFieldPostingsFormat, TestPerFieldPostingsFormat2, TestBinaryDocument, TestDateTools, TestDocument, TestFeatureSort, TestField, TestFieldType, TestLatLonPointDistanceFeatureQuery, TestLatLonPointDistanceSort, TestLongDistanceFeatureQuery, TestGeoUtils, TestPolygon, TestPolygon2D, Test2BBinaryDocValues, Test2BPoints, Test2BPositions, Test2BPostings, Test2BTerms, Test4GBStoredFields, TestAddIndexes, TestAllFilesDetectTruncation, TestAllFilesHaveChecksumFooter, TestBagOfPostings, TestCodecs, TestCrash, TestCrashCausesCorruptIndex, TestCustomNorms, TestDirectoryReader, TestDocValues, TestDocsWithFieldSet, TestDocumentWriter, TestFieldInfos, TestForTooMuchCloning, TestFrozenBufferedUpdates, TestIndexCommit, TestIndexTooManyDocs, TestIndexWriter, TestIndexWriterDeleteByQuery, TestIndexWriterExceptions2, TestIndexWriterNRTIsCurrent, TestLogMergePolicy, TestNRTThreads, TestOmitNorms, TestOmitPositions, TestOmitTf, TestOneMergeWrappingMergePolicy, TestOrdinalMap, TestParallelCompositeReader, TestPayloads, TestPayloadsOnVectors, TestPendingDeletes, TestPendingSoftDeletes, TestPointValues, TestPostingsOffsets, TestPrefixCodedTerms, TestReadOnlyIndex, TestReaderClosed, TestReaderPool, TestReaderWrapperDVTypeCheck, TestSameTokenSamePosition, TestSegmentReader, TestSegmentToThreadMapping, TestSizeBoundedForceMerge, TestSnapshotDeletionPolicy, TestStressAdvance, TestTransactionRollback, FuzzyTermOnShortTermsTest, MultiCollectorTest, TermInSetQueryTest, TestAutomatonQuery, TestBoostQuery, TestConjunctions, TestConstantScoreQuery, TestConstantScoreScorer, TestDisjunctionMaxQuery, TestDocValuesRewriteMethod, TestDoubleRangeFieldQueries, TestIndexSearcher, TestLongValuesSource, TestMatchAllDocsQuery, TestMatchNoDocsQuery, TestMaxScoreSumPropagator, TestMinShouldMatch2, TestMultiTermQueryRewrites, TestNormsFieldExistsQuery, TestQueryRescorer, TestRegexpQuery, TestRegexpRandom2, TestSegmentCacheables, TestSimilarity, TestSimilarityProvider, TestSimpleExplanations, TestSortedSetSelector, TestSortedSetSortField, TestSubScorerFreqs, TestSynonymQuery, TestTermQuery, TestTermRangeQuery, TestTermScorer, TestTimeLimitingCollector, TestWildcardRandom, TestAxiomaticF2EXP, TestAxiomaticF3EXP, TestAxiomaticSimilarity, TestBM25Similarity, TestBooleanSimilarity, TestClassicSimilarity, TestLMDirichletSimilarity, TestSpansEnum, TestNIOFSDirectory, TestSimpleFSDirectory, TestSingleInstanceLockFactory, TestSleepingLockWrapper, TestTrackingDirectoryWrapper, Test2BPagedBytes, TestArrayUtil, TestCollectionUtil, TestRamUsageEstimator]
   [junit4] Completed [494/521 (1!)] on J0 in 0.27s, 10 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 12402 lines...]
   [junit4] Suite: org.apache.solr.cloud.NestedShardedAtomicUpdateTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/init-core-data-001
   [junit4]   2> 1629732 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[E1FB01E12A0B3A66]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1629734 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1629735 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1629735 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1629835 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer start zk server on port:42435
   [junit4]   2> 1629835 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42435
   [junit4]   2> 1629835 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42435
   [junit4]   2> 1629836 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1629838 INFO  (zkConnectionManagerCallback-9279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1629838 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1629839 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1629840 INFO  (zkConnectionManagerCallback-9281-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1629840 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1629841 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1629843 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-nest.xml to /configs/conf1/schema.xml
   [junit4]   2> 1629843 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1629844 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1629844 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1629845 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1629845 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1629846 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1629846 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1629846 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1629847 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1629847 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1629908 WARN  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1629909 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1629909 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1629909 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.3+7
   [junit4]   2> 1629910 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1629910 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1629910 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1629910 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f9333c9{/,null,AVAILABLE}
   [junit4]   2> 1629910 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@50a96b1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44105}
   [junit4]   2> 1629910 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.s.Server Started @1629991ms
   [junit4]   2> 1629910 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/tempDir-001/control/data, hostPort=44105, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/control-001/cores}
   [junit4]   2> 1629910 ERROR (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1629911 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1629911 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1629911 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1629911 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1629911 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-02T03:14:11.312066Z
   [junit4]   2> 1629913 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1629914 INFO  (zkConnectionManagerCallback-9283-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1629914 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1630015 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1630015 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/control-001/solr.xml
   [junit4]   2> 1630017 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1630017 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1630017 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1630149 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1630150 WARN  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d2f41b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1630150 WARN  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d2f41b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1630151 WARN  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3e2f52c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1630151 WARN  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3e2f52c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1630152 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42435/solr
   [junit4]   2> 1630153 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1630154 INFO  (zkConnectionManagerCallback-9290-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1630154 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1630255 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1630256 INFO  (zkConnectionManagerCallback-9292-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1630256 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1630289 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44105_
   [junit4]   2> 1630289 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.c.Overseer Overseer (id=72093705908518916-127.0.0.1:44105_-n_0000000000) starting
   [junit4]   2> 1630291 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1630292 INFO  (zkConnectionManagerCallback-9299-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1630292 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1630293 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42435/solr ready
   [junit4]   2> 1630293 INFO  (OverseerStateUpdate-72093705908518916-127.0.0.1:44105_-n_0000000000) [n:127.0.0.1:44105_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44105_
   [junit4]   2> 1630294 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44105_
   [junit4]   2> 1630294 INFO  (zkCallback-9291-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1630294 INFO  (zkCallback-9298-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1630308 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1630317 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1630323 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1630323 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1630323 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [n:127.0.0.1:44105_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/control-001/cores
   [junit4]   2> 1630341 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1630342 INFO  (zkConnectionManagerCallback-9305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1630342 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1630343 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1630343 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42435/solr ready
   [junit4]   2> 1630345 INFO  (qtp242295902-28430) [n:127.0.0.1:44105_     ] 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:44105_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1630347 INFO  (OverseerThreadFactory-8540-thread-1-processing-n:127.0.0.1:44105_) [n:127.0.0.1:44105_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1630452 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_    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> 1630452 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1631458 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1631469 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=nested-docs
   [junit4]   2> 1631472 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema nested-docs/1.6 with uniqueid field id
   [junit4]   2> 1631472 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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> 1631472 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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@3a0930c6
   [junit4]   2> 1631472 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1631474 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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=1903250655, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1631475 WARN  (qtp242295902-28429) [n:127.0.0.1:44105_ 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> 1631502 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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> 1631502 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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> 1631503 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1631503 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1631504 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1631504 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@631e1530[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1631505 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1631505 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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> 1631505 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1631505 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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 1637914774503161856
   [junit4]   2> 1631507 INFO  (searcherExecutor-8545-thread-1-processing-n:127.0.0.1:44105_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:44105_ 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@631e1530[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1631508 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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> 1631508 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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> 1631509 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1631509 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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> 1631509 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44105/control_collection_shard1_replica_n1/
   [junit4]   2> 1631510 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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> 1631510 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:44105/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1631510 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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/72093705908518916-core_node2-n_0000000000
   [junit4]   2> 1631510 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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:44105/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1631612 INFO  (zkCallback-9291-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> 1631612 INFO  (zkCallback-9291-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> 1631612 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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> 1631613 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_ 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=1161
   [junit4]   2> 1631614 INFO  (qtp242295902-28430) [n:127.0.0.1:44105_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1631713 INFO  (zkCallback-9291-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> 1631713 INFO  (zkCallback-9291-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1631713 INFO  (zkCallback-9291-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> 1631714 INFO  (qtp242295902-28430) [n:127.0.0.1:44105_     ] 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:44105_&wt=javabin&version=2} status=0 QTime=1369
   [junit4]   2> 1631816 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1631817 INFO  (zkConnectionManagerCallback-9311-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1631817 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1631818 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1631818 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42435/solr ready
   [junit4]   2> 1631818 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1631819 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1631820 INFO  (OverseerThreadFactory-8540-thread-2-processing-n:127.0.0.1:44105_) [n:127.0.0.1:44105_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1631820 INFO  (OverseerCollectionConfigSetProcessor-72093705908518916-127.0.0.1:44105_-n_0000000000) [n:127.0.0.1:44105_     ] 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> 1632022 WARN  (OverseerThreadFactory-8540-thread-2-processing-n:127.0.0.1:44105_) [n:127.0.0.1:44105_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1632023 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1632023 INFO  (qtp242295902-28429) [n:127.0.0.1:44105_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=204
   [junit4]   2> 1632024 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1632096 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-1-001 of type NRT
   [junit4]   2> 1632096 WARN  (closeThreadPool-9312-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1632096 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1632096 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1632096 INFO  (closeThreadPool-9312-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.3+7
   [junit4]   2> 1632103 INFO  (closeThreadPool-9312-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1632103 INFO  (closeThreadPool-9312-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1632103 INFO  (closeThreadPool-9312-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1632107 INFO  (closeThreadPool-9312-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f1368c9{/,null,AVAILABLE}
   [junit4]   2> 1632107 INFO  (closeThreadPool-9312-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7f17b08e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35597}
   [junit4]   2> 1632107 INFO  (closeThreadPool-9312-thread-1) [     ] o.e.j.s.Server Started @1632188ms
   [junit4]   2> 1632107 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/tempDir-001/jetty1, hostPort=35597, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-1-001/cores}
   [junit4]   2> 1632108 ERROR (closeThreadPool-9312-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1632108 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1632108 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1632108 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1632108 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1632108 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-02T03:14:13.509128Z
   [junit4]   2> 1632115 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632116 INFO  (zkConnectionManagerCallback-9314-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632116 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632182 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-2-001 of type NRT
   [junit4]   2> 1632183 WARN  (closeThreadPool-9312-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1632183 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1632183 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1632183 INFO  (closeThreadPool-9312-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.3+7
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2330bbc6{/,null,AVAILABLE}
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@71541ae7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38997}
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.e.j.s.Server Started @1632265ms
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/tempDir-001/jetty2, hostPort=38997, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-2-001/cores}
   [junit4]   2> 1632185 ERROR (closeThreadPool-9312-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1632185 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-02T03:14:13.586756Z
   [junit4]   2> 1632186 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632186 INFO  (zkConnectionManagerCallback-9316-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632186 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632217 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1632217 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-1-001/solr.xml
   [junit4]   2> 1632220 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1632220 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1632221 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1632259 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-3-001 of type NRT
   [junit4]   2> 1632260 WARN  (closeThreadPool-9312-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1632260 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1632260 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1632260 INFO  (closeThreadPool-9312-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.3+7
   [junit4]   2> 1632263 INFO  (closeThreadPool-9312-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1632263 INFO  (closeThreadPool-9312-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1632263 INFO  (closeThreadPool-9312-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1632264 INFO  (closeThreadPool-9312-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d40d0f8{/,null,AVAILABLE}
   [junit4]   2> 1632264 INFO  (closeThreadPool-9312-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@54364d2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38951}
   [junit4]   2> 1632264 INFO  (closeThreadPool-9312-thread-3) [     ] o.e.j.s.Server Started @1632344ms
   [junit4]   2> 1632264 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/tempDir-001/jetty3, hostPort=38951, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-3-001/cores}
   [junit4]   2> 1632264 ERROR (closeThreadPool-9312-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1632264 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1632264 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1632264 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1632264 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1632264 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-02T03:14:13.665514Z
   [junit4]   2> 1632265 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632267 INFO  (zkConnectionManagerCallback-9319-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632267 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632317 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1632317 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-2-001/solr.xml
   [junit4]   2> 1632319 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1632319 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1632320 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1632337 INFO  (TEST-NestedShardedAtomicUpdateTest.test-seed#[E1FB01E12A0B3A66]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-4-001 of type NRT
   [junit4]   2> 1632338 WARN  (closeThreadPool-9312-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1632338 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1632338 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1632338 INFO  (closeThreadPool-9312-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.3+7
   [junit4]   2> 1632341 INFO  (closeThreadPool-9312-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1632341 INFO  (closeThreadPool-9312-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1632341 INFO  (closeThreadPool-9312-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1632341 INFO  (closeThreadPool-9312-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33160981{/,null,AVAILABLE}
   [junit4]   2> 1632342 INFO  (closeThreadPool-9312-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7f338eee{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37451}
   [junit4]   2> 1632342 INFO  (closeThreadPool-9312-thread-4) [     ] o.e.j.s.Server Started @1632422ms
   [junit4]   2> 1632342 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/tempDir-001/jetty4, hostPort=37451, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-4-001/cores}
   [junit4]   2> 1632342 ERROR (closeThreadPool-9312-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1632342 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1632342 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1632342 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1632342 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1632342 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-02T03:14:13.743292Z
   [junit4]   2> 1632343 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632347 INFO  (zkConnectionManagerCallback-9322-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632347 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632366 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1632367 WARN  (closeThreadPool-9312-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6b303c88[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632367 WARN  (closeThreadPool-9312-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6b303c88[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632370 WARN  (closeThreadPool-9312-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@74e5695b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632370 WARN  (closeThreadPool-9312-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@74e5695b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632371 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42435/solr
   [junit4]   2> 1632372 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632373 INFO  (zkConnectionManagerCallback-9328-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632373 INFO  (closeThreadPool-9312-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632418 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1632418 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-3-001/solr.xml
   [junit4]   2> 1632419 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1632419 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1632427 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1632472 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1632473 WARN  (closeThreadPool-9312-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a306776[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632473 WARN  (closeThreadPool-9312-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a306776[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632475 WARN  (closeThreadPool-9312-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@506889d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632475 WARN  (closeThreadPool-9312-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@506889d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632476 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42435/solr
   [junit4]   2> 1632477 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632477 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1632477 INFO  (zkConnectionManagerCallback-9335-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632477 INFO  (closeThreadPool-9312-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632477 WARN  (closeThreadPool-9312-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@32ce0ab1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632477 WARN  (closeThreadPool-9312-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@32ce0ab1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632479 WARN  (closeThreadPool-9312-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ab3eb4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632479 WARN  (closeThreadPool-9312-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ab3eb4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632480 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42435/solr
   [junit4]   2> 1632480 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632481 INFO  (zkConnectionManagerCallback-9341-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632481 INFO  (closeThreadPool-9312-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632518 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632519 INFO  (zkConnectionManagerCallback-9343-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632519 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632521 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1632522 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.c.ZkController Publish node=127.0.0.1:35597_ as DOWN
   [junit4]   2> 1632523 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1632523 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35597_
   [junit4]   2> 1632523 INFO  (zkCallback-9291-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1632523 INFO  (zkCallback-9298-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1632523 INFO  (zkCallback-9310-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1632523 INFO  (zkCallback-9342-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1632524 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632524 INFO  (zkConnectionManagerCallback-9350-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632524 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632525 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1632525 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42435/solr ready
   [junit4]   2> 1632534 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1632549 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1632556 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1632556 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1632557 INFO  (closeThreadPool-9312-thread-1) [n:127.0.0.1:35597_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-1-001/cores
   [junit4]   2> 1632618 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1632618 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-4-001/solr.xml
   [junit4]   2> 1632620 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1632620 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1632621 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1632698 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1632699 WARN  (closeThreadPool-9312-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4fe8ae66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632699 WARN  (closeThreadPool-9312-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4fe8ae66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632700 WARN  (closeThreadPool-9312-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5cf79da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632700 WARN  (closeThreadPool-9312-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5cf79da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1632701 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42435/solr
   [junit4]   2> 1632702 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632702 INFO  (zkConnectionManagerCallback-9358-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632702 INFO  (closeThreadPool-9312-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632719 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632719 INFO  (zkConnectionManagerCallback-9360-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632719 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632721 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1632723 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.c.ZkController Publish node=127.0.0.1:38951_ as DOWN
   [junit4]   2> 1632723 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1632723 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38951_
   [junit4]   2> 1632724 INFO  (zkCallback-9310-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1632724 INFO  (zkCallback-9298-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1632724 INFO  (zkCallback-9342-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1632724 INFO  (zkCallback-9291-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1632724 INFO  (zkCallback-9359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1632724 INFO  (zkCallback-9349-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1632724 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632725 INFO  (zkConnectionManagerCallback-9367-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632725 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632725 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1632726 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42435/solr ready
   [junit4]   2> 1632734 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1632744 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1632750 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1632750 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1632751 INFO  (closeThreadPool-9312-thread-3) [n:127.0.0.1:38951_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-3-001/cores
   [junit4]   2> 1632819 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632819 INFO  (zkConnectionManagerCallback-9370-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632819 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632821 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1632822 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.c.ZkController Publish node=127.0.0.1:38997_ as DOWN
   [junit4]   2> 1632823 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1632823 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38997_
   [junit4]   2> 1632823 INFO  (zkCallback-9291-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1632823 INFO  (zkCallback-9298-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1632823 INFO  (zkCallback-9310-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1632823 INFO  (zkCallback-9366-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1632823 INFO  (zkCallback-9342-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1632823 INFO  (zkCallback-9359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1632824 INFO  (zkCallback-9369-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1632824 INFO  (zkCallback-9349-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1632824 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632825 INFO  (zkConnectionManagerCallback-9377-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632825 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632825 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1632825 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42435/solr ready
   [junit4]   2> 1632833 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1632843 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1632850 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1632850 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1632851 INFO  (closeThreadPool-9312-thread-2) [n:127.0.0.1:38997_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_E1FB01E12A0B3A66-001/shard-2-001/cores
   [junit4]   2> 1632919 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632920 INFO  (zkConnectionManagerCallback-9380-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632920 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632922 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1632923 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.c.ZkController Publish node=127.0.0.1:37451_ as DOWN
   [junit4]   2> 1632923 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1632923 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37451_
   [junit4]   2> 1632924 INFO  (zkCallback-9366-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1632924 INFO  (zkCallback-9310-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1632924 INFO  (zkCallback-9298-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1632924 INFO  (zkCallback-9342-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1632924 INFO  (zkCallback-9359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1632924 INFO  (zkCallback-9291-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1632924 INFO  (zkCallback-9349-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1632925 INFO  (zkCallback-9369-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1632925 INFO  (zkCallback-9376-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1632927 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632930 INFO  (zkConnectionManagerCallback-9387-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632930 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632930 INFO  (zkCallback-9379-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1632931 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1632932 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42435/solr ready
   [junit4]   2> 1632952 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1632968 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1632982 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a0930c6
   [junit4]   2> 1632982 INFO  (closeThreadPool-9312-thread-4) [n:127.0.0.1:37451_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at s

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

] The type javax.naming.NamingException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 7. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 22)
 [ecj-lint] 	import javax.naming.NoInitialContextException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NoInitialContextException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 8. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
 [ecj-lint] 	Context c = new InitialContext();
 [ecj-lint] 	^^^^^^^
 [ecj-lint] Context cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
 [ecj-lint] 	Context c = new InitialContext();
 [ecj-lint] 	                ^^^^^^^^^^^^^^
 [ecj-lint] InitialContext cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 10. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 779)
 [ecj-lint] 	} catch (NoInitialContextException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] NoInitialContextException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 11. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 781)
 [ecj-lint] 	} catch (NamingException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^
 [ecj-lint] NamingException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java (at line 535)
 [ecj-lint] 	new PluginBag.RuntimeLib(req.getCore()).init(new PluginInfo(info.tag, op.getDataMap()));
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/handler/admin/SegmentsInfoRequestHandler.java (at line 244)
 [ecj-lint] 	leafReader = ((FilterLeafReader)leafReader).getDelegate();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'leafReader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java (at line 148)
 [ecj-lint] 	return new JavaBinCodec(null, stringCache).setReadStringAsCharSeq(true);
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java (at line 137)
 [ecj-lint] 	new JavaBinCodec() {
 [ecj-lint]       SolrParams params;
 [ecj-lint]       AddUpdateCommand addCmd = null;
 [ecj-lint] 
 [ecj-lint]       @Override
 [ecj-lint]       public List<Object> readIterator(DataInputInputStream fis) throws IOException {
 [ecj-lint]         while (true) {
 [ecj-lint]           Object o = readVal(fis);
 [ecj-lint]           if (o == END_OBJ) break;
 [ecj-lint]           if (o instanceof NamedList) {
 [ecj-lint]             params = ((NamedList) o).toSolrParams();
 [ecj-lint]           } else {
 [ecj-lint]             try {
 [ecj-lint]               if (o instanceof byte[]) {
 [ecj-lint]                 if (params != null) req.setParams(params);
 [ecj-lint]                 byte[] buf = (byte[]) o;
 [ecj-lint]                 contentStreamLoader.load(req, rsp, new ContentStreamBase.ByteArrayStream(buf, null), processor);
 [ecj-lint]               } else {
 [ecj-lint]                 throw new RuntimeException("unsupported type ");
 [ecj-lint]               }
 [ecj-lint]             } catch (Exception e) {
 [ecj-lint]               throw new RuntimeException(e);
 [ecj-lint]             } finally {
 [ecj-lint]               params = null;
 [ecj-lint]               req.setParams(old);
 [ecj-lint]             }
 [ecj-lint]           }
 [ecj-lint]         }
 [ecj-lint]         return Collections.emptyList();
 [ecj-lint]       }
 [ecj-lint] 
 [ecj-lint]     }.unmarshal(in);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. INFO in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/logging/log4j2/Log4j2Watcher.java (at line 187)
 [ecj-lint] 	if (logger == root || root.equals(logger) || isRootLogger(name) || "".equals(name)) {
 [ecj-lint] 	                                  ^^^^^^
 [ecj-lint] Unlikely argument type for equals(): Map.Entry<String,LoggerConfig> seems to be unrelated to Logger
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/update/SolrIndexSplitter.java (at line 258)
 [ecj-lint] 	HardlinkCopyDirectoryWrapper hardLinkedDir = new HardlinkCopyDirectoryWrapper(splitDir);
 [ecj-lint] 	                             ^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'hardLinkedDir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 50)
 [ecj-lint] 	in = new FileInputStream(src).getChannel();
 [ecj-lint] 	     ^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 51)
 [ecj-lint] 	out = new FileOutputStream(destination).getChannel();
 [ecj-lint] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/util/SolrCLI.java (at line 1143)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(simCloudManager, config);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/java/org/apache/solr/util/TestInjection.java (at line 263)
 [ecj-lint] 	timers.remove(this);
 [ecj-lint] 	              ^^^^
 [ecj-lint] Unlikely argument type new TimerTask(){} for remove(Object) on a Collection<Timer>
 [ecj-lint] ----------
 [ecj-lint] 21 problems (8 errors, 12 warnings, 1 info)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:643: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build.xml:645: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:2009: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:2048: Compile failed; see the compiler error output for details.

Total time: 98 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2