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 2017/08/30 06:50:01 UTC

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 145 - Still Failing!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/145/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([957BE65D8139793D:E49F188BF7D25EF1]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
Test requires that log-level is at-least INFO, but INFO is disabled

Stack Trace:
java.lang.AssertionError: Test requires that log-level is at-least INFO, but INFO is disabled
	at __randomizedtesting.SeedInfo.seed([957BE65D8139793D:CA9FCB6AEA35EA78]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12009 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> 1287238 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[957BE65D8139793D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_957BE65D8139793D-001/init-core-data-001
   [junit4]   2> 1287238 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[957BE65D8139793D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1287240 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[957BE65D8139793D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1287243 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[957BE65D8139793D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1287244 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[957BE65D8139793D]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1287644 WARN  (coreLoadExecutor-5159-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 1287645 WARN  (coreLoadExecutor-5159-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1287648 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[957BE65D8139793D]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1287655 INFO  (TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[957BE65D8139793D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 1287655 INFO  (TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[957BE65D8139793D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=957BE65D8139793D -Dtests.slow=true -Dtests.locale=zh-CN -Dtests.timezone=America/North_Dakota/Center -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J1 | UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([957BE65D8139793D:E49F188BF7D25EF1]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1287679 INFO  (TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[957BE65D8139793D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 1287679 INFO  (TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[957BE65D8139793D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 1287692 INFO  (TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[957BE65D8139793D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 1287696 INFO  (TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[957BE65D8139793D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> 1287696 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[957BE65D8139793D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_957BE65D8139793D-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=zh-CN, timezone=America/North_Dakota/Center
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=270309160,total=442789888
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterMaxOffsetTest, AssignTest, TestUninvertingReader, DistributedFacetPivotLongTailTest, HdfsBasicDistributedZkTest, HttpPartitionTest, BlockDirectoryTest, TermVectorComponentTest, JsonLoaderTest, TestDistributedMissingSort, FieldMutatingUpdateProcessorTest, TestJsonRequest, DeleteLastCustomShardedReplicaTest, SystemInfoHandlerTest, TestPostingsSolrHighlighter, TestElisionMultitermQuery, ReplicationFactorTest, DistributedQueryElevationComponentTest, HttpSolrCallGetCoreTest, TestCorePropertiesReload, BadIndexSchemaTest, TestClusterStateMutator, ChaosMonkeySafeLeaderTest, CdcrReplicationDistributedZkTest, TestCollapseQParserPlugin, TestZkChroot, EnumFieldTest, TestInfoStreamLogging, TestBM25SimilarityFactory, CollectionsAPIAsyncDistributedZkTest, TestNRTOpen, BasicDistributedZk2Test, SimpleMLTQParserTest, ZkStateWriterTest, TestRemoteStreaming, DistributedIntervalFacetingTest, FullSolrCloudDistribCmdsTest, TestSSLRandomization, TestPerFieldSimilarityWithDefaultOverride, SimpleCollectionCreateDeleteTest, TestLegacyNumericUtils, TestConfigSetProperties, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestSolrFieldCacheBean, TolerantUpdateProcessorTest, TestSolrConfigHandlerCloud, DateRangeFieldTest, MoveReplicaHDFSTest, CollectionStateFormat2Test, TestLeaderInitiatedRecoveryThread, TestRTGBase, SOLR749Test, TestFastWriter, TestRecovery, TestReloadDeadlock, TestBlobHandler, StatsComponentTest, HdfsNNFailoverTest, TestConfigSetsAPIExclusivity, AnalysisErrorHandlingTest, TestSolrQueryParser, HLLUtilTest, TestSubQueryTransformerCrossCore, TestRandomFlRTGCloud, DocumentBuilderTest, TestHdfsBackupRestoreCore, TestUseDocValuesAsStored, TestSolrDeletionPolicy1, TestRequestForwarding, SpellCheckCollatorTest, OverseerModifyCollectionTest, TestPullReplica, TestClusterProperties, SolrMetricsIntegrationTest, SolrCoreCheckLockOnStartupTest, LukeRequestHandlerTest, TestDocTermOrds, TestAuthenticationFramework, AliasIntegrationTest, DebugComponentTest, TestCloudInspectUtil, TestHighFrequencyDictionaryFactory, DeleteStatusTest, DOMUtilTest, TestTrie, TestQueryUtils, SolrMetricManagerTest, TestSystemIdResolver, HdfsChaosMonkeySafeLeaderTest, TestConfig, ShufflingReplicaListTransformerTest, DistribDocExpirationUpdateProcessorTest, TestEmbeddedSolrServerAdminHandler, TestSolrCloudWithSecureImpersonation, TestBadConfig, LoggingHandlerTest, PingRequestHandlerTest, JSONWriterTest, SampleTest, InfoHandlerTest, CloudExitableDirectoryReaderTest, PreAnalyzedFieldTest, SolrCloudExampleTest, HdfsWriteToMultipleCollectionsTest, TestValueSourceCache, TestCharFilters, SuggesterTSTTest, DocValuesNotIndexedTest, HdfsDirectoryTest, TestLegacyField, TestExclusionRuleCollectionAccess, TestSolrCLIRunExample, TestPayloadScoreQParserPlugin, TestFieldCacheSortRandom, TestFieldSortValues, SignatureUpdateProcessorFactoryTest, V2StandaloneTest, TestRuleBasedAuthorizationPlugin, WrapperMergePolicyFactoryTest, OpenCloseCoreStressTest, TestManagedSchemaThreadSafety, TestSearchPerf, CustomCollectionTest, CoreSorterTest, TestDocSet, CoreAdminRequestStatusTest, QueryEqualityTest, CollectionsAPIDistributedZkTest, TestSlowCompositeReaderWrapper, ShardRoutingCustomTest, MergeStrategyTest, MetricUtilsTest, UpdateLogTest, BigEndianAscendingWordDeserializerTest, SharedFSAutoReplicaFailoverTest, BasicAuthStandaloneTest, StatelessScriptUpdateProcessorFactoryTest, QueryResultKeyTest, TestIntervalFaceting, MetricsConfigTest, SpellCheckComponentTest, BasicZkTest, FullHLLTest, BadCopyFieldTest, TestSolrJ, BaseCdcrDistributedZkTest, TestStressInPlaceUpdates, DistributedFacetPivotSmallTest, AutoCommitTest, AtomicUpdatesTest, TestExceedMaxTermLength, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [286/731 (1!)] on J1 in 0.51s, 3 tests, 1 failure <<< FAILURES!

[...truncated 1075 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> 2770693 INFO  (SUITE-SolrSlf4jReporterTest-seed#[957BE65D8139793D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrSlf4jReporterTest_957BE65D8139793D-001/init-core-data-001
   [junit4]   2> 2770694 WARN  (SUITE-SolrSlf4jReporterTest-seed#[957BE65D8139793D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 2770694 INFO  (SUITE-SolrSlf4jReporterTest-seed#[957BE65D8139793D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2770697 INFO  (SUITE-SolrSlf4jReporterTest-seed#[957BE65D8139793D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2770699 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[957BE65D8139793D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 2770699 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[957BE65D8139793D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=957BE65D8139793D -Dtests.slow=true -Dtests.locale=pt-PT -Dtests.timezone=Pacific/Niue -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.00s J1 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Test requires that log-level is at-least INFO, but INFO is disabled
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([957BE65D8139793D:CA9FCB6AEA35EA78]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrSlf4jReporterTest_957BE65D8139793D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=pt-PT, timezone=Pacific/Niue
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=53430792,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterMaxOffsetTest, AssignTest, TestUninvertingReader, DistributedFacetPivotLongTailTest, HdfsBasicDistributedZkTest, HttpPartitionTest, BlockDirectoryTest, TermVectorComponentTest, JsonLoaderTest, TestDistributedMissingSort, FieldMutatingUpdateProcessorTest, TestJsonRequest, DeleteLastCustomShardedReplicaTest, SystemInfoHandlerTest, TestPostingsSolrHighlighter, TestElisionMultitermQuery, ReplicationFactorTest, DistributedQueryElevationComponentTest, HttpSolrCallGetCoreTest, TestCorePropertiesReload, BadIndexSchemaTest, TestClusterStateMutator, ChaosMonkeySafeLeaderTest, CdcrReplicationDistributedZkTest, TestCollapseQParserPlugin, TestZkChroot, EnumFieldTest, TestInfoStreamLogging, TestBM25SimilarityFactory, CollectionsAPIAsyncDistributedZkTest, TestNRTOpen, BasicDistributedZk2Test, SimpleMLTQParserTest, ZkStateWriterTest, TestRemoteStreaming, DistributedIntervalFacetingTest, FullSolrCloudDistribCmdsTest, TestSSLRandomization, TestPerFieldSimilarityWithDefaultOverride, SimpleCollectionCreateDeleteTest, TestLegacyNumericUtils, TestConfigSetProperties, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestSolrFieldCacheBean, TolerantUpdateProcessorTest, TestSolrConfigHandlerCloud, DateRangeFieldTest, MoveReplicaHDFSTest, CollectionStateFormat2Test, TestLeaderInitiatedRecoveryThread, TestRTGBase, SOLR749Test, TestFastWriter, TestRecovery, TestReloadDeadlock, TestBlobHandler, StatsComponentTest, HdfsNNFailoverTest, TestConfigSetsAPIExclusivity, AnalysisErrorHandlingTest, TestSolrQueryParser, HLLUtilTest, TestSubQueryTransformerCrossCore, TestRandomFlRTGCloud, DocumentBuilderTest, TestHdfsBackupRestoreCore, TestUseDocValuesAsStored, TestSolrDeletionPolicy1, TestRequestForwarding, SpellCheckCollatorTest, OverseerModifyCollectionTest, TestPullReplica, TestClusterProperties, SolrMetricsIntegrationTest, SolrCoreCheckLockOnStartupTest, LukeRequestHandlerTest, TestDocTermOrds, TestAuthenticationFramework, AliasIntegrationTest, DebugComponentTest, TestCloudInspectUtil, TestHighFrequencyDictionaryFactory, DeleteStatusTest, DOMUtilTest, TestTrie, TestQueryUtils, SolrMetricManagerTest, TestSystemIdResolver, HdfsChaosMonkeySafeLeaderTest, TestConfig, ShufflingReplicaListTransformerTest, DistribDocExpirationUpdateProcessorTest, TestEmbeddedSolrServerAdminHandler, TestSolrCloudWithSecureImpersonation, TestBadConfig, LoggingHandlerTest, PingRequestHandlerTest, JSONWriterTest, SampleTest, InfoHandlerTest, CloudExitableDirectoryReaderTest, PreAnalyzedFieldTest, SolrCloudExampleTest, HdfsWriteToMultipleCollectionsTest, TestValueSourceCache, TestCharFilters, SuggesterTSTTest, DocValuesNotIndexedTest, HdfsDirectoryTest, TestLegacyField, TestExclusionRuleCollectionAccess, TestSolrCLIRunExample, TestPayloadScoreQParserPlugin, TestFieldCacheSortRandom, TestFieldSortValues, SignatureUpdateProcessorFactoryTest, V2StandaloneTest, TestRuleBasedAuthorizationPlugin, WrapperMergePolicyFactoryTest, OpenCloseCoreStressTest, TestManagedSchemaThreadSafety, TestSearchPerf, CustomCollectionTest, CoreSorterTest, TestDocSet, CoreAdminRequestStatusTest, QueryEqualityTest, CollectionsAPIDistributedZkTest, TestSlowCompositeReaderWrapper, ShardRoutingCustomTest, MergeStrategyTest, MetricUtilsTest, UpdateLogTest, BigEndianAscendingWordDeserializerTest, SharedFSAutoReplicaFailoverTest, BasicAuthStandaloneTest, StatelessScriptUpdateProcessorFactoryTest, QueryResultKeyTest, TestIntervalFaceting, MetricsConfigTest, SpellCheckComponentTest, BasicZkTest, FullHLLTest, BadCopyFieldTest, TestSolrJ, BaseCdcrDistributedZkTest, TestStressInPlaceUpdates, DistributedFacetPivotSmallTest, AutoCommitTest, AtomicUpdatesTest, TestExceedMaxTermLength, UpdateRequestProcessorFactoryTest, TestLeaderElectionWithEmptyReplica, TestMultiValuedNumericRangeQuery, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestMergePolicyConfig, TestRealTimeGet, TestPerFieldSimilarity, TestLockTree, SegmentsInfoRequestHandlerTest, TestInPlaceUpdatesDistrib, ConvertedLegacyTest, TestGraphMLResponseWriter, TestPushWriter, TestDFISimilarityFactory, TestPolicyCloud, TestMacroExpander, RuleEngineTest, CursorMarkTest, HdfsRecoveryZkTest, TestQueryTypes, ExitableDirectoryReaderTest, TestExportWriter, FileBasedSpellCheckerTest, TestStressUserVersions, SpatialRPTFieldTypeTest, TestReqParamsAPI, TestManagedSynonymFilterFactory, UnloadDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, ZkCLITest, TestDistributedSearch, TestDistributedGrouping, TermVectorComponentDistributedTest, TestJoin, TestReload, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTest, TestStressLucene, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, DocValuesMultiTest, SolrInfoBeanTest, CacheHeaderTest, DisMaxRequestHandlerTest, TestWriterPerf, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, TestCSVResponseWriter, MBeansHandlerTest, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, SynonymTokenizerTest, EchoParamsTest, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, AssignBackwardCompatibilityTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteReplicaTest, DistributedQueueTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, MoveReplicaTest, OverseerRolesTest, PeerSyncReplicationTest, SolrCLIZkUtilsTest, SolrXmlInZkTest, TestCloudJSONFacetJoinDomain, TestCloudPseudoReturnFields, TestCloudRecovery, TestCollectionAPI, TestCryptoKeys, TestDistribDocBasedVersion, TestOnReconnectListenerSupport, TestPullReplicaErrorHandling, TestRebalanceLeaders, TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, ZkFailoverTest, AutoScalingHandlerTest, HdfsBasicDistributedZk2Test, HdfsCollectionsAPIDistributedZkTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, StressHdfsTest, ZkStateReaderTest, RulesTest, TestInitParams, TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler, TestSolrCloudSnapshots, TestSolrCoreSnapshots, TestReplicationHandlerBackup, TestSQLHandler, CoreMergeIndexesAdminHandlerTest, MetricsHandlerTest, PropertiesRequestHandlerTest, StatsReloadRaceTest, TestApiFramework, TestConfigsApi, TestCoreAdminApis, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest, SpatialHeatmapFacetsTest, JavabinLoaderTest, TestUnifiedSolrHighlighter, UninvertDocValuesMergePolicyTest, TestLegacyTerms, TestNumericRangeQuery64, JvmMetricsTest, SolrJmxReporterTest, SolrSlf4jReporterTest]
   [junit4] Completed [610/731 (2!)] on J1 in 0.03s, 1 test, 1 failure <<< FAILURES!

[...truncated 46634 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:810: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:690: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 85 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 149 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/149/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 59759 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:810: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:690: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 86 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 148 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/148/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 59750 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:810: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:690: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 93 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 147 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/147/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.AssignBackwardCompatibilityTest.test

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: collection1
	at __randomizedtesting.SeedInfo.seed([41DF15AF0060D154:C98B2A75AE9CBCAC]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1115)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:648)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:128)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:108)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
	at org.apache.solr.cloud.AssignBackwardCompatibilityTest.test(AssignBackwardCompatibilityTest.java:90)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1127)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1113)
	... 44 more


FAILED:  org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter

Error Message:
Collection not found: routeFieldColl

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: routeFieldColl
	at __randomizedtesting.SeedInfo.seed([41DF15AF0060D154:E9E98B729F013A0E]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1139)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:822)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter(CustomCollectionTest.java:166)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12775 lines...]
   [junit4] Suite: org.apache.solr.cloud.AssignBackwardCompatibilityTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/init-core-data-001
   [junit4]   2> 2208687 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[41DF15AF0060D154]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2208688 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[41DF15AF0060D154]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2208688 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[41DF15AF0060D154]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2208689 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[41DF15AF0060D154]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001
   [junit4]   2> 2208690 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[41DF15AF0060D154]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2208690 INFO  (Thread-4341) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2208690 INFO  (Thread-4341) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2208694 ERROR (Thread-4341) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2208791 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[41DF15AF0060D154]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:60903
   [junit4]   2> 2208876 INFO  (jetty-launcher-3827-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2208877 INFO  (jetty-launcher-3827-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2208878 INFO  (jetty-launcher-3827-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2208879 INFO  (jetty-launcher-3827-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2208881 INFO  (jetty-launcher-3827-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50c684f5{/solr,null,AVAILABLE}
   [junit4]   2> 2208885 INFO  (jetty-launcher-3827-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@51783aac{/solr,null,AVAILABLE}
   [junit4]   2> 2208886 INFO  (jetty-launcher-3827-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79ee26fe{/solr,null,AVAILABLE}
   [junit4]   2> 2208892 INFO  (jetty-launcher-3827-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@375020fa{/solr,null,AVAILABLE}
   [junit4]   2> 2208910 INFO  (jetty-launcher-3827-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@48a21d27{HTTP/1.1,[http/1.1]}{127.0.0.1:60908}
   [junit4]   2> 2208910 INFO  (jetty-launcher-3827-thread-3) [    ] o.e.j.s.Server Started @2213775ms
   [junit4]   2> 2208910 INFO  (jetty-launcher-3827-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3981f556{HTTP/1.1,[http/1.1]}{127.0.0.1:60905}
   [junit4]   2> 2208911 INFO  (jetty-launcher-3827-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60908}
   [junit4]   2> 2208911 INFO  (jetty-launcher-3827-thread-2) [    ] o.e.j.s.Server Started @2213775ms
   [junit4]   2> 2208911 INFO  (jetty-launcher-3827-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60905}
   [junit4]   2> 2208911 ERROR (jetty-launcher-3827-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2208911 ERROR (jetty-launcher-3827-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2208911 INFO  (jetty-launcher-3827-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 2208911 INFO  (jetty-launcher-3827-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@479b70f{HTTP/1.1,[http/1.1]}{127.0.0.1:60907}
   [junit4]   2> 2208911 INFO  (jetty-launcher-3827-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2208911 INFO  (jetty-launcher-3827-thread-1) [    ] o.e.j.s.Server Started @2213775ms
   [junit4]   2> 2208911 INFO  (jetty-launcher-3827-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2208911 INFO  (jetty-launcher-3827-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60907}
   [junit4]   2> 2208911 INFO  (jetty-launcher-3827-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-31T01:50:34.962Z
   [junit4]   2> 2208912 ERROR (jetty-launcher-3827-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-31T01:50:34.963Z
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e3cf338{HTTP/1.1,[http/1.1]}{127.0.0.1:60906}
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-4) [    ] o.e.j.s.Server Started @2213776ms
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60906}
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 2208912 ERROR (jetty-launcher-3827-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-31T01:50:34.963Z
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2208912 INFO  (jetty-launcher-3827-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-31T01:50:34.963Z
   [junit4]   2> 2208921 INFO  (jetty-launcher-3827-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2208921 INFO  (jetty-launcher-3827-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2208921 INFO  (jetty-launcher-3827-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2208922 INFO  (jetty-launcher-3827-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2208938 INFO  (jetty-launcher-3827-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60903/solr
   [junit4]   2> 2208938 INFO  (jetty-launcher-3827-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60903/solr
   [junit4]   2> 2208939 INFO  (jetty-launcher-3827-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60903/solr
   [junit4]   2> 2208941 INFO  (jetty-launcher-3827-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60903/solr
   [junit4]   2> 2209170 INFO  (jetty-launcher-3827-thread-1) [n:127.0.0.1:60907_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2209170 INFO  (jetty-launcher-3827-thread-3) [n:127.0.0.1:60908_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2209171 INFO  (jetty-launcher-3827-thread-4) [n:127.0.0.1:60906_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2209172 INFO  (jetty-launcher-3827-thread-1) [n:127.0.0.1:60907_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60907_solr
   [junit4]   2> 2209174 INFO  (jetty-launcher-3827-thread-4) [n:127.0.0.1:60906_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60906_solr
   [junit4]   2> 2209174 INFO  (jetty-launcher-3827-thread-3) [n:127.0.0.1:60908_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60908_solr
   [junit4]   2> 2209175 INFO  (jetty-launcher-3827-thread-1) [n:127.0.0.1:60907_solr    ] o.a.s.c.Overseer Overseer (id=98575596568182795-127.0.0.1:60907_solr-n_0000000000) starting
   [junit4]   2> 2209180 INFO  (zkCallback-3847-thread-1-processing-n:127.0.0.1:60908_solr) [n:127.0.0.1:60908_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2209181 INFO  (zkCallback-3848-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2209182 INFO  (zkCallback-3849-thread-1-processing-n:127.0.0.1:60906_solr) [n:127.0.0.1:60906_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2209190 INFO  (zkCallback-3846-thread-1-processing-n:127.0.0.1:60905_solr) [n:127.0.0.1:60905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2209191 INFO  (jetty-launcher-3827-thread-2) [n:127.0.0.1:60905_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2209195 INFO  (jetty-launcher-3827-thread-2) [n:127.0.0.1:60905_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60905_solr
   [junit4]   2> 2209202 INFO  (zkCallback-3846-thread-1-processing-n:127.0.0.1:60905_solr) [n:127.0.0.1:60905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2209203 INFO  (zkCallback-3849-thread-1-processing-n:127.0.0.1:60906_solr) [n:127.0.0.1:60906_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2209203 INFO  (zkCallback-3847-thread-1-processing-n:127.0.0.1:60908_solr) [n:127.0.0.1:60908_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2209203 INFO  (zkCallback-3848-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2209219 INFO  (jetty-launcher-3827-thread-1) [n:127.0.0.1:60907_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60907_solr
   [junit4]   2> 2209222 INFO  (zkCallback-3846-thread-1-processing-n:127.0.0.1:60905_solr) [n:127.0.0.1:60905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2209223 INFO  (zkCallback-3847-thread-1-processing-n:127.0.0.1:60908_solr) [n:127.0.0.1:60908_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2209227 INFO  (zkCallback-3848-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2209227 INFO  (zkCallback-3849-thread-1-processing-n:127.0.0.1:60906_solr) [n:127.0.0.1:60906_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2209447 INFO  (jetty-launcher-3827-thread-3) [n:127.0.0.1:60908_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60908.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209448 INFO  (jetty-launcher-3827-thread-2) [n:127.0.0.1:60905_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60905.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209456 INFO  (jetty-launcher-3827-thread-3) [n:127.0.0.1:60908_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60908.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209456 INFO  (jetty-launcher-3827-thread-3) [n:127.0.0.1:60908_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60908.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209460 INFO  (jetty-launcher-3827-thread-2) [n:127.0.0.1:60905_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60905.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209460 INFO  (jetty-launcher-3827-thread-2) [n:127.0.0.1:60905_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60905.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209461 INFO  (jetty-launcher-3827-thread-2) [n:127.0.0.1:60905_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/.
   [junit4]   2> 2209466 INFO  (jetty-launcher-3827-thread-3) [n:127.0.0.1:60908_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/.
   [junit4]   2> 2209569 INFO  (jetty-launcher-3827-thread-1) [n:127.0.0.1:60907_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60907.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209573 INFO  (jetty-launcher-3827-thread-4) [n:127.0.0.1:60906_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60906.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209579 INFO  (jetty-launcher-3827-thread-1) [n:127.0.0.1:60907_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60907.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209580 INFO  (jetty-launcher-3827-thread-1) [n:127.0.0.1:60907_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60907.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209582 INFO  (jetty-launcher-3827-thread-1) [n:127.0.0.1:60907_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/.
   [junit4]   2> 2209590 INFO  (jetty-launcher-3827-thread-4) [n:127.0.0.1:60906_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60906.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209590 INFO  (jetty-launcher-3827-thread-4) [n:127.0.0.1:60906_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60906.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2209593 INFO  (jetty-launcher-3827-thread-4) [n:127.0.0.1:60906_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/.
   [junit4]   2> 2209778 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[41DF15AF0060D154]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2209779 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[41DF15AF0060D154]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60903/solr ready
   [junit4]   2> 2209813 INFO  (qtp605340106-21733) [n:127.0.0.1:60905_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=4&maxShardsPerNode=1000&name=collection1&nrtReplicas=4&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2209816 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2209818 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.CreateCollectionCmd Only _default config set found, using it.
   [junit4]   2> 2209819 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/collection1/managed-schema
   [junit4]   2> 2209823 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/collection1/protwords.txt
   [junit4]   2> 2209827 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/collection1/solrconfig.xml
   [junit4]   2> 2209830 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/collection1/synonyms.txt
   [junit4]   2> 2209833 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/collection1/stopwords.txt
   [junit4]   2> 2209837 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/collection1/lang/contractions_it.txt
   [junit4]   2> 2209841 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/collection1/lang/contractions_ca.txt
   [junit4]   2> 2209848 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/collection1/lang/stemdict_nl.txt
   [junit4]   2> 2209851 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/collection1/lang/stopwords_hy.txt
   [junit4]   2> 2209855 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/collection1/lang/stopwords_no.txt
   [junit4]   2> 2209859 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/collection1/lang/stopwords_id.txt
   [junit4]   2> 2209863 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/collection1/lang/stopwords_da.txt
   [junit4]   2> 2209866 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/collection1/lang/stopwords_ga.txt
   [junit4]   2> 2209869 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/collection1/lang/stopwords_hi.txt
   [junit4]   2> 2209873 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/collection1/lang/stopwords_ja.txt
   [junit4]   2> 2209877 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/collection1/lang/stopwords_pt.txt
   [junit4]   2> 2209881 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/collection1/lang/stopwords_hu.txt
   [junit4]   2> 2209885 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/collection1/lang/stopwords_el.txt
   [junit4]   2> 2209889 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/collection1/lang/stopwords_ru.txt
   [junit4]   2> 2209893 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/collection1/lang/stopwords_tr.txt
   [junit4]   2> 2209896 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/collection1/lang/stopwords_ar.txt
   [junit4]   2> 2209900 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/collection1/lang/userdict_ja.txt
   [junit4]   2> 2209904 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/collection1/lang/stopwords_eu.txt
   [junit4]   2> 2209908 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/collection1/lang/stopwords_it.txt
   [junit4]   2> 2209911 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/collection1/lang/stopwords_cz.txt
   [junit4]   2> 2209915 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/collection1/lang/stoptags_ja.txt
   [junit4]   2> 2209919 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/collection1/lang/contractions_fr.txt
   [junit4]   2> 2209923 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/collection1/lang/stopwords_de.txt
   [junit4]   2> 2209926 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/collection1/lang/stopwords_fa.txt
   [junit4]   2> 2209930 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/collection1/lang/contractions_ga.txt
   [junit4]   2> 2209938 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/collection1/lang/stopwords_ca.txt
   [junit4]   2> 2209941 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/collection1/lang/stopwords_nl.txt
   [junit4]   2> 2209947 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/collection1/lang/stopwords_bg.txt
   [junit4]   2> 2209950 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/collection1/lang/stopwords_en.txt
   [junit4]   2> 2209953 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/collection1/lang/stopwords_es.txt
   [junit4]   2> 2209956 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/collection1/lang/stopwords_lv.txt
   [junit4]   2> 2209963 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/collection1/lang/stopwords_ro.txt
   [junit4]   2> 2209966 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/collection1/lang/stopwords_th.txt
   [junit4]   2> 2209979 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/collection1/lang/stopwords_fr.txt
   [junit4]   2> 2209982 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/collection1/lang/stopwords_sv.txt
   [junit4]   2> 2209985 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/collection1/lang/stopwords_fi.txt
   [junit4]   2> 2209992 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/collection1/lang/hyphenations_ga.txt
   [junit4]   2> 2209996 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/collection1/lang/stopwords_gl.txt
   [junit4]   2> 2210010 INFO  (OverseerThreadFactory-10870-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/collection1/params.json
   [junit4]   2> 2210194 INFO  (OverseerStateUpdate-98575596568182795-127.0.0.1:60907_solr-n_0000000000) [n:127.0.0.1:60907_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60907/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2210227 INFO  (OverseerStateUpdate-98575596568182795-127.0.0.1:60907_solr-n_0000000000) [n:127.0.0.1:60907_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60908/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2210247 INFO  (OverseerStateUpdate-98575596568182795-127.0.0.1:60907_solr-n_0000000000) [n:127.0.0.1:60907_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60906/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2210251 INFO  (OverseerStateUpdate-98575596568182795-127.0.0.1:60907_solr-n_0000000000) [n:127.0.0.1:60907_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60905/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2210475 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=collection1&newCollection=true&name=collection1_shard1_replica_n6&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2210475 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=collection1&newCollection=true&name=collection1_shard1_replica_n4&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2210476 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2210478 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=collection1&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2210479 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2210480 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection1&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2210485 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2210487 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2210633 INFO  (zkCallback-3848-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2210633 INFO  (zkCallback-3847-thread-1-processing-n:127.0.0.1:60908_solr) [n:127.0.0.1:60908_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2210633 INFO  (zkCallback-3848-thread-2-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2210633 INFO  (zkCallback-3846-thread-1-processing-n:127.0.0.1:60905_solr) [n:127.0.0.1:60905_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2210633 INFO  (zkCallback-3849-thread-1-processing-n:127.0.0.1:60906_solr) [n:127.0.0.1:60906_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2210634 INFO  (zkCallback-3847-thread-2-processing-n:127.0.0.1:60908_solr) [n:127.0.0.1:60908_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2210634 INFO  (zkCallback-3846-thread-2-processing-n:127.0.0.1:60905_solr) [n:127.0.0.1:60905_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2210635 INFO  (zkCallback-3849-thread-2-processing-n:127.0.0.1:60906_solr) [n:127.0.0.1:60906_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2211539 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2211540 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2211540 WARN  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 2211540 WARN  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 2211545 WARN  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 2211545 WARN  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 2211545 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2211545 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2211546 WARN  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 2211546 WARN  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 2211546 WARN  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../contrib/extraction/lib
   [junit4]   2> 2211546 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2211547 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2211547 WARN  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 2211547 WARN  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 2211547 WARN  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 2211547 WARN  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../contrib/clustering/lib
   [junit4]   2> 2211547 WARN  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 2211547 WARN  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2211547 WARN  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../contrib/langid/lib
   [junit4]   2> 2211548 WARN  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 2211548 WARN  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 2211548 WARN  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../contrib/velocity/lib
   [junit4]   2> 2211548 WARN  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 2211548 WARN  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2211548 WARN  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 2211549 WARN  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2211549 WARN  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 2211550 WARN  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2211550 WARN  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 2211555 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2211563 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2211565 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2211565 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2211566 WARN  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 2211566 WARN  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../dist
   [junit4]   2> 2211567 WARN  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 2211567 WARN  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../dist
   [junit4]   2> 2211567 WARN  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 2211568 WARN  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../dist
   [junit4]   2> 2211568 WARN  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 2211568 WARN  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4/../../../../dist
   [junit4]   2> 2211576 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2211584 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2211669 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.s.IndexSchema [collection1_shard1_replica_n6] Schema name=default-config
   [junit4]   2> 2211671 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.s.IndexSchema [collection1_shard1_replica_n4] Schema name=default-config
   [junit4]   2> 2211693 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=default-config
   [junit4]   2> 2211701 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2212080 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2212201 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 2212201 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60907.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2212202 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2212202 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 2212223 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2212241 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2212247 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2212309 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n6' using configuration from collection collection1, trusted=true
   [junit4]   2> 2212310 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60905.solr.core.collection1.shard1.replica_n6' (registry 'solr.core.collection1.shard1.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2212310 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2212310 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrCore [[collection1_shard1_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/collection1_shard1_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node2/./collection1_shard1_replica_n6/data/]
   [junit4]   2> 2212328 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2212353 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 2212353 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60908.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2212354 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2212354 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/collection1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node3/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 2212366 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n4' using configuration from collection collection1, trusted=true
   [junit4]   2> 2212367 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60906.solr.core.collection1.shard1.replica_n4' (registry 'solr.core.collection1.shard1.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38ca14ea
   [junit4]   2> 2212367 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2212367 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrCore [[collection1_shard1_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/collection1_shard1_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.AssignBackwardCompatibilityTest_41DF15AF0060D154-001/tempDir-001/node4/./collection1_shard1_replica_n4/data/]
   [junit4]   2> 2212423 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2212463 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2212474 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2212530 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2212530 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2212532 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2212532 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2212583 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f7ce74[collection1_shard1_replica_n1] main]
   [junit4]   2> 2212596 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/collection1
   [junit4]   2> 2212596 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/collection1
   [junit4]   2> 2212596 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/collection1/managed-schema
   [junit4]   2> 2212602 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2212605 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2212606 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 2212613 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2212613 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577209549201342464
   [junit4]   2> 2212614 INFO  (searcherExecutor-10879-thread-1-processing-n:127.0.0.1:60907_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@4f7ce74[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2212614 INFO  (searcherExecutor-10879-thread-1-processing-n:127.0.0.1:60907_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2212614 INFO  (searcherExecutor-10879-thread-1-processing-n:127.0.0.1:60907_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2212625 INFO  (searcherExecutor-10879-thread-1-processing-n:127.0.0.1:60907_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@4f7ce74[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2212640 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2212640 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2212642 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2212642 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2212645 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2212646 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2212647 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2212648 INFO  (qtp768173573-21742) [n:127.0.0.1:60906_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2212653 INFO  (zkCallback-3846-thread-2-processing-n:127.0.0.1:60905_solr) [n:127.0.0.1:60905_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2212653 INFO  (zkCallback-3848-thread-2-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2212653 INFO  (zkCallback-3848-thread-1-processing-n:127.0.0.1:60907_solr) [n:127.0.0.1:60907_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2212653 INFO  (zkCallback-3846-thread-1-processing-n:127.0.0.1:60905_solr) [n:127.0.0.1:60905_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2212654 INFO  (zkCallback-3849-thread-2-processing-n:127.0.0.1:60906_solr) [n:127.0.0.1:60906_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2212654 INFO  (zkCallback-3849-thread-1-processing-n:127.0.0.1:60906_solr) [n:127.0.0.1:60906_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2212654 INFO  (zkCallback-3847-thread-1-processing-n:127.0.0.1:60908_solr) [n:127.0.0.1:60908_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2212654 INFO  (zkCallback-3847-thread-2-processing-n:127.0.0.1:60908_solr) [n:127.0.0.1:60908_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2212656 INFO  (qtp436791793-21724) [n:127.0.0.1:60907_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=4 found=1 timeoutin=9996ms
   [junit4]   2> 2212657 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2212657 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2212659 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2212659 INFO  (qtp605340106-21735) [n:127.0.0.1:60905_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2212667 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@38dc7d10[collection1_shard1_replica_n2] main]
   [junit4]   2> 2212672 INFO  (qtp1336379713-21752) [n:127.0.0.1:60908_solr c:collecti

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

 o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/configs/conf
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/collections/routeFieldColl/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	73	/solr/collections/implicitcoll/state.json
   [junit4]   2> 	34	/solr/collections/withShardField/state.json
   [junit4]   2> 	20	/solr/collections/testCreateShardRepFactor/state.json
   [junit4]   2> 	20	/solr/collections/routeFieldColl/state.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/implicitcoll/leader_elect/x/election/98575607291904012-core_node28-n_0000000001
   [junit4]   2> 	2	/solr/collections/implicitcoll/leader_elect/b/election/98575607291904012-core_node15-n_0000000001
   [junit4]   2> 	2	/solr/collections/withShardField/leader_elect/b/election/98575607291904012-core_node13-n_0000000000
   [junit4]   2> 	2	/solr/collections/implicitcoll/leader_elect/c/election/98575607291904012-core_node23-n_0000000001
   [junit4]   2> 	2	/solr/collections/withShardField/leader_elect/c/election/98575607291904011-core_node17-n_0000000000
   [junit4]   2> 	2	/solr/collections/implicitcoll/leader_elect/a/election/98575607291904012-core_node7-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/collections
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_41DF15AF0060D154-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=pt, timezone=America/Dawson_Creek
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=203409632,total=518520832
   [junit4]   2> NOTE: All tests run in this JVM: [TestSortByMinMaxFunction, BaseCdcrDistributedZkTest, TestCloudNestedDocsSort, ShowFileRequestHandlerTest, TriLevelCompositeIdRoutingTest, TestMaxScoreQueryParser, SpatialRPTFieldTypeTest, CollectionsAPIDistributedZkTest, TestComponentsName, TestApiFramework, TestInfoStreamLogging, ConnectionManagerTest, TestInitQParser, MetricUtilsTest, TestNRTOpen, SolrPluginUtilsTest, OpenCloseCoreStressTest, TestOnReconnectListenerSupport, TestPolicyCloud, TestConfigSetsAPIExclusivity, AutoCommitTest, TestSolrCLIRunExample, DeleteReplicaTest, TestGraphTermsQParserPlugin, SpellCheckCollatorTest, TestFieldCacheWithThreads, LeaderFailoverAfterPartitionTest, JSONWriterTest, AtomicUpdatesTest, TestSimpleQParserPlugin, AliasIntegrationTest, TestUniqueKeyFieldResource, ChaosMonkeySafeLeaderTest, TestChildDocTransformer, TestUseDocValuesAsStored, DistributedDebugComponentTest, ZkFailoverTest, TestSchemaManager, ZkSolrClientTest, CollectionStateFormat2Test, NodeMutatorTest, TestManagedSchemaThreadSafety, ConcurrentDeleteAndCreateCollectionTest, HdfsSyncSliceTest, TestSolrDeletionPolicy1, PreAnalyzedFieldManagedSchemaCloudTest, MoveReplicaHDFSTest, TestReload, MoreLikeThisHandlerTest, MoveReplicaTest, DistributedSuggestComponentTest, TestFastWriter, TestCollectionsAPIViaSolrCloudCluster, TestStressUserVersions, TestIndexSearcher, SolrCoreCheckLockOnStartupTest, TestLegacyField, DeleteStatusTest, UpdateRequestProcessorFactoryTest, LukeRequestHandlerTest, DistributedQueueTest, DocumentBuilderTest, TestQueryTypes, BlobRepositoryCloudTest, SimpleCollectionCreateDeleteTest, SaslZkACLProviderTest, TestRebalanceLeaders, ConjunctionSolrSpellCheckerTest, SolrJmxReporterTest, SearchHandlerTest, TestObjectReleaseTracker, TestSolrConfigHandlerCloud, TestRawTransformer, RollingRestartTest, ZkStateWriterTest, EchoParamsTest, TestUninvertingReader, DateRangeFieldTest, V2StandaloneTest, ShufflingReplicaListTransformerTest, SpellCheckComponentTest, TestExclusionRuleCollectionAccess, ConvertedLegacyTest, CloudExitableDirectoryReaderTest, TestSearchPerf, HttpSolrCallGetCoreTest, ClassificationUpdateProcessorIntegrationTest, FileBasedSpellCheckerTest, DistributedIntervalFacetingTest, TestStressInPlaceUpdates, TestExportWriter, TestShortCircuitedRequests, CdcrReplicationDistributedZkTest, TestDistribDocBasedVersion, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestSimpleTrackingShardHandler, SolrMetricManagerTest, TestFileDictionaryLookup, TestWordDelimiterFilterFactory, DistributedQueryElevationComponentTest, TestOverriddenPrefixQueryForCustomFieldType, TestGraphMLResponseWriter, FullHLLTest, HttpPartitionTest, TestDefaultStatsCache, DistributedFacetExistsSmallTest, LeaderInitiatedRecoveryOnCommitTest, CdcrRequestHandlerTest, PreAnalyzedFieldTest, ConnectionReuseTest, CollectionsAPIAsyncDistributedZkTest, CopyFieldTest, TestSolr4Spatial, TestPayloadScoreQParserPlugin, TestEmbeddedSolrServerSchemaAPI, TestManagedSchema, ExternalFileFieldSortTest, StatsComponentTest, TestSolrCloudSnapshots, SpellingQueryConverterTest, TestAnalyzedSuggestions, TestCopyFieldCollectionResource, TestAnalyzeInfixSuggestions, ExitableDirectoryReaderTest, TestRandomFlRTGCloud, DataDrivenBlockJoinTest, RemoteQueryErrorTest, DocValuesMultiTest, HdfsDirectoryTest, BasicFunctionalityTest, DeleteLastCustomShardedReplicaTest, TestTlogReplica, TestTolerantUpdateProcessorRandomCloud, TestSolr4Spatial2, FileUtilsTest, JsonLoaderTest, TestJsonFacetRefinement, EnumFieldTest, TestSystemCollAutoCreate, TestExceedMaxTermLength, TestClusterStateMutator, TestLRUCache, SuggesterTSTTest, TestTrie, TestPartialUpdateDeduplication, CachingDirectoryFactoryTest, BlockDirectoryTest, LeaderElectionIntegrationTest, TestRandomFaceting, TestFieldTypeResource, TestSchemaVersionResource, FieldMutatingUpdateProcessorTest, HdfsBasicDistributedZkTest, FullSolrCloudDistribCmdsTest, TestTrackingShardHandlerFactory, TestReloadDeadlock, TestBM25SimilarityFactory, AnalysisErrorHandlingTest, TestBadConfig, TolerantUpdateProcessorTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestStressLucene, TestFastLRUCache, TestJoin, TestConfig, HdfsChaosMonkeySafeLeaderTest, TestEmbeddedSolrServerAdminHandler, TestPerFieldSimilarity, TestCryptoKeys, RequestLoggingTest, TestSuggestSpellingConverter, QueryEqualityTest, DistributedQueryComponentCustomSortTest, SolrIndexConfigTest, TestLuceneMatchVersion, TestNumericTerms32, SegmentsInfoRequestHandlerTest, OpenExchangeRatesOrgProviderTest, HdfsNNFailoverTest, TestSSLRandomization, BasicDistributedZk2Test, UnloadDistributedZkTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, SolrCoreTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestFiltering, TestFunctionQuery, HighlighterTest, SoftAutoCommitTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, TestCSVLoader, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestUpdate, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, BadComponentTest, TestMergePolicyConfig, SampleTest, TestBinaryField, TestElisionMultitermQuery, TestSolrCoreProperties, TestPostingsSolrHighlighter, TestLMJelinekMercerSimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, TestSystemIdResolver, DOMUtilTest, TestSolrJ, TestDocumentBuilder, DistributedMLTComponentTest, TestCrossCoreJoin, TestDistributedMissingSort, TestTolerantSearch, ActionThrottleTest, AssignBackwardCompatibilityTest, AsyncCallRequestStatusResponseTest, CdcrReplicationHandlerTest, CdcrVersionReplicationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConfigSetsAPITest, CreateCollectionCleanupTest, CustomCollectionTest]
   [junit4] Completed [507/731 (2!)] on J1 in 70.34s, 4 tests, 1 error <<< FAILURES!

[...truncated 46927 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:810: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:690: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 93 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 146 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/146/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 59746 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:810: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:690: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 89 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any