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

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk1.8.0) - Build # 270 - Failure!

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

All tests passed

Build Log:
[...truncated 12272 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:578: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build.xml:231: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/common-build.xml:558: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/common-build.xml:506: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/common-build.xml:401: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:558: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2056: Error starting modern compiler

Total time: 30 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/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=/Users/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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk1.8.0) - Build # 272 - Still unstable!

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

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

Error Message:
expected:<16> but was:<15>

Stack Trace:
java.lang.AssertionError: expected:<16> but was:<15>
	at __randomizedtesting.SeedInfo.seed([DB6DC28D5560B1D2:E295833E1541FDB9]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.assertCatTimeInvariants(DimensionalRoutedAliasUpdateProcessorTest.java:677)
	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testTimeCat(DimensionalRoutedAliasUpdateProcessorTest.java:282)
	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 16138 lines...]
   [junit4] Suite: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
   [junit4]   2> 4300421 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[DB6DC28D5560B1D2]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/data-dir-522-001
   [junit4]   2> 4300421 WARN  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[DB6DC28D5560B1D2]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 4300421 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[DB6DC28D5560B1D2]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4300427 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[DB6DC28D5560B1D2]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 4300427 INFO  (SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[DB6DC28D5560B1D2]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4300429 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCatTime
   [junit4]   2> 4300430 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001
   [junit4]   2> 4300430 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4300431 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4300431 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4300538 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.ZkTestServer start zk server on port:55733
   [junit4]   2> 4300539 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55733
   [junit4]   2> 4300539 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55733
   [junit4]   2> 4300542 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4300560 INFO  (zkConnectionManagerCallback-30241-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4300560 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4300566 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4300569 INFO  (zkConnectionManagerCallback-30243-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4300569 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4300570 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4300573 INFO  (zkConnectionManagerCallback-30245-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4300573 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4300687 WARN  (jetty-launcher-30246-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4300687 WARN  (jetty-launcher-30246-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4300687 WARN  (jetty-launcher-30246-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4300689 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4300689 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4300689 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4300689 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4300689 INFO  (jetty-launcher-30246-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> 4300689 INFO  (jetty-launcher-30246-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> 4300690 WARN  (jetty-launcher-30246-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4300690 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4300690 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4300690 INFO  (jetty-launcher-30246-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> 4300691 INFO  (jetty-launcher-30246-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4300691 INFO  (jetty-launcher-30246-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4300691 INFO  (jetty-launcher-30246-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4300692 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4300692 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4300692 INFO  (jetty-launcher-30246-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> 4300692 INFO  (jetty-launcher-30246-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b2df733{/solr,null,AVAILABLE}
   [junit4]   2> 4300694 INFO  (jetty-launcher-30246-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4300694 INFO  (jetty-launcher-30246-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4300694 INFO  (jetty-launcher-30246-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4300694 INFO  (jetty-launcher-30246-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3ea48521{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55738}
   [junit4]   2> 4300694 INFO  (jetty-launcher-30246-thread-1) [     ] o.e.j.s.Server Started @4300776ms
   [junit4]   2> 4300694 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55738}
   [junit4]   2> 4300695 ERROR (jetty-launcher-30246-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4300695 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4300696 INFO  (jetty-launcher-30246-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4300696 INFO  (jetty-launcher-30246-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4300696 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 4300696 INFO  (jetty-launcher-30246-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4300696 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4300696 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4300696 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-14T03:21:37.107Z
   [junit4]   2> 4300697 INFO  (jetty-launcher-30246-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4300697 INFO  (jetty-launcher-30246-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4300697 INFO  (jetty-launcher-30246-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4300698 INFO  (jetty-launcher-30246-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7cbdb617{/solr,null,AVAILABLE}
   [junit4]   2> 4300698 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4300698 INFO  (jetty-launcher-30246-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@414ec39b{/solr,null,AVAILABLE}
   [junit4]   2> 4300699 INFO  (jetty-launcher-30246-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48c5baf3{/solr,null,AVAILABLE}
   [junit4]   2> 4300699 INFO  (jetty-launcher-30246-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@e7a4fab{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55739}
   [junit4]   2> 4300699 INFO  (jetty-launcher-30246-thread-2) [     ] o.e.j.s.Server Started @4300780ms
   [junit4]   2> 4300699 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55739}
   [junit4]   2> 4300699 INFO  (jetty-launcher-30246-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@65a9ac44{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55740}
   [junit4]   2> 4300699 INFO  (jetty-launcher-30246-thread-3) [     ] o.e.j.s.Server Started @4300780ms
   [junit4]   2> 4300699 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55740}
   [junit4]   2> 4300699 ERROR (jetty-launcher-30246-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4300699 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4300699 ERROR (jetty-launcher-30246-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4300699 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4300699 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 4300700 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 4300700 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4300700 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4300700 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4300700 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4300700 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-14T03:21:37.111Z
   [junit4]   2> 4300700 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-14T03:21:37.111Z
   [junit4]   2> 4300702 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4300702 INFO  (jetty-launcher-30246-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4c6999b9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55741}
   [junit4]   2> 4300702 INFO  (jetty-launcher-30246-thread-4) [     ] o.e.j.s.Server Started @4300783ms
   [junit4]   2> 4300702 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55741}
   [junit4]   2> 4300702 ERROR (jetty-launcher-30246-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4300702 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4300702 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 4300702 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4300702 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4300702 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-14T03:21:37.113Z
   [junit4]   2> 4300703 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4300704 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4300708 INFO  (zkConnectionManagerCallback-30248-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4300708 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4300711 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4300711 INFO  (zkConnectionManagerCallback-30252-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4300711 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4300711 INFO  (zkConnectionManagerCallback-30250-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4300712 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4300712 INFO  (zkConnectionManagerCallback-30254-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4300712 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4300713 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4300713 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4300714 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4300979 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4300980 WARN  (jetty-launcher-30246-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75b7fab9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4300980 WARN  (jetty-launcher-30246-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75b7fab9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4300986 WARN  (jetty-launcher-30246-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3e2d5011[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4300986 WARN  (jetty-launcher-30246-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3e2d5011[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4300987 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55733/solr
   [junit4]   2> 4300994 INFO  (zkConnectionManagerCallback-30262-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4300994 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4300994 INFO  (jetty-launcher-30246-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4301140 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4301146 WARN  (jetty-launcher-30246-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a8d01de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4301146 WARN  (jetty-launcher-30246-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a8d01de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4301149 WARN  (jetty-launcher-30246-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d609d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4301149 WARN  (jetty-launcher-30246-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d609d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4301150 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55733/solr
   [junit4]   2> 4301151 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4301156 INFO  (zkConnectionManagerCallback-30269-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4301156 INFO  (jetty-launcher-30246-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4301265 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4301268 INFO  (zkConnectionManagerCallback-30272-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4301269 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4301373 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4301376 INFO  (zkConnectionManagerCallback-30274-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4301376 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4301593 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55739_solr
   [junit4]   2> 4301595 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.c.Overseer Overseer (id=72180178646532106-127.0.0.1:55739_solr-n_0000000000) starting
   [junit4]   2> 4301605 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4301608 INFO  (zkConnectionManagerCallback-30283-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4301608 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4301628 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55733/solr ready
   [junit4]   2> 4301631 INFO  (OverseerStateUpdate-72180178646532106-127.0.0.1:55739_solr-n_0000000000) [n:127.0.0.1:55739_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:55739_solr
   [junit4]   2> 4301634 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55739_solr
   [junit4]   2> 4301656 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4301658 WARN  (jetty-launcher-30246-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e3c8cd7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4301658 WARN  (jetty-launcher-30246-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e3c8cd7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4301662 WARN  (jetty-launcher-30246-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4bbe3653[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4301662 WARN  (jetty-launcher-30246-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4bbe3653[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4301663 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55733/solr
   [junit4]   2> 4301664 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4301666 INFO  (zkCallback-30282-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4301666 INFO  (OverseerStateUpdate-72180178646532106-127.0.0.1:55739_solr-n_0000000000) [n:127.0.0.1:55739_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4301668 INFO  (zkConnectionManagerCallback-30289-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4301668 INFO  (jetty-launcher-30246-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4301779 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 4301793 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4301794 INFO  (zkConnectionManagerCallback-30291-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4301794 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4301798 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4301807 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:55741_solr as DOWN
   [junit4]   2> 4301810 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4301810 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55741_solr
   [junit4]   2> 4301813 INFO  (zkCallback-30282-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4301813 INFO  (zkCallback-30273-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4301814 INFO  (zkCallback-30271-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4301817 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4301818 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4301819 INFO  (zkConnectionManagerCallback-30298-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4301819 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4301823 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4301827 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55733/solr ready
   [junit4]   2> 4301827 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 4301835 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:55738_solr as DOWN
   [junit4]   2> 4301847 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4301847 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55738_solr
   [junit4]   2> 4301851 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4301856 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4301857 INFO  (zkCallback-30290-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4301858 INFO  (zkCallback-30282-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4301858 INFO  (zkCallback-30297-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4301860 INFO  (zkCallback-30271-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4301860 INFO  (zkCallback-30273-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4301866 INFO  (zkConnectionManagerCallback-30305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4301867 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4301867 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4301880 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4301882 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55733/solr ready
   [junit4]   2> 4301883 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 4301951 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4302028 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55741.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302053 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55739.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302100 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55741.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302101 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55741.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302107 INFO  (jetty-launcher-30246-thread-4) [n:127.0.0.1:55741_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node4/.
   [junit4]   2> 4302109 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55738.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302110 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55739.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302110 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55739.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302111 INFO  (jetty-launcher-30246-thread-2) [n:127.0.0.1:55739_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node2/.
   [junit4]   2> 4302130 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55738.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302130 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55738.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302131 INFO  (jetty-launcher-30246-thread-1) [n:127.0.0.1:55738_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/.
   [junit4]   2> 4302215 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4302216 WARN  (jetty-launcher-30246-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1774fd07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4302216 WARN  (jetty-launcher-30246-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1774fd07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4302223 WARN  (jetty-launcher-30246-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1a0464ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4302224 WARN  (jetty-launcher-30246-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1a0464ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4302225 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55733/solr
   [junit4]   2> 4302226 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4302229 INFO  (zkConnectionManagerCallback-30312-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4302229 INFO  (jetty-launcher-30246-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4302333 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4302335 INFO  (zkConnectionManagerCallback-30314-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4302335 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4302347 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4302356 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:55740_solr as DOWN
   [junit4]   2> 4302359 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4302359 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55740_solr
   [junit4]   2> 4302363 INFO  (zkCallback-30282-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4302363 INFO  (zkCallback-30271-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4302363 INFO  (zkCallback-30273-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4302364 INFO  (zkCallback-30290-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4302364 INFO  (zkCallback-30297-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4302364 INFO  (zkCallback-30304-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4302364 INFO  (zkCallback-30313-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4302368 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4302370 INFO  (zkConnectionManagerCallback-30321-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4302371 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4302374 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4302377 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55733/solr ready
   [junit4]   2> 4302377 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 4302444 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4302478 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55740.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302488 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55740.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302488 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55740.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4302489 INFO  (jetty-launcher-30246-thread-3) [n:127.0.0.1:55740_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node3/.
   [junit4]   2> 4302568 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4302571 INFO  (zkConnectionManagerCallback-30327-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4302571 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4302575 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4302578 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55733/solr ready
   [junit4]   2> 4302581 INFO  (qtp1118728092-74235) [n:127.0.0.1:55741_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4303876 INFO  (qtp1118728092-74235) [n:127.0.0.1:55741_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1295
   [junit4]   2> 4303878 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@696e8316
   [junit4]   2> 4303878 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[DB6DC28D5560B1D2]) [     ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest ClusterStateProvider org.apache.solr.client.solrj.impl.HttpClusterStateProvider@685fc894
   [junit4]   2> 4303879 INFO  (qtp1118728092-74236) [n:127.0.0.1:55741_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4303881 INFO  (qtp1118728092-74236) [n:127.0.0.1:55741_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 4303882 INFO  (qtp1118728092-74238) [n:127.0.0.1:55741_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4303883 INFO  (qtp1118728092-74238) [n:127.0.0.1:55741_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 4303884 INFO  (qtp1118728092-74239) [n:127.0.0.1:55741_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4303886 INFO  (qtp1118728092-74239) [n:127.0.0.1:55741_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 4303887 INFO  (qtp1118728092-74240) [n:127.0.0.1:55741_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4303889 INFO  (qtp1118728092-74240) [n:127.0.0.1:55741_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 4303890 INFO  (qtp1118728092-74235) [n:127.0.0.1:55741_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> 4303895 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303898 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testCatTime/managed-schema
   [junit4]   2> 4303902 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testCatTime/protwords.txt
   [junit4]   2> 4303905 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testCatTime/solrconfig.xml
   [junit4]   2> 4303908 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testCatTime/synonyms.txt
   [junit4]   2> 4303912 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testCatTime/stopwords.txt
   [junit4]   2> 4303917 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303921 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303925 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303929 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303934 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303938 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303942 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303946 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303950 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303955 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303958 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303962 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303966 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303970 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303974 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303978 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303982 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303986 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303990 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303994 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4303998 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304002 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304006 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304010 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304013 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304017 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304021 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304026 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304030 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304034 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304038 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304042 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304046 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304050 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304053 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304057 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304061 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304065 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304069 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_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> 4304073 INFO  (OverseerThreadFactory-23827-thread-1-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testCatTime/params.json
   [junit4]   2> 4304078 INFO  (qtp1118728092-74235) [n:127.0.0.1:55741_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=187
   [junit4]   2> 4304079 INFO  (qtp1118728092-74236) [n:127.0.0.1:55741_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4304080 INFO  (qtp1118728092-74236) [n:127.0.0.1:55741_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 4304081 INFO  (qtp1118728092-74238) [n:127.0.0.1:55741_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4304082 INFO  (qtp1118728092-74238) [n:127.0.0.1:55741_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 4304083 INFO  (qtp1118728092-74239) [n:127.0.0.1:55741_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4304084 INFO  (qtp1118728092-74239) [n:127.0.0.1:55741_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 4304085 INFO  (qtp1118728092-74240) [n:127.0.0.1:55741_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4304086 INFO  (qtp1118728092-74240) [n:127.0.0.1:55741_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 4304087 INFO  (qtp1118728092-74234) [n:127.0.0.1:55741_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> 4304093 INFO  (OverseerThreadFactory-23827-thread-2-processing-n:127.0.0.1:55739_solr) [n:127.0.0.1:55739_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testCatTime
   [junit4]   2> 4304094 INFO  (OverseerCollectionConfigSetProcessor-72180178646532106-127.0.0.1:55739_solr-n_0000000000) [n:127.0.0.1:55739_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> 4304230 INFO  (OverseerStateUpdate-72180178646532106-127.0.0.1:55739_solr-n_0000000000) [n:127.0.0.1:55739_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":"http://127.0.0.1:55738/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4304448 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4305486 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4305486 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4305488 WARN  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 4305488 WARN  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 4305489 WARN  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 4305489 WARN  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 4305490 WARN  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 4305490 WARN  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 4305491 WARN  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 4305491 WARN  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 4305491 WARN  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 4305491 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 4305525 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4305858 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4305962 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4305963 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55738.solr.core.testCatTime.shard1.replica_n1' (registry 'solr.core.testCatTime.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51e7e11d
   [junit4]   2> 4305963 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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 [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/./testCatTime_shard1_replica_n1/data/]
   [junit4]   2> 4305968 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 4306089 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306089 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306092 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306092 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4306093 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b959280[testCatTime_shard1_replica_n1] main]
   [junit4]   2> 4306097 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306098 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306098 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306099 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306100 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4306100 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306102 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306102 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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 1641810915505471488
   [junit4]   2> 4306105 INFO  (searcherExecutor-23850-thread-1-processing-n:127.0.0.1:55738_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@7b959280[testCatTime_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4306105 INFO  (searcherExecutor-23850-thread-1-processing-n:127.0.0.1:55738_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 4306105 INFO  (searcherExecutor-23850-thread-1-processing-n:127.0.0.1:55738_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:55738_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> 4306107 INFO  (searcherExecutor-23850-thread-1-processing-n:127.0.0.1:55738_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:55738_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@7b959280[testCatTime_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4306112 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306112 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306121 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306122 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306122 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55738/solr/testCatTime_shard1_replica_n1/
   [junit4]   2> 4306122 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306123 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:55738/solr/testCatTime_shard1_replica_n1/ has no replicas
   [junit4]   2> 4306123 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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/72180178646532109-core_node2-n_0000000000
   [junit4]   2> 4306129 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55738/solr/testCatTime_shard1_replica_n1/ shard1
   [junit4]   2> 4306233 INFO  (zkCallback-30290-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> 4306233 INFO  (zkCallback-30290-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> 4306235 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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> 4306239 INFO  (qtp811822429-74217) [n:127.0.0.1:55738_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=1791
   [junit4]   2> 4306243 INFO  (qtp1118728092-74234) [n:127.0.0.1:55741_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> 4306345 INFO  (zkCallback-30271-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> 4306345 INFO  (zkCallback-30290-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> 4306345 INFO  (zkCallback-30290-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> 4306345 INFO  (zkCallback-30290-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> 4306346 INFO  (qtp1118728092-74234) [n:127.0.0.1:55741_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=2259
   [junit4]   2> 4306858 INFO  (qtp1118728092-74235) [n:127.0.0.1:55741_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4306865 INFO  (qtp1118728092-74235) [n:127.0.0.1:55741_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 4306875 INFO  (qtp811822429-74219) [n:127.0.0.1:55738_solr c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"set-user-property":{"update.autoCreateFields":false}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tracking-testSliceRouting",
   [junit4]   2>     "class":"solr.TrackingUpdateProcessorFactory",
   [junit4]   2>     "group":"testCatTime"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     "class":"org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 4306876 INFO  (qtp811822429-74219) [n:127.0.0.1:55738_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> 4306877 INFO  (Thread-9638) [     ] o.a.s.c.SolrCore config update listener called for core testCatTime_shard1_replica_n1
   [junit4]   2> 4306878 INFO  (Thread-9638) [     ] o.a.s.c.SolrCore core reload testCatTime_shard1_replica_n1
   [junit4]   2> 4306880 INFO  (solrHandlerExecutor-23855-thread-1-processing-n:127.0.0.1:55738_solr x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2) [n:127.0.0.1:55738_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> 4306904 INFO  (Thread-9638) [     ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 4306904 INFO  (Thread-9638) [     ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 4306905 WARN  (Thread-9638) [     ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 4306906 WARN  (Thread-9638) [     ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 4306906 WARN  (Thread-9638) [     ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 4306906 WARN  (Thread-9638) [     ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 4306907 WARN  (Thread-9638) [     ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 4306907 WARN  (Thread-9638) [     ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 4306907 WARN  (Thread-9638) [     ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 4306908 WARN  (Thread-9638) [     ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist
   [junit4]   2> 4306908 WARN  (Thread-9638) [     ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6DC28D5560B1D2-001/tempDir-001/node1/testCatTime_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_DB6D

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

  |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: DB6DC28D5560B1D2
    [mkdir] Created dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says aloha! Master seed: DB6DC28D5560B1D2
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J0 PID(47291@serv1-vm2.sd-datasolutions.de).
   [junit4] Started J1 PID(47290@serv1-vm2.sd-datasolutions.de).
   [junit4] HEARTBEAT J1 PID(47290@serv1-vm2.sd-datasolutions.de): 2019-08-14T04:01:41, stalled for 62.6s at: DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4] HEARTBEAT J0 PID(47291@serv1-vm2.sd-datasolutions.de): 2019-08-14T04:01:41, stalled for 63.1s at: DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4] HEARTBEAT J0 PID(47291@serv1-vm2.sd-datasolutions.de): 2019-08-14T04:03:17, stalled for 62.3s at: DimensionalRoutedAliasUpdateProcessorTest.testTimeCat
   [junit4] HEARTBEAT J1 PID(47290@serv1-vm2.sd-datasolutions.de): 2019-08-14T04:03:17, stalled for 64.1s at: DimensionalRoutedAliasUpdateProcessorTest.testTimeCat
   [junit4] Suite: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
   [junit4] OK      96.8s J0 | DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4] OK      70.6s J0 | DimensionalRoutedAliasUpdateProcessorTest.testTimeCat
   [junit4] Completed [1/5] on J0 in 174.68s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
   [junit4] OK      94.3s J1 | DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4] OK      73.7s J1 | DimensionalRoutedAliasUpdateProcessorTest.testTimeCat
   [junit4] Completed [2/5] on J1 in 175.92s, 2 tests
   [junit4] 
   [junit4] HEARTBEAT J1 PID(47290@serv1-vm2.sd-datasolutions.de): 2019-08-14T04:04:29, stalled for 61.4s at: DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4] HEARTBEAT J0 PID(47291@serv1-vm2.sd-datasolutions.de): 2019-08-14T04:04:29, stalled for 62.5s at: DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4] HEARTBEAT J1 PID(47290@serv1-vm2.sd-datasolutions.de): 2019-08-14T04:05:53, stalled for 69.5s at: DimensionalRoutedAliasUpdateProcessorTest.testTimeCat
   [junit4] HEARTBEAT J0 PID(47291@serv1-vm2.sd-datasolutions.de): 2019-08-14T04:05:53, stalled for 69.5s at: DimensionalRoutedAliasUpdateProcessorTest.testTimeCat
   [junit4] Suite: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
   [junit4] OK      76.0s J1 | DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4] OK      69.3s J1 | DimensionalRoutedAliasUpdateProcessorTest.testTimeCat
   [junit4] Completed [3/5] on J1 in 146.20s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
   [junit4] OK      77.6s J0 | DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4] OK      69.5s J0 | DimensionalRoutedAliasUpdateProcessorTest.testTimeCat
   [junit4] Completed [4/5] on J0 in 147.94s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
   [junit4] OK      61.8s J1 | DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4] OK      65.4s J1 | DimensionalRoutedAliasUpdateProcessorTest.testTimeCat
   [junit4] Completed [5/5] on J1 in 127.73s, 2 tests
   [junit4] 
   [junit4] JVM J0:     1.09 ..   325.77 =   324.68s
   [junit4] JVM J1:     1.09 ..   453.69 =   452.59s
   [junit4] Execution time total: 7 minutes 33 seconds
   [junit4] Tests summary: 5 suites, 10 tests
   [junit4] Could not remove temporary path: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 281.75s | org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[junit4:tophints] 240.57s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 162.93s | org.apache.solr.search.facet.TestJsonFacets
[junit4:tophints] 159.65s | org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
[junit4:tophints] 146.02s | org.apache.solr.cloud.CollectionsAPISolrJTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 7 minutes 36 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2805)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2684)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2665)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to MacOSX VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1840)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3054)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1840)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=8be67aa4c401800233f5f2f0b7431bccaeef1633, workspace=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX
[WARNINGS] Computing warning deltas based on reference build #269
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

Re: [JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-11.0.3) - Build # 271 - Still Failing!

Posted by Chris Hostetter <ho...@fucit.org>.
https://issues.apache.org/jira/browse/SOLR-13688

: Date: Tue, 13 Aug 2019 19:48:25 +0000 (UTC)
: From: Policeman Jenkins Server <je...@thetaphi.de>
: Reply-To: dev@lucene.apache.org
: To: dev@lucene.apache.org
: Subject: [JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-11.0.3) - Build # 271 -
:     Still Failing!
: 
: Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/271/
: Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseSerialGC
: 
: All tests passed
: 
: Build Log:
: [...truncated 12279 lines...]
:     [javac] Compiling 1284 source files to /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/classes/java
:     [javac] /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/java/org/apache/solr/util/ExportTool.java:312: error: cannot infer type arguments for BiConsumer<T,U>
:     [javac]     private BiConsumer<String, Object> bic= new BiConsumer<>() {
:     [javac]                                                           ^
:     [javac]   reason: '<>' with anonymous inner classes is not supported in -source 8
:     [javac]     (use -source 9 or higher to enable '<>' with anonymous inner classes)
:     [javac]   where T,U are type-variables:
:     [javac]     T extends Object declared in interface BiConsumer
:     [javac]     U extends Object declared in interface BiConsumer
:     [javac] Note: Some input files use or override a deprecated API.
:     [javac] Note: Recompile with -Xlint:deprecation for details.
:     [javac] Note: Some input files use unchecked or unsafe operations.
:     [javac] Note: Recompile with -Xlint:unchecked for details.
:     [javac] 1 error
: 
: BUILD FAILED
: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following error occurred while executing this line:
: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:578: The following error occurred while executing this line:
: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:59: The following error occurred while executing this line:
: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build.xml:231: The following error occurred while executing this line:
: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/common-build.xml:558: The following error occurred while executing this line:
: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/common-build.xml:506: The following error occurred while executing this line:
: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/common-build.xml:401: The following error occurred while executing this line:
: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:558: The following error occurred while executing this line:
: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2056: Compile failed; see the compiler error output for details.
: 
: Total time: 30 minutes 40 seconds
: Build step 'Invoke Ant' marked build as failure
: Archiving artifacts
: Setting ANT_1_8_2_HOME=/Users/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=/Users/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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
: Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
: Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
: Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
: Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
: Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
: 

-Hoss
http://www.lucidworks.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-11.0.3) - Build # 271 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/271/
Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 12279 lines...]
    [javac] Compiling 1284 source files to /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/classes/java
    [javac] /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/java/org/apache/solr/util/ExportTool.java:312: error: cannot infer type arguments for BiConsumer<T,U>
    [javac]     private BiConsumer<String, Object> bic= new BiConsumer<>() {
    [javac]                                                           ^
    [javac]   reason: '<>' with anonymous inner classes is not supported in -source 8
    [javac]     (use -source 9 or higher to enable '<>' with anonymous inner classes)
    [javac]   where T,U are type-variables:
    [javac]     T extends Object declared in interface BiConsumer
    [javac]     U extends Object declared in interface BiConsumer
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:578: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build.xml:231: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/common-build.xml:558: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/common-build.xml:506: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/common-build.xml:401: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:558: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2056: Compile failed; see the compiler error output for details.

Total time: 30 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/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=/Users/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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2