You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/11/07 16:38:53 UTC

[JENKINS] Lucene-Solr-8.x-Linux (32bit/jdk1.8.0_201) - Build # 1456 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/1456/
Java: 32bit/jdk1.8.0_201 -server -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 62908 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj2008924105
 [ecj-lint] Compiling 1298 source files to /tmp/ecj2008924105
 [ecj-lint] Processing annotations
 [ecj-lint] Annotations processed
 [ecj-lint] Processing annotations
 [ecj-lint] No elements to process
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java (at line 255)
 [ecj-lint] 	return (NamedList<Object>) new JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java (at line 232)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java (at line 628)
 [ecj-lint] 	PeerSyncWithLeader peerSyncWithLeader = new PeerSyncWithLeader(core,
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'peerSyncWithLeader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/SyncStrategy.java (at line 186)
 [ecj-lint] 	PeerSync peerSync = new PeerSync(core, syncWith, core.getUpdateHandler().getUpdateLog().getNumRecordsToKeep(), true, peerSyncOnlyWithActive, false);
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 792)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 798)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 405)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(scenario.cluster, null);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 738)
 [ecj-lint] 	throw new IOException("currently only one listener can be set per trigger. Trigger name: " + trigger);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listener' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 928)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(scenario.cluster, null);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 967)
 [ecj-lint] 	SimScenario scenario = new SimScenario();
 [ecj-lint] 	            ^^^^^^^^
 [ecj-lint] Resource leak: 'scenario' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/core/CoreContainer.java (at line 742)
 [ecj-lint] 	SolrFieldCacheBean fieldCacheBean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldCacheBean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. ERROR in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 56)
 [ecj-lint] 	import com.google.common.annotations.VisibleForTesting;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.google.common.annotations.VisibleForTesting is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/CdcrRequestHandler.java (at line 741)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/CdcrRequestHandler.java (at line 760)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java (at line 557)
 [ecj-lint] 	new PluginBag.RuntimeLib(req.getCore()).init(new PluginInfo(info.tag, op.getDataMap()));
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/admin/SegmentsInfoRequestHandler.java (at line 243)
 [ecj-lint] 	leafReader = ((FilterLeafReader)leafReader).getDelegate();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'leafReader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java (at line 149)
 [ecj-lint] 	return new JavaBinCodec(null, stringCache).setReadStringAsCharSeq(true);
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandlerFactory.java (at line 403)
 [ecj-lint] 	ZkController zkController = core == null ? null : core.getCoreContainer().getZkController();
 [ecj-lint] 	             ^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'zkController' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java (at line 1118)
 [ecj-lint] 	PeerSyncWithLeader peerSync = new PeerSyncWithLeader(rb.req.getCore(), syncWithLeader, nVersions);
 [ecj-lint] 	                   ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java (at line 1140)
 [ecj-lint] 	PeerSync peerSync = new PeerSync(rb.req.getCore(), replicas, nVersions, cantReachIsSuccess);
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java (at line 137)
 [ecj-lint] 	new JavaBinCodec() {
 [ecj-lint]       SolrParams params;
 [ecj-lint]       AddUpdateCommand addCmd = null;
 [ecj-lint] 
 [ecj-lint]       @Override
 [ecj-lint]       public List<Object> readIterator(DataInputInputStream fis) throws IOException {
 [ecj-lint]         while (true) {
 [ecj-lint]           Object o = readVal(fis);
 [ecj-lint]           if (o == END_OBJ) break;
 [ecj-lint]           if (o instanceof NamedList) {
 [ecj-lint]             params = ((NamedList) o).toSolrParams();
 [ecj-lint]           } else {
 [ecj-lint]             try {
 [ecj-lint]               if (o instanceof byte[]) {
 [ecj-lint]                 if (params != null) req.setParams(params);
 [ecj-lint]                 byte[] buf = (byte[]) o;
 [ecj-lint]                 contentStreamLoader.load(req, rsp, new ContentStreamBase.ByteArrayStream(buf, null), processor);
 [ecj-lint]               } else {
 [ecj-lint]                 throw new RuntimeException("unsupported type ");
 [ecj-lint]               }
 [ecj-lint]             } catch (Exception e) {
 [ecj-lint]               throw new RuntimeException(e);
 [ecj-lint]             } finally {
 [ecj-lint]               params = null;
 [ecj-lint]               req.setParams(old);
 [ecj-lint]             }
 [ecj-lint]           }
 [ecj-lint]         }
 [ecj-lint]         return Collections.emptyList();
 [ecj-lint]       }
 [ecj-lint] 
 [ecj-lint]     }.unmarshal(in);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. INFO in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/logging/log4j2/Log4j2Watcher.java (at line 187)
 [ecj-lint] 	if (logger == root || root.equals(logger) || isRootLogger(name) || "".equals(name)) {
 [ecj-lint] 	                                  ^^^^^^
 [ecj-lint] Unlikely argument type for equals(): Map.Entry<String,LoggerConfig> seems to be unrelated to Logger
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/update/SolrIndexSplitter.java (at line 258)
 [ecj-lint] 	HardlinkCopyDirectoryWrapper hardLinkedDir = new HardlinkCopyDirectoryWrapper(splitDir);
 [ecj-lint] 	                             ^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'hardLinkedDir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 52)
 [ecj-lint] 	try (FileChannel in = new FileInputStream(src).getChannel();
 [ecj-lint] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 53)
 [ecj-lint] 	FileChannel out = new FileOutputStream(destination).getChannel()) {
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/util/SolrCLI.java (at line 1139)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(simCloudManager, config);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/util/TestInjection.java (at line 265)
 [ecj-lint] 	timers.remove(this);
 [ecj-lint] 	              ^^^^
 [ecj-lint] Unlikely argument type new TimerTask(){} for remove(Object) on a Collection<Timer>
 [ecj-lint] ----------
 [ecj-lint] 27 problems (1 error, 25 warnings, 1 info)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:2111: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:2150: Compile failed; see the compiler error output for details.

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

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk1.8.0_201) - Build # 1458 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testTimeCat

Error Message:
took over 10 seconds after collection creation to update aliases

Stack Trace:
java.lang.AssertionError: took over 10 seconds after collection creation to update aliases
	at __randomizedtesting.SeedInfo.seed([A2E67CC0A8F8B7E3:9B1E3D73E8D9FB88]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.waitColAndAlias(RoutedAliasUpdateProcessorTest.java:77)
	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testTimeCat(DimensionalRoutedAliasUpdateProcessorTest.java:219)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14370 lines...]
   [junit4] Suite: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
   [junit4]   2> 771661 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[A2E67CC0A8F8B7E3]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/data-dir-95-001
   [junit4]   2> 771661 WARN  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[A2E67CC0A8F8B7E3]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 771661 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[A2E67CC0A8F8B7E3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 771663 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[A2E67CC0A8F8B7E3]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 771663 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[A2E67CC0A8F8B7E3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 771665 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCatTime
   [junit4]   2> 771666 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001
   [junit4]   2> 771666 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 771666 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 771666 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 771766 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.ZkTestServer start zk server on port:41275
   [junit4]   2> 771766 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:41275
   [junit4]   2> 771766 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41275
   [junit4]   2> 771766 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41275
   [junit4]   2> 771768 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 771770 INFO  (zkConnectionManagerCallback-4221-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 771770 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 771771 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 771772 INFO  (zkConnectionManagerCallback-4223-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 771772 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 771773 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 771774 INFO  (zkConnectionManagerCallback-4225-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 771774 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 771900 WARN  (jetty-launcher-4226-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 771900 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 771900 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 771900 INFO  (jetty-launcher-4226-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 771908 WARN  (jetty-launcher-4226-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 771908 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 771908 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 771908 INFO  (jetty-launcher-4226-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 771909 WARN  (jetty-launcher-4226-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 771909 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 771909 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 771909 INFO  (jetty-launcher-4226-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 771910 WARN  (jetty-launcher-4226-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 771910 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 771910 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 771910 INFO  (jetty-launcher-4226-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 771964 INFO  (jetty-launcher-4226-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 771964 INFO  (jetty-launcher-4226-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 771964 INFO  (jetty-launcher-4226-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 771965 INFO  (jetty-launcher-4226-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36e4af33{/solr,null,AVAILABLE}
   [junit4]   2> 771965 INFO  (jetty-launcher-4226-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@17ce09bb{SSL,[ssl, http/1.1]}{127.0.0.1:33785}
   [junit4]   2> 771965 INFO  (jetty-launcher-4226-thread-1) [     ] o.e.j.s.Server Started @771993ms
   [junit4]   2> 771965 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33785}
   [junit4]   2> 771965 ERROR (jetty-launcher-4226-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 771965 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 771966 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 771966 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 771966 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 771966 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-08T02:47:11.028Z
   [junit4]   2> 772000 INFO  (jetty-launcher-4226-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 772000 INFO  (jetty-launcher-4226-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 772000 INFO  (jetty-launcher-4226-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 772000 INFO  (jetty-launcher-4226-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b6fdfdc{/solr,null,AVAILABLE}
   [junit4]   2> 772001 INFO  (jetty-launcher-4226-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 772001 INFO  (jetty-launcher-4226-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 772001 INFO  (jetty-launcher-4226-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 772001 INFO  (jetty-launcher-4226-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15a6fa99{/solr,null,AVAILABLE}
   [junit4]   2> 772008 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772027 INFO  (jetty-launcher-4226-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 772027 INFO  (jetty-launcher-4226-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 772027 INFO  (jetty-launcher-4226-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 772028 INFO  (jetty-launcher-4226-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d44cca4{/solr,null,AVAILABLE}
   [junit4]   2> 772029 INFO  (jetty-launcher-4226-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@401ee3c{SSL,[ssl, http/1.1]}{127.0.0.1:46267}
   [junit4]   2> 772029 INFO  (jetty-launcher-4226-thread-2) [     ] o.e.j.s.Server Started @772057ms
   [junit4]   2> 772029 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46267}
   [junit4]   2> 772029 ERROR (jetty-launcher-4226-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 772029 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 772029 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 772029 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 772029 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 772029 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-08T02:47:11.091Z
   [junit4]   2> 772034 INFO  (zkConnectionManagerCallback-4228-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@66499cdc{SSL,[ssl, http/1.1]}{127.0.0.1:39289}
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@ae3a98d{SSL,[ssl, http/1.1]}{127.0.0.1:36157}
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-3) [     ] o.e.j.s.Server Started @772063ms
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-4) [     ] o.e.j.s.Server Started @772063ms
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36157}
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39289}
   [junit4]   2> 772035 ERROR (jetty-launcher-4226-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 772035 ERROR (jetty-launcher-4226-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.0
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-08T02:47:11.097Z
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 772035 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-08T02:47:11.097Z
   [junit4]   2> 772036 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772036 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 772036 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772036 INFO  (zkConnectionManagerCallback-4230-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772037 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772037 INFO  (zkConnectionManagerCallback-4234-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772037 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772037 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 772037 INFO  (zkConnectionManagerCallback-4233-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772037 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772037 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 772041 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 772187 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 772187 WARN  (jetty-launcher-4226-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 772187 WARN  (jetty-launcher-4226-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54a55d1e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772187 WARN  (jetty-launcher-4226-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54a55d1e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772189 WARN  (jetty-launcher-4226-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 772190 WARN  (jetty-launcher-4226-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3181b8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772190 WARN  (jetty-launcher-4226-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3181b8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772191 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41275/solr
   [junit4]   2> 772191 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772192 INFO  (zkConnectionManagerCallback-4242-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772192 INFO  (jetty-launcher-4226-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772241 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 772242 WARN  (jetty-launcher-4226-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 772249 WARN  (jetty-launcher-4226-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@fd301ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772249 WARN  (jetty-launcher-4226-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@fd301ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772251 WARN  (jetty-launcher-4226-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 772252 WARN  (jetty-launcher-4226-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36f4da59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772252 WARN  (jetty-launcher-4226-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36f4da59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772252 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41275/solr
   [junit4]   2> 772253 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772253 INFO  (zkConnectionManagerCallback-4249-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772253 INFO  (jetty-launcher-4226-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772342 INFO  (jetty-launcher-4226-thread-1) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772343 INFO  (zkConnectionManagerCallback-4251-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772343 INFO  (jetty-launcher-4226-thread-1) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772370 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 772370 WARN  (jetty-launcher-4226-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 772371 WARN  (jetty-launcher-4226-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1581757e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772371 WARN  (jetty-launcher-4226-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1581757e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772371 INFO  (jetty-launcher-4226-thread-1) [n:127.0.0.1:33785_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33785_solr
   [junit4]   2> 772371 INFO  (jetty-launcher-4226-thread-1) [n:127.0.0.1:33785_solr     ] o.a.s.c.Overseer Overseer (id=72445473601159177-127.0.0.1:33785_solr-n_0000000000) starting
   [junit4]   2> 772373 WARN  (jetty-launcher-4226-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 772373 WARN  (jetty-launcher-4226-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12311eb0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772373 WARN  (jetty-launcher-4226-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12311eb0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772374 INFO  (OverseerStateUpdate-72445473601159177-127.0.0.1:33785_solr-n_0000000000) [n:127.0.0.1:33785_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33785_solr
   [junit4]   2> 772374 INFO  (jetty-launcher-4226-thread-1) [n:127.0.0.1:33785_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33785_solr
   [junit4]   2> 772374 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41275/solr
   [junit4]   2> 772374 INFO  (OverseerStateUpdate-72445473601159177-127.0.0.1:33785_solr-n_0000000000) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 772375 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772376 INFO  (zkConnectionManagerCallback-4260-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772376 INFO  (jetty-launcher-4226-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772388 INFO  (jetty-launcher-4226-thread-1) [n:127.0.0.1:33785_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 772410 INFO  (jetty-launcher-4226-thread-1) [n:127.0.0.1:33785_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33785.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772415 INFO  (jetty-launcher-4226-thread-1) [n:127.0.0.1:33785_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33785.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772415 INFO  (jetty-launcher-4226-thread-1) [n:127.0.0.1:33785_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33785.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772417 INFO  (jetty-launcher-4226-thread-1) [n:127.0.0.1:33785_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node1/.
   [junit4]   2> 772500 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 772501 WARN  (jetty-launcher-4226-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 772501 WARN  (jetty-launcher-4226-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7189661a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772501 WARN  (jetty-launcher-4226-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7189661a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772503 WARN  (jetty-launcher-4226-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 772504 WARN  (jetty-launcher-4226-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4388bba7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772504 WARN  (jetty-launcher-4226-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4388bba7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 772504 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41275/solr
   [junit4]   2> 772505 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772506 INFO  (zkConnectionManagerCallback-4268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772506 INFO  (jetty-launcher-4226-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772543 INFO  (jetty-launcher-4226-thread-4) [n:127.0.0.1:36157_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772544 INFO  (zkConnectionManagerCallback-4270-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772544 INFO  (jetty-launcher-4226-thread-4) [n:127.0.0.1:36157_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772546 INFO  (jetty-launcher-4226-thread-4) [n:127.0.0.1:36157_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 772547 INFO  (jetty-launcher-4226-thread-4) [n:127.0.0.1:36157_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36157_solr as DOWN
   [junit4]   2> 772548 INFO  (jetty-launcher-4226-thread-4) [n:127.0.0.1:36157_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 772548 INFO  (jetty-launcher-4226-thread-4) [n:127.0.0.1:36157_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36157_solr
   [junit4]   2> 772548 INFO  (zkCallback-4250-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 772548 INFO  (zkCallback-4269-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 772558 INFO  (jetty-launcher-4226-thread-4) [n:127.0.0.1:36157_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 772567 INFO  (jetty-launcher-4226-thread-4) [n:127.0.0.1:36157_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36157.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772571 INFO  (jetty-launcher-4226-thread-4) [n:127.0.0.1:36157_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36157.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772571 INFO  (jetty-launcher-4226-thread-4) [n:127.0.0.1:36157_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36157.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772573 INFO  (jetty-launcher-4226-thread-4) [n:127.0.0.1:36157_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/.
   [junit4]   2> 772643 INFO  (jetty-launcher-4226-thread-3) [n:127.0.0.1:39289_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772650 INFO  (zkConnectionManagerCallback-4276-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772650 INFO  (jetty-launcher-4226-thread-3) [n:127.0.0.1:39289_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772652 INFO  (jetty-launcher-4226-thread-3) [n:127.0.0.1:39289_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 772653 INFO  (jetty-launcher-4226-thread-3) [n:127.0.0.1:39289_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39289_solr as DOWN
   [junit4]   2> 772654 INFO  (jetty-launcher-4226-thread-3) [n:127.0.0.1:39289_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 772654 INFO  (jetty-launcher-4226-thread-3) [n:127.0.0.1:39289_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39289_solr
   [junit4]   2> 772654 INFO  (zkCallback-4250-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 772654 INFO  (zkCallback-4269-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 772654 INFO  (zkCallback-4275-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 772664 INFO  (jetty-launcher-4226-thread-3) [n:127.0.0.1:39289_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 772673 INFO  (jetty-launcher-4226-thread-3) [n:127.0.0.1:39289_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39289.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772678 INFO  (jetty-launcher-4226-thread-3) [n:127.0.0.1:39289_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39289.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772678 INFO  (jetty-launcher-4226-thread-3) [n:127.0.0.1:39289_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39289.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772679 INFO  (jetty-launcher-4226-thread-3) [n:127.0.0.1:39289_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node2/.
   [junit4]   2> 772743 INFO  (jetty-launcher-4226-thread-2) [n:127.0.0.1:46267_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772744 INFO  (zkConnectionManagerCallback-4282-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772744 INFO  (jetty-launcher-4226-thread-2) [n:127.0.0.1:46267_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772746 INFO  (jetty-launcher-4226-thread-2) [n:127.0.0.1:46267_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 772747 INFO  (jetty-launcher-4226-thread-2) [n:127.0.0.1:46267_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46267_solr as DOWN
   [junit4]   2> 772748 INFO  (jetty-launcher-4226-thread-2) [n:127.0.0.1:46267_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 772748 INFO  (jetty-launcher-4226-thread-2) [n:127.0.0.1:46267_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46267_solr
   [junit4]   2> 772748 INFO  (zkCallback-4250-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 772748 INFO  (zkCallback-4269-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 772748 INFO  (zkCallback-4275-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 772748 INFO  (zkCallback-4281-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 772758 INFO  (jetty-launcher-4226-thread-2) [n:127.0.0.1:46267_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 772767 INFO  (jetty-launcher-4226-thread-2) [n:127.0.0.1:46267_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46267.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772772 INFO  (jetty-launcher-4226-thread-2) [n:127.0.0.1:46267_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46267.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772772 INFO  (jetty-launcher-4226-thread-2) [n:127.0.0.1:46267_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46267.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 772773 INFO  (jetty-launcher-4226-thread-2) [n:127.0.0.1:46267_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node3/.
   [junit4]   2> 772797 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 772798 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772799 INFO  (zkConnectionManagerCallback-4291-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772799 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772800 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 772800 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41275/solr ready
   [junit4]   2> 772801 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@375a435e
   [junit4]   2> 772801 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest ClusterStateProvider 127.0.0.1:41275/solr
   [junit4]   2> 772801 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 772802 INFO  (zkConnectionManagerCallback-4296-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 772802 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 772803 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 772804 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41275/solr ready
   [junit4]   2> 772812 INFO  (qtp1479866102-15579) [n:127.0.0.1:33785_solr     ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params baseConfigSet=_default&name=testCatTime&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 772814 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.OverseerConfigSetMessageHandler OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testCatTime",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 772814 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testCatTime/protwords.txt
   [junit4]   2> 772814 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testCatTime/managed-schema
   [junit4]   2> 772815 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testCatTime/solrconfig.xml
   [junit4]   2> 772816 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testCatTime/synonyms.txt
   [junit4]   2> 772817 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testCatTime/stopwords.txt
   [junit4]   2> 772817 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testCatTime/lang/contractions_it.txt
   [junit4]   2> 772818 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testCatTime/lang/stemdict_nl.txt
   [junit4]   2> 772818 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testCatTime/lang/stopwords_hy.txt
   [junit4]   2> 772819 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testCatTime/lang/stopwords_no.txt
   [junit4]   2> 772819 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testCatTime/lang/contractions_ca.txt
   [junit4]   2> 772820 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testCatTime/lang/stopwords_id.txt
   [junit4]   2> 772820 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testCatTime/lang/stopwords_et.txt
   [junit4]   2> 772821 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testCatTime/lang/stopwords_ga.txt
   [junit4]   2> 772821 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testCatTime/lang/stopwords_hi.txt
   [junit4]   2> 772822 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testCatTime/lang/stopwords_da.txt
   [junit4]   2> 772822 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testCatTime/lang/stopwords_ja.txt
   [junit4]   2> 772823 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testCatTime/lang/stopwords_pt.txt
   [junit4]   2> 772823 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testCatTime/lang/stopwords_hu.txt
   [junit4]   2> 772824 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testCatTime/lang/stopwords_el.txt
   [junit4]   2> 772824 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testCatTime/lang/stopwords_ru.txt
   [junit4]   2> 772825 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testCatTime/lang/stopwords_tr.txt
   [junit4]   2> 772825 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testCatTime/lang/stopwords_ar.txt
   [junit4]   2> 772825 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testCatTime/lang/userdict_ja.txt
   [junit4]   2> 772826 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testCatTime/lang/stopwords_eu.txt
   [junit4]   2> 772826 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testCatTime/lang/stopwords_it.txt
   [junit4]   2> 772827 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testCatTime/lang/stopwords_cz.txt
   [junit4]   2> 772827 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testCatTime/lang/stoptags_ja.txt
   [junit4]   2> 772828 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testCatTime/lang/contractions_fr.txt
   [junit4]   2> 772829 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testCatTime/lang/stopwords_de.txt
   [junit4]   2> 772829 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testCatTime/lang/stopwords_fa.txt
   [junit4]   2> 772830 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testCatTime/lang/contractions_ga.txt
   [junit4]   2> 772830 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testCatTime/lang/stopwords_ca.txt
   [junit4]   2> 772831 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testCatTime/lang/stopwords_nl.txt
   [junit4]   2> 772831 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testCatTime/lang/stopwords_bg.txt
   [junit4]   2> 772832 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testCatTime/lang/stopwords_lv.txt
   [junit4]   2> 772832 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testCatTime/lang/stopwords_en.txt
   [junit4]   2> 772833 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testCatTime/lang/stopwords_es.txt
   [junit4]   2> 772833 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testCatTime/lang/stopwords_th.txt
   [junit4]   2> 772834 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testCatTime/lang/stopwords_ro.txt
   [junit4]   2> 772834 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testCatTime/lang/stopwords_fr.txt
   [junit4]   2> 772835 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testCatTime/lang/stopwords_sv.txt
   [junit4]   2> 772836 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testCatTime/lang/stopwords_fi.txt
   [junit4]   2> 772836 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testCatTime/lang/hyphenations_ga.txt
   [junit4]   2> 772837 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testCatTime/lang/stopwords_gl.txt
   [junit4]   2> 772837 INFO  (OverseerThreadFactory-4142-thread-1-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testCatTime/params.json
   [junit4]   2> 772838 INFO  (qtp1479866102-15579) [n:127.0.0.1:33785_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={baseConfigSet=_default&name=testCatTime&action=CREATE&wt=javabin&version=2} status=0 QTime=26
   [junit4]   2> 772839 INFO  (qtp1479866102-15580) [n:127.0.0.1:33785_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=testCatTime&name=testCatTime&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 772840 INFO  (OverseerThreadFactory-4142-thread-2-processing-n:127.0.0.1:33785_solr) [n:127.0.0.1:33785_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testCatTime
   [junit4]   2> 772840 INFO  (OverseerCollectionConfigSetProcessor-72445473601159177-127.0.0.1:33785_solr-n_0000000000) [n:127.0.0.1:33785_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 772945 INFO  (OverseerStateUpdate-72445473601159177-127.0.0.1:33785_solr-n_0000000000) [n:127.0.0.1:33785_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCatTime",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testCatTime_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36157/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 773156 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr    x:testCatTime_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testCatTime&newCollection=true&name=testCatTime_shard1_replica_n1&action=CREATE&numShards=1&collection=testCatTime&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 774166 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 774166 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 774167 WARN  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 774167 WARN  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 774167 WARN  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 774167 WARN  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 774167 WARN  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 774167 WARN  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 774167 WARN  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 774167 WARN  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 774167 WARN  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 774168 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 774192 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.s.IndexSchema [testCatTime_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 774294 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 774308 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testCatTime_shard1_replica_n1' using configuration from collection testCatTime, trusted=true
   [junit4]   2> 774308 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36157.solr.core.testCatTime.shard1.replica_n1' (registry 'solr.core.testCatTime.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 774308 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrCore [[testCatTime_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/./testCatTime_shard1_replica_n1/data/]
   [junit4]   2> 774310 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 774340 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 774340 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 774341 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 774341 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 774341 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5fc66091[testCatTime_shard1_replica_n1] main]
   [junit4]   2> 774342 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testCatTime
   [junit4]   2> 774342 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testCatTime
   [junit4]   2> 774342 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testCatTime/managed-schema
   [junit4]   2> 774343 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 774343 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 774343 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_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> 774343 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 774343 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1649600084998881280
   [junit4]   2> 774345 INFO  (searcherExecutor-4164-thread-1-processing-n:127.0.0.1:36157_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@5fc66091[testCatTime_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 774345 INFO  (searcherExecutor-4164-thread-1-processing-n:127.0.0.1:36157_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 774345 INFO  (searcherExecutor-4164-thread-1-processing-n:127.0.0.1:36157_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 774346 INFO  (searcherExecutor-4164-thread-1-processing-n:127.0.0.1:36157_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrCore [testCatTime_shard1_replica_n1] Registered new searcher Searcher@5fc66091[testCatTime_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 774347 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testCatTime/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 774347 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testCatTime/leaders/shard1
   [junit4]   2> 774349 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 774349 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 774349 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36157/solr/testCatTime_shard1_replica_n1/
   [junit4]   2> 774349 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 774349 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:36157/solr/testCatTime_shard1_replica_n1/ has no replicas
   [junit4]   2> 774349 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testCatTime/leaders/shard1/leader after winning as /collections/testCatTime/leader_elect/shard1/election/72445473601159180-core_node2-n_0000000000
   [junit4]   2> 774349 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36157/solr/testCatTime_shard1_replica_n1/ shard1
   [junit4]   2> 774452 INFO  (zkCallback-4269-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCatTime/state.json] for collection [testCatTime] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 774452 INFO  (zkCallback-4269-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCatTime/state.json] for collection [testCatTime] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 774453 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 774455 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testCatTime&newCollection=true&name=testCatTime_shard1_replica_n1&action=CREATE&numShards=1&collection=testCatTime&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1298
   [junit4]   2> 774456 INFO  (qtp1479866102-15580) [n:127.0.0.1:33785_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 774555 INFO  (zkCallback-4250-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCatTime/state.json] for collection [testCatTime] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 774555 INFO  (zkCallback-4269-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCatTime/state.json] for collection [testCatTime] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 774555 INFO  (zkCallback-4269-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCatTime/state.json] for collection [testCatTime] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 774555 INFO  (zkCallback-4269-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCatTime/state.json] for collection [testCatTime] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 774555 INFO  (qtp1479866102-15580) [n:127.0.0.1:33785_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=testCatTime&name=testCatTime&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1716
   [junit4]   2> 774555 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testCatTime): waiting for collections to be created
   [junit4]   2> 774842 INFO  (OverseerCollectionConfigSetProcessor-72445473601159177-127.0.0.1:33785_solr-n_0000000000) [n:127.0.0.1:33785_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 775061 INFO  (qtp1159288165-15602) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection testCatTime
   [junit4]   2> 775061 INFO  (Thread-2498) [     ] o.a.s.c.SolrCore config update listener called for core testCatTime_shard1_replica_n1
   [junit4]   2> 775062 INFO  (Thread-2498) [     ] o.a.s.c.SolrCore core reload testCatTime_shard1_replica_n1
   [junit4]   2> 775062 INFO  (solrHandlerExecutor-4169-thread-1-processing-n:127.0.0.1:36157_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 775067 INFO  (Thread-2498) [     ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 775067 INFO  (Thread-2498) [     ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 775067 WARN  (Thread-2498) [     ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 775067 WARN  (Thread-2498) [     ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 775068 WARN  (Thread-2498) [     ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 775068 WARN  (Thread-2498) [     ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 775068 WARN  (Thread-2498) [     ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 775068 WARN  (Thread-2498) [     ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 775068 WARN  (Thread-2498) [     ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 775068 WARN  (Thread-2498) [     ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 775068 WARN  (Thread-2498) [     ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 775068 INFO  (Thread-2498) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 775092 INFO  (Thread-2498) [     ] o.a.s.s.IndexSchema [testCatTime_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 775165 INFO  (qtp1159288165-15600) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 775167 INFO  (qtp1159288165-15600) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.S.Request [testCatTime_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 775168 INFO  (SolrConfigHandler-refreshconf) [     ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 775168 INFO  (solrHandlerExecutor-4169-thread-1-processing-n:127.0.0.1:36157_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:36157/solr/testCatTime_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 775168 INFO  (solrHandlerExecutor-4169-thread-1-processing-n:127.0.0.1:36157_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 775205 INFO  (Thread-2498) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 775219 INFO  (Thread-2498) [     ] o.a.s.c.CoreContainer Reloading SolrCore 'testCatTime_shard1_replica_n1' using configuration from collection testCatTime
   [junit4]   2> 775238 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36157.solr.core.testCatTime.shard1.replica_n1' (registry 'solr.core.testCatTime.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698552f8
   [junit4]   2> 775238 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrCore [[testCatTime_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/testCatTime_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001/tempDir-001/node4/./testCatTime_shard1_replica_n1/data/]
   [junit4]   2> 775240 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 775269 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 775269 INFO  (qtp1159288165-15601) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.S.Request [testCatTime_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 775269 INFO  (SolrConfigHandler-refreshconf) [     ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 775269 INFO  (solrHandlerExecutor-4169-thread-1-processing-n:127.0.0.1:36157_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:36157/solr/testCatTime_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 775269 INFO  (solrHandlerExecutor-4169-thread-1-processing-n:127.0.0.1:36157_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 775286 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 775286 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 775289 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a200c40[testCatTime_shard1_replica_n1] main]
   [junit4]   2> 775291 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testCatTime
   [junit4]   2> 775291 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testCatTime
   [junit4]   2> 775291 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testCatTime/managed-schema
   [junit4]   2> 775291 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 775291 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 775291 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_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> 775292 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 775292 INFO  (Thread-2498) [n:127.0.0.1:36157_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1649600085993979904
   [junit4]   2> 775293 INFO  (search

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

TimeCat__TRA__2019-07-04__CRA__calico/state.json
   [junit4]   2> 	40	/solr/collections/testTimeCat__TRA__2019-07-02__CRA__tabby/state.json
   [junit4]   2> 	40	/solr/collections/testTimeCat__TRA__2019-07-01__CRA__calico/state.json
   [junit4]   2> 	40	/solr/collections/testTimeCat__TRA__2019-07-01__CRA__tabby/state.json
   [junit4]   2> 	40	/solr/collections/testTimeCat__TRA__2019-07-03__CRA__calico/state.json
   [junit4]   2> 	37	/solr/collections/testTimeCat__TRA__2019-07-01__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA_TEMP/state.json
   [junit4]   2> 	20	/solr/collections/testTimeCat__TRA__2019-07-03__CRA__shorthair/state.json
   [junit4]   2> 	13	/solr/collections/testTimeCat/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/collections/testTimeCat__TRA__2019-07-01__CRA__tabby/collectionprops.json
   [junit4]   2> 	5	/solr/collections/testTimeCat__TRA__2019-07-03__CRA__calico/collectionprops.json
   [junit4]   2> 	4	/solr/collections/testTimeCat__TRA__2019-07-02__CRA__tabby/collectionprops.json
   [junit4]   2> 	4	/solr/collections/testTimeCat__TRA__2019-07-02__CRA__calico/collectionprops.json
   [junit4]   2> 	3	/solr/collections/testTimeCat__TRA__2019-07-04__CRA__calico/collectionprops.json
   [junit4]   2> 	2	/solr/collections/testTimeCat__TRA__2019-07-01__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA_TEMP/collectionprops.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/collections/testTimeCat__TRA__2019-07-02__CRA__shorthair/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	226	/solr/overseer/queue
   [junit4]   2> 	77	/solr/collections
   [junit4]   2> 	49	/solr/overseer/collection-queue-work
   [junit4]   2> 	19	/solr/live_nodes
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 904956 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42715
   [junit4]   2> 904956 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42715
   [junit4]   2> 904956 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42715
   [junit4]   2> 904957 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[A2E67CC0A8F8B7E3]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTimeCat
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DimensionalRoutedAliasUpdateProcessorTest -Dtests.method=testTimeCat -Dtests.seed=A2E67CC0A8F8B7E3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nl-NL -Dtests.timezone=America/Bogota -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 58.0s J1 | DimensionalRoutedAliasUpdateProcessorTest.testTimeCat <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: took over 10 seconds after collection creation to update aliases
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A2E67CC0A8F8B7E3:9B1E3D73E8D9FB88]:0)
   [junit4]    > 	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.waitColAndAlias(RoutedAliasUpdateProcessorTest.java:77)
   [junit4]    > 	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testTimeCat(DimensionalRoutedAliasUpdateProcessorTest.java:219)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_A2E67CC0A8F8B7E3-001
   [junit4]   2> Nov 08, 2019 2:49:24 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=7839, maxDocsPerChunk=7, blockSize=439), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=7839, blockSize=439)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2fed908b), locale=nl-NL, timezone=America/Bogota
   [junit4]   2> NOTE: Linux 5.0.0-25-generic amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=8,threads=1,free=132282632,total=478674944
   [junit4]   2> NOTE: All tests run in this JVM: [TestCaffeineCache, PathHierarchyTokenizerFactoryTest, TestCloudPhrasesIdentificationComponent, TestHighlightDedupGrouping, MoveReplicaHDFSFailoverTest, TestSimNodeAddedTrigger, TestSolrFieldCacheBean, TestRandomCollapseQParserPlugin, CacheHeaderTest, TestGeoJSONResponseWriter, TestLegacyFieldReuse, DistributedFacetPivotLongTailTest, NumberUtilsTest, TestSearcherReuse, TestLMDirichletSimilarityFactory, DistributedQueryComponentOptimizationTest, MergeStrategyTest, TestQueryTypes, DocValuesTest, CollectionPropsTest, SharedFSAutoReplicaFailoverTest, BigEndianAscendingWordSerializerTest, TestValueSourceCache, ForceLeaderWithTlogReplicasTest, MetricsConfigTest, SortSpecParsingTest, TestSimExtremeIndexing, SubstringBytesRefFilterTest, TestManagedSynonymFilterFactory, TestHdfsCloudBackupRestore, TestCloudConsistency, LeaderFailoverAfterPartitionTest, DeleteLastCustomShardedReplicaTest, TestFastOutputStream, TlogReplayBufferedWhileIndexingTest, JsonLoaderTest, TestClusterProperties, TestSimDistribStateManager, SchemaVersionSpecificBehaviorTest, TestFieldCacheReopen, TestExclusionRuleCollectionAccess, SolrLogAuditLoggerPluginTest, TestDynamicURP, TestSerializedLuceneMatchVersion, OverseerCollectionConfigSetProcessorTest, TestCollationFieldDocValues, TestBackupRepositoryFactory, TestNumericTerms32, ScheduledTriggerIntegrationTest, TestIntervalFaceting, TestChildDocTransformer, TestCoreDiscovery, TestImpersonationWithHadoopAuth, CollectionReloadTest, BasicFunctionalityTest, ZkSolrClientTest, LeaderVoteWaitTimeoutTest, SolrCloudReportersTest, NodeMutatorTest, SolrJmxReporterCloudTest, FullHLLTest, TestLeaderElectionZkExpiry, TestStressRecovery, JavaBinAtomicUpdateMultivalueTest, CoreMergeIndexesAdminHandlerTest, SortByFunctionTest, TestReplicationHandlerDiskOverFlow, ConcurrentCreateRoutedAliasTest, TestDistributedStatsComponentCardinality, CoreAdminHandlerTest, NodeAddedTriggerTest, CustomTermsComponentTest, TestHdfsBackupRestoreCore, SOLR749Test, RequestLoggingTest, TolerantUpdateProcessorTest, TestPointFields, TestDistribIDF, TestFiltering, TestInPlaceUpdateWithRouteField, TestPivotHelperCode, JavabinLoaderTest, TestPhraseSuggestions, TestSolrJacksonAnnotation, TestSolrCloudWithKerberosAlt, TestDirectoryFactory, StatsReloadRaceTest, TestDynamicFieldResource, UUIDFieldTest, TestRealTimeGet, PrimitiveFieldTypeTest, TermVectorComponentDistributedTest, MaxSizeAutoCommitTest, CategoryRoutedAliasUpdateProcessorTest, HttpPartitionOnCommitTest, PeerSyncReplicationTest, TestEmbeddedSolrServerAdminHandler, MinimalSchemaTest, CurrencyRangeFacetCloudTest, NoCacheHeaderTest, LeaderElectionContextKeyTest, BJQFilterAccessibleTest, InfoHandlerTest, DimensionalRoutedAliasUpdateProcessorTest]
   [junit4] Completed [349/882 (1!)] on J1 in 133.76s, 2 tests, 1 failure <<< FAILURES!

[...truncated 54287 lines...]
-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...
     [exec] 
     [exec] /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/docs/solr-solrj/overview-summary.html
     [exec]   missing description: org.apache.solr.client.solrj.request.beans
     [exec]   missing description: org.apache.solr.common.annotation
     [exec] 
     [exec] /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/docs/solr-core/overview-summary.html
     [exec]   missing description: org.apache.solr.pkg
     [exec] 
     [exec] Missing javadocs were found!

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build.xml:624: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build.xml:640: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:2549: exec returned: 1

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

[JENKINS] Lucene-Solr-8.x-Linux (32bit/jdk1.8.0_201) - Build # 1457 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/1457/
Java: 32bit/jdk1.8.0_201 -client -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 62924 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj2015539742
 [ecj-lint] Compiling 1298 source files to /tmp/ecj2015539742
 [ecj-lint] Processing annotations
 [ecj-lint] Annotations processed
 [ecj-lint] Processing annotations
 [ecj-lint] No elements to process
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java (at line 255)
 [ecj-lint] 	return (NamedList<Object>) new JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java (at line 232)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java (at line 628)
 [ecj-lint] 	PeerSyncWithLeader peerSyncWithLeader = new PeerSyncWithLeader(core,
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'peerSyncWithLeader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/SyncStrategy.java (at line 186)
 [ecj-lint] 	PeerSync peerSync = new PeerSync(core, syncWith, core.getUpdateHandler().getUpdateLog().getNumRecordsToKeep(), true, peerSyncOnlyWithActive, false);
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 792)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 798)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 405)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(scenario.cluster, null);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 738)
 [ecj-lint] 	throw new IOException("currently only one listener can be set per trigger. Trigger name: " + trigger);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listener' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 928)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(scenario.cluster, null);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 967)
 [ecj-lint] 	SimScenario scenario = new SimScenario();
 [ecj-lint] 	            ^^^^^^^^
 [ecj-lint] Resource leak: 'scenario' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/core/CoreContainer.java (at line 742)
 [ecj-lint] 	SolrFieldCacheBean fieldCacheBean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldCacheBean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. ERROR in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 56)
 [ecj-lint] 	import com.google.common.annotations.VisibleForTesting;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.google.common.annotations.VisibleForTesting is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/CdcrRequestHandler.java (at line 741)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/CdcrRequestHandler.java (at line 760)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java (at line 557)
 [ecj-lint] 	new PluginBag.RuntimeLib(req.getCore()).init(new PluginInfo(info.tag, op.getDataMap()));
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/admin/SegmentsInfoRequestHandler.java (at line 243)
 [ecj-lint] 	leafReader = ((FilterLeafReader)leafReader).getDelegate();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'leafReader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java (at line 149)
 [ecj-lint] 	return new JavaBinCodec(null, stringCache).setReadStringAsCharSeq(true);
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandlerFactory.java (at line 403)
 [ecj-lint] 	ZkController zkController = core == null ? null : core.getCoreContainer().getZkController();
 [ecj-lint] 	             ^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'zkController' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java (at line 1118)
 [ecj-lint] 	PeerSyncWithLeader peerSync = new PeerSyncWithLeader(rb.req.getCore(), syncWithLeader, nVersions);
 [ecj-lint] 	                   ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java (at line 1140)
 [ecj-lint] 	PeerSync peerSync = new PeerSync(rb.req.getCore(), replicas, nVersions, cantReachIsSuccess);
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java (at line 137)
 [ecj-lint] 	new JavaBinCodec() {
 [ecj-lint]       SolrParams params;
 [ecj-lint]       AddUpdateCommand addCmd = null;
 [ecj-lint] 
 [ecj-lint]       @Override
 [ecj-lint]       public List<Object> readIterator(DataInputInputStream fis) throws IOException {
 [ecj-lint]         while (true) {
 [ecj-lint]           Object o = readVal(fis);
 [ecj-lint]           if (o == END_OBJ) break;
 [ecj-lint]           if (o instanceof NamedList) {
 [ecj-lint]             params = ((NamedList) o).toSolrParams();
 [ecj-lint]           } else {
 [ecj-lint]             try {
 [ecj-lint]               if (o instanceof byte[]) {
 [ecj-lint]                 if (params != null) req.setParams(params);
 [ecj-lint]                 byte[] buf = (byte[]) o;
 [ecj-lint]                 contentStreamLoader.load(req, rsp, new ContentStreamBase.ByteArrayStream(buf, null), processor);
 [ecj-lint]               } else {
 [ecj-lint]                 throw new RuntimeException("unsupported type ");
 [ecj-lint]               }
 [ecj-lint]             } catch (Exception e) {
 [ecj-lint]               throw new RuntimeException(e);
 [ecj-lint]             } finally {
 [ecj-lint]               params = null;
 [ecj-lint]               req.setParams(old);
 [ecj-lint]             }
 [ecj-lint]           }
 [ecj-lint]         }
 [ecj-lint]         return Collections.emptyList();
 [ecj-lint]       }
 [ecj-lint] 
 [ecj-lint]     }.unmarshal(in);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. INFO in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/logging/log4j2/Log4j2Watcher.java (at line 187)
 [ecj-lint] 	if (logger == root || root.equals(logger) || isRootLogger(name) || "".equals(name)) {
 [ecj-lint] 	                                  ^^^^^^
 [ecj-lint] Unlikely argument type for equals(): Map.Entry<String,LoggerConfig> seems to be unrelated to Logger
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/update/SolrIndexSplitter.java (at line 258)
 [ecj-lint] 	HardlinkCopyDirectoryWrapper hardLinkedDir = new HardlinkCopyDirectoryWrapper(splitDir);
 [ecj-lint] 	                             ^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'hardLinkedDir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 52)
 [ecj-lint] 	try (FileChannel in = new FileInputStream(src).getChannel();
 [ecj-lint] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 53)
 [ecj-lint] 	FileChannel out = new FileOutputStream(destination).getChannel()) {
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/util/SolrCLI.java (at line 1139)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(simCloudManager, config);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/java/org/apache/solr/util/TestInjection.java (at line 265)
 [ecj-lint] 	timers.remove(this);
 [ecj-lint] 	              ^^^^
 [ecj-lint] Unlikely argument type new TimerTask(){} for remove(Object) on a Collection<Timer>
 [ecj-lint] ----------
 [ecj-lint] 27 problems (1 error, 25 warnings, 1 info)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:2111: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:2150: Compile failed; see the compiler error output for details.

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