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 2018/08/15 16:52:46 UTC

[JENKINS-EA] Lucene-Solr-master-Windows (64bit/jdk-11-ea+25) - Build # 7479 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7479/
Java: 64bit/jdk-11-ea+25 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.OverseerRolesTest.testOverseerRole

Error Message:
Timed out waiting for overseer state change

Stack Trace:
java.lang.AssertionError: Timed out waiting for overseer state change
	at __randomizedtesting.SeedInfo.seed([D472C871E54A94B6:35B935E5DEF9A267]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.OverseerRolesTest.waitForNewOverseer(OverseerRolesTest.java:63)
	at org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
found:2[index.20180815110747674, index.20180815110748170, index.properties, replication.properties, snapshot_metadata]

Stack Trace:
java.lang.AssertionError: found:2[index.20180815110747674, index.20180815110748170, index.properties, replication.properties, snapshot_metadata]
	at __randomizedtesting.SeedInfo.seed([D472C871E54A94B6:FD9C8B7E062FD05]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:969)
	at org.apache.solr.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:940)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:916)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13060 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> 1032764 INFO  (SUITE-TestReplicationHandler-seed#[D472C871E54A94B6]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\init-core-data-001
   [junit4]   2> 1032765 WARN  (SUITE-TestReplicationHandler-seed#[D472C871E54A94B6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=56 numCloses=56
   [junit4]   2> 1032765 INFO  (SUITE-TestReplicationHandler-seed#[D472C871E54A94B6]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1032766 INFO  (SUITE-TestReplicationHandler-seed#[D472C871E54A94B6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 1032767 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestStressReplication
   [junit4]   2> 1032767 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\collection1
   [junit4]   2> 1032771 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+25
   [junit4]   2> 1032771 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1032771 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1032772 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1032772 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6fa016ff{/solr,null,AVAILABLE}
   [junit4]   2> 1032773 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@35e47ccf{HTTP/1.1,[http/1.1]}{127.0.0.1:60808}
   [junit4]   2> 1032773 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.Server Started @1032820ms
   [junit4]   2> 1032773 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\collection1\data, hostPort=60808}
   [junit4]   2> 1032774 ERROR (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1032774 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1032774 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1032774 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1032774 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1032774 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-15T16:07:45.741837900Z
   [junit4]   2> 1032775 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\solr.xml
   [junit4]   2> 1032777 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1032777 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1032777 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1032899 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1032899 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1032913 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1032919 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1032919 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1032923 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\.
   [junit4]   2> 1032923 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1032931 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1032938 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1032939 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1032940 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\.\collection1, trusted=true
   [junit4]   2> 1032940 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1032940 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1032940 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 1032942 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=49.7353515625, floorSegmentMB=0.46875, forceMergeDeletesPctAllowed=27.012274856083124, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=33.681044069604006
   [junit4]   2> 1033030 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1033030 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1033030 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=14.8623046875, floorSegmentMB=1.9775390625, forceMergeDeletesPctAllowed=9.75821752710457, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=38.694765564664756
   [junit4]   2> 1033030 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bfd0e7d[collection1] main]
   [junit4]   2> 1033031 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\collection1\conf
   [junit4]   2> 1033032 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1033032 INFO  (coreLoadExecutor-2307-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1033033 INFO  (searcherExecutor-2308-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1bfd0e7d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1033035 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1
   [junit4]   2> 1033040 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+25
   [junit4]   2> 1033040 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1033040 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1033040 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1033040 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23bdaef{/solr,null,AVAILABLE}
   [junit4]   2> 1033042 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d5a82c8{HTTP/1.1,[http/1.1]}{127.0.0.1:60811}
   [junit4]   2> 1033042 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.Server Started @1033088ms
   [junit4]   2> 1033042 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1\data, hostPort=60811}
   [junit4]   2> 1033042 ERROR (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1033042 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1033042 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1033042 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1033042 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1033042 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-15T16:07:46.009332400Z
   [junit4]   2> 1033043 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\solr.xml
   [junit4]   2> 1033045 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1033045 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1033046 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1033235 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1033235 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1033252 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1033266 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1033267 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1033270 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\.
   [junit4]   2> 1033270 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1033279 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1033291 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1033292 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1033292 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\.\collection1, trusted=true
   [junit4]   2> 1033292 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1033292 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1033292 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 1033294 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=49.7353515625, floorSegmentMB=0.46875, forceMergeDeletesPctAllowed=27.012274856083124, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=33.681044069604006
   [junit4]   2> 1033341 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1033341 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1033342 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=14.8623046875, floorSegmentMB=1.9775390625, forceMergeDeletesPctAllowed=9.75821752710457, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=38.694765564664756
   [junit4]   2> 1033342 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3aa39a92[collection1] main]
   [junit4]   2> 1033342 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1\conf
   [junit4]   2> 1033343 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1033344 INFO  (coreLoadExecutor-2320-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1033344 INFO  (searcherExecutor-2321-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3aa39a92[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1033346 INFO  (qtp1040133888-7254) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1033346 INFO  (indexFetcher-2325-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1033346 INFO  (indexFetcher-2325-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1033346 INFO  (indexFetcher-2325-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1033346 INFO  (indexFetcher-2325-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1033346 INFO  (indexFetcher-2325-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1033347 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5d5a82c8{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1033347 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1605668199
   [junit4]   2> 1033348 INFO  (indexFetcher-2325-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@43df825c[collection1] main]
   [junit4]   2> 1033348 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1033348 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@13a185cc: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3be29383
   [junit4]   2> 1033349 INFO  (searcherExecutor-2321-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@43df825c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1033353 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1033353 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4d98588: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@583fe6fd
   [junit4]   2> 1033356 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1033356 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3311b338: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7df1895a
   [junit4]   2> 1033356 INFO  (coreCloseExecutor-2326-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5aca4026
   [junit4]   2> 1033356 INFO  (coreCloseExecutor-2326-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=5aca4026
   [junit4]   2> 1033356 INFO  (coreCloseExecutor-2326-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2265feb8: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@75c9e633
   [junit4]   2> 1033363 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23bdaef{/solr,null,UNAVAILABLE}
   [junit4]   2> 1033363 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1033365 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+25
   [junit4]   2> 1033367 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1033367 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1033367 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1033367 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c17040f{/solr,null,AVAILABLE}
   [junit4]   2> 1033368 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@49d1602{HTTP/1.1,[http/1.1]}{127.0.0.1:60815}
   [junit4]   2> 1033368 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.Server Started @1033415ms
   [junit4]   2> 1033368 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1\data, hostPort=60815}
   [junit4]   2> 1033368 ERROR (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1033368 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1033368 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1033368 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1033368 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1033368 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-15T16:07:46.335144500Z
   [junit4]   2> 1033369 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\solr.xml
   [junit4]   2> 1033372 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1033372 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1033373 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1033466 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1033466 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1033480 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1033486 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1033486 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1033490 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\.
   [junit4]   2> 1033490 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1033501 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1033507 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1033508 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1033508 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\.\collection1, trusted=true
   [junit4]   2> 1033508 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1033508 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1033508 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 1033515 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=69.0830078125, floorSegmentMB=0.533203125, forceMergeDeletesPctAllowed=1.1411266292904443, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=20.593318440474906
   [junit4]   2> 1033606 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1033606 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1033607 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=46.3388671875, floorSegmentMB=1.2919921875, forceMergeDeletesPctAllowed=22.17119252654555, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7308998720650782, deletesPctAllowed=34.54175692347354
   [junit4]   2> 1033609 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fa42b10[collection1] main]
   [junit4]   2> 1033610 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1\conf
   [junit4]   2> 1033610 INFO  (coreLoadExecutor-2336-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1033611 INFO  (searcherExecutor-2337-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1fa42b10[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1034114 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@35e47ccf{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1034114 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1433360874
   [junit4]   2> 1034114 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1034114 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@147671bd: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3a6cd435
   [junit4]   2> 1034118 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1034118 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@25d35814: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@583fe6fd
   [junit4]   2> 1034121 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1034121 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@83dc3d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7df1895a
   [junit4]   2> 1034122 INFO  (coreCloseExecutor-2341-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c6184f6
   [junit4]   2> 1034122 INFO  (coreCloseExecutor-2341-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=c6184f6
   [junit4]   2> 1034122 INFO  (coreCloseExecutor-2341-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7c1d0d5e: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3333640b
   [junit4]   2> 1034129 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6fa016ff{/solr,null,UNAVAILABLE}
   [junit4]   2> 1034129 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1034131 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+25
   [junit4]   2> 1034132 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1034132 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1034132 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1034132 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@67762f8b{/solr,null,AVAILABLE}
   [junit4]   2> 1034133 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ff221b{HTTP/1.1,[http/1.1]}{127.0.0.1:60818}
   [junit4]   2> 1034133 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.e.j.s.Server Started @1034180ms
   [junit4]   2> 1034133 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\collection1\data, hostPort=60818}
   [junit4]   2> 1034134 ERROR (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1034134 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1034134 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1034134 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1034134 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1034134 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-15T16:07:47.101275Z
   [junit4]   2> 1034134 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\solr.xml
   [junit4]   2> 1034136 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1034136 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1034137 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1034357 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1034357 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1034378 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1034385 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1034385 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1034389 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\.
   [junit4]   2> 1034389 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1034396 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1034401 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1034403 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1034403 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\.\collection1, trusted=true
   [junit4]   2> 1034403 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1034403 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1034403 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 1034408 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=69.0830078125, floorSegmentMB=0.533203125, forceMergeDeletesPctAllowed=1.1411266292904443, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=20.593318440474906
   [junit4]   2> 1034552 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1034552 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1034553 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=46.3388671875, floorSegmentMB=1.2919921875, forceMergeDeletesPctAllowed=22.17119252654555, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7308998720650782, deletesPctAllowed=34.54175692347354
   [junit4]   2> 1034554 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@be02c97[collection1] main]
   [junit4]   2> 1034555 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-001\collection1\conf
   [junit4]   2> 1034555 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml
   [junit4]   2> 1034555 INFO  (coreLoadExecutor-2351-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1034556 INFO  (searcherExecutor-2352-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@be02c97[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1034558 INFO  (qtp592574342-7322) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1034558 INFO  (qtp592574342-7322) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1034559 INFO  (qtp1277973201-7299) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1034560 INFO  (qtp1277973201-7299) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1034560 INFO  (qtp1277973201-7295) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1034560 INFO  (qtp1277973201-7295) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6fffd1b commitCommandVersion:0
   [junit4]   2> 1034577 INFO  (qtp1277973201-7295) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@47c2f720[collection1] main]
   [junit4]   2> 1034578 INFO  (qtp1277973201-7295) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1034579 INFO  (searcherExecutor-2337-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@47c2f720[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1034579 INFO  (qtp1277973201-7295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 18
   [junit4]   2> 1034580 INFO  (qtp592574342-7318) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 1034581 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1034581 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1034582 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1034582 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1034582 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1034583 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1034583 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1034583 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1034584 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1034584 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1034584 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1034584 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1034585 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1034585 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1034588 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1034589 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 1034589 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 1034616 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1034617 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1034617 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 1034617 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1034618 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 1034618 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1034618 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1034618 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1034618 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1034619 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1034619 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7af6b40b commitCommandVersion:0
   [junit4]   2> 1034684 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1984038a[collection1] main]
   [junit4]   2> 1034685 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1034686 INFO  (searcherExecutor-2352-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1984038a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C27)))}
   [junit4]   2> 1034686 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 67
   [junit4]   2> 1034687 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=27 status=0 QTime=0
   [junit4]   2> 1034688 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 27 docs
   [junit4]   2> 1034692 INFO  (qtp1277973201-7298) [    x:collection1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=collection1&action=status&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1034699 WARN  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 1034701 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1034701 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 1034701 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Master's version: 1534349267586
   [junit4]   2> 1034701 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1034701 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Slave's version: 1534349267527
   [junit4]   2> 1034701 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 1034706 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=4
   [junit4]   2> 1034707 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Number of files in latest index in master: 10
   [junit4]   2> 1034710 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Starting download (fullCopy=true) to NRTCachingDirectory(MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1\data\index.20180815110747674 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48335c1e; maxCacheMB=48.0 maxMergeSizeMB=4.0)
   [junit4]   2> 1034711 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1034714 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1034717 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1034719 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1034727 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1034732 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1034734 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1034738 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1034740 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1034742 WARN  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher File segments_2 did not match. expected checksum is 2119508695 and actual is checksum 797373997. expected length is 189 and actual length is 117
   [junit4]   2> 1034742 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1034743 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Bytes downloaded: 2162, Bytes skipped downloading: 0
   [junit4]   2> 1034743 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=true,bytesDownloaded=2162) : 0 secs (null bytes/sec) to NRTCachingDirectory(MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1\data\index.20180815110747674 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48335c1e; maxCacheMB=48.0 maxMergeSizeMB=4.0)
   [junit4]   2> 1034744 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Starting download of configuration files from master: [{size=1530, name=schema.xml, checksum=1508380349}]
   [junit4]   2> 1034755 INFO  (qtp592574342-7321) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&cf=schema.xml&checksum=true&wt=filestream&command=filecontent} status=0 QTime=4
   [junit4]   2> 1034794 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.c.SolrCore Updating index properties... index=index.20180815110747674
   [junit4]   2> 1034807 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Configuration files are modified, core will be reloaded
   [junit4]   2> 1034813 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher Reloading SolrCore collection1
   [junit4]   2> 1034828 INFO  (Thread-873) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1034834 INFO  (Thread-873) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1034835 INFO  (Thread-873) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1034835 INFO  (Thread-873) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\.\collection1
   [junit4]   2> 1034849 INFO  (Thread-873) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@675a60e7
   [junit4]   2> 1034849 INFO  (Thread-873) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 1034885 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory Will not remove most recent old directory after reload C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 1034886 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory Found 0 old index directories to clean-up under C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\.\collection1\data\ afterReload=true
   [junit4]   2> 1034902 INFO  (Thread-873) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1034902 INFO  (Thread-873) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1034902 INFO  (Thread-873) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@40253965[collection1] main]
   [junit4]   2> 1034903 INFO  (Thread-873) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1\conf
   [junit4]   2> 1034903 INFO  (Thread-873) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1034904 INFO  (Thread-873) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=69.0830078125, floorSegmentMB=0.533203125, forceMergeDeletesPctAllowed=1.1411266292904443, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=20.593318440474906
   [junit4]   2> 1034905 INFO  (searcherExecutor-2357-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@40253965[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1034905 INFO  (Thread-873) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1034907 INFO  (Thread-873) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@19f68c3[collection1] main]
   [junit4]   2> 1034907 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.h.IndexFetcher removing old index directory NRTCachingDirectory(MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_D472C871E54A94B6-001\solr-instance-002\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12b16cd8; maxCacheMB=48.0 maxMergeSizeMB=4.0)
   [junit4]   2> 1034909 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=69.0830078125, floorSegmentMB=0.533203125, forceMergeDeletesPctAllowed=1.1411266292904443, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=20.593318440474906
   [junit4]   2> 1034909 INFO  (searcherExecutor-2357-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@19f68c3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C27)))}
   [junit4]   2> 1034910 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1034911 INFO  (explicit-fetchindex-cmd) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@399ae073[collection1] main]
   [junit4]   2> 1034912 INFO  (searcherExecutor-2357-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@399ae073[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C27)))}
   [junit4]   2> 1034912 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:60818/solr/collection1/replication&command=fetchindex} status=0 QTime=218
   [junit4]   2> 1034913 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@459f5d5e
   [junit4]   2> 1034913 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=459f5d5e
   [junit4]   2> 1034913 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a26cf36: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@64535480
   [junit4]   2> 1034925 INFO  (qtp1277973201-7298) [    x:collection1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=collection1&action=status&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1034926 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=27 status=0 QTime=0
   [junit4]   2> 1034926 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[D472C871E54A94B6]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 27 docs
   [junit4]   2> 1034929 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 1034930 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 1034931 INFO  (qtp1277973201-7298) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 1034932 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1034932 INFO  (qtp1277973201-7298) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   1> [index, snapshot_metadata]
   [junit4]   1> [index.20180815110747674, index.properties, replication.properties, snapshot_metadata]
   [junit4]   2> 1034935 INFO  (qtp1277973201-7298) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 1034935 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 1034936 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 1034936 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1034936 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@10ba41fc commitCommandVersion:0
   [junit4]   2> 1035038 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c1fa4e5[collection1] main]
   [junit4]   2> 1035038 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035039 INFO  (searcherExecutor-2357-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5c1fa4e5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C27) Uninverting(_1(8.0.0):C3)))}
   [junit4]   2> 1035039 INFO  (qtp1277973201-7300) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 102
   [junit4]   2> 1035040 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 1035040 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 1035040 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 1035040 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 1035040 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 1035040 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 1035041 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 1035041 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 1035041 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 1035041 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 1035042 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 1035042 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 1035042 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 1035043 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 1035043 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 1035043 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 1035043 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 1035044 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 1035044 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 1035044 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 1035044 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 1035044 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 1035045 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 1035045 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 1035046 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 1035046 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 1035046 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 1035046 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 1035047 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 1035047 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 1035051 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 1035052 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 1035052 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 1035053 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 1035053 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 1035053 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 1035053 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 1035055 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 1035055 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 1035055 INFO  (qtp592574342-7323) [    x:collection1] o.a.s.u.p.LogUpdat

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

ster-Windows\solr\core\test-lib\apacheds-interceptors-changelog-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-interceptors-collective-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-interceptors-event-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-interceptors-exception-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-interceptors-journal-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-interceptors-normalization-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-interceptors-operational-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-interceptors-referral-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-interceptors-schema-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-interceptors-subtree-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-interceptors-trigger-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-jdbm-partition-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-jdbm1-2.0.0-M2.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-kerberos-codec-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-ldif-partition-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-mavibot-partition-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-protocol-kerberos-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-protocol-ldap-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-protocol-shared-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\apacheds-xdbm-partition-2.0.0-M15.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\api-all-1.0.0-M20.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\bcprov-jdk15on-1.54.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\byte-buddy-1.6.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\commons-collections-3.2.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\commons-math3-3.6.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\ehcache-core-2.4.4.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\hadoop-common-2.7.4-tests.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\hadoop-hdfs-2.7.4-tests.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\hadoop-minikdc-2.7.4.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\htrace-core-3.2.0-incubating.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\jersey-core-1.9.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\jersey-server-1.9.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\jetty-6.1.26.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\jetty-sslengine-6.1.26.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\jetty-util-6.1.26.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\mina-core-2.0.0-M5.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\mockito-core-2.6.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\netty-all-4.0.36.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\test-lib\objenesis-2.5.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\lucene-analyzers-icu-8.0.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\classes\test;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\classes\test;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\contrib\analysis-extras\lib\icu4j-62.1.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-launcher.jar;C:\Users\jenkins\.ant\lib\ivy-2.4.0.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-antlr.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-bcel.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-bsf.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-log4j.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-oro.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-regexp.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-resolver.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-xalan2.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-commons-logging.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-commons-net.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jai.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-javamail.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jdepend.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jmf.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jsch.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-junit.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-junit4.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-netrexx.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-swing.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-testutil.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant.jar;C:\Users\jenkins\.ivy2\cache\com.carrotsearch.randomizedtesting\junit4-ant\jars\junit4-ant-2.6.0.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20180815_155032_8258840677671108555531.events @C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20180815_155032_8252191738876787312134.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20180815_155032_82513078947886749388429.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:834)

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:633: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:577: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:267: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\common-build.xml:558: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1568: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1092: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20180815_155032_82513078947886749388429.sysout

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

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-10) - Build # 7482 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7482/
Java: 64bit/jdk-10 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.testTrigger

Error Message:
expected:<3> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DB096E55EAE507FD:B8C258D7732A74D0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.scheduledTriggerTest(ScheduledTriggerTest.java:113)
	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.testTrigger(ScheduledTriggerTest.java:66)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12903 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ScheduledTriggerTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.ScheduledTriggerTest_DB096E55EAE507FD-001\init-core-data-001
   [junit4]   2> 686671 WARN  (SUITE-ScheduledTriggerTest-seed#[DB096E55EAE507FD]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 686671 INFO  (SUITE-ScheduledTriggerTest-seed#[DB096E55EAE507FD]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 686673 INFO  (SUITE-ScheduledTriggerTest-seed#[DB096E55EAE507FD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 686674 INFO  (SUITE-ScheduledTriggerTest-seed#[DB096E55EAE507FD]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 686674 INFO  (SUITE-ScheduledTriggerTest-seed#[DB096E55EAE507FD]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.ScheduledTriggerTest_DB096E55EAE507FD-001\tempDir-001
   [junit4]   2> 686674 INFO  (SUITE-ScheduledTriggerTest-seed#[DB096E55EAE507FD]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 686675 INFO  (Thread-1114) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 686675 INFO  (Thread-1114) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 686678 ERROR (Thread-1114) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 686776 INFO  (SUITE-ScheduledTriggerTest-seed#[DB096E55EAE507FD]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:64839
   [junit4]   2> 686780 INFO  (zkConnectionManagerCallback-4181-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 686788 INFO  (jetty-launcher-4178-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 686788 INFO  (jetty-launcher-4178-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 686788 INFO  (jetty-launcher-4178-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 686788 INFO  (jetty-launcher-4178-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 686788 INFO  (jetty-launcher-4178-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@149aa951{/solr,null,AVAILABLE}
   [junit4]   2> 686790 INFO  (jetty-launcher-4178-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d7bd74a{SSL,[ssl, http/1.1]}{127.0.0.1:64843}
   [junit4]   2> 686790 INFO  (jetty-launcher-4178-thread-1) [    ] o.e.j.s.Server Started @686828ms
   [junit4]   2> 686790 INFO  (jetty-launcher-4178-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64843}
   [junit4]   2> 686790 ERROR (jetty-launcher-4178-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 686790 INFO  (jetty-launcher-4178-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 686790 INFO  (jetty-launcher-4178-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 686790 INFO  (jetty-launcher-4178-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 686790 INFO  (jetty-launcher-4178-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 686790 INFO  (jetty-launcher-4178-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-24T13:53:47.048842600Z
   [junit4]   2> 686793 INFO  (zkConnectionManagerCallback-4183-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 686794 INFO  (jetty-launcher-4178-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 687007 INFO  (jetty-launcher-4178-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64839/solr
   [junit4]   2> 687010 INFO  (zkConnectionManagerCallback-4187-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687014 INFO  (zkConnectionManagerCallback-4189-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687112 INFO  (jetty-launcher-4178-thread-1) [n:127.0.0.1:64843_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64843_solr
   [junit4]   2> 687113 INFO  (jetty-launcher-4178-thread-1) [n:127.0.0.1:64843_solr    ] o.a.s.c.Overseer Overseer (id=72104426802446339-127.0.0.1:64843_solr-n_0000000000) starting
   [junit4]   2> 687121 INFO  (zkConnectionManagerCallback-4196-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687123 INFO  (jetty-launcher-4178-thread-1) [n:127.0.0.1:64843_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64839/solr ready
   [junit4]   2> 687124 INFO  (jetty-launcher-4178-thread-1) [n:127.0.0.1:64843_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64843_solr
   [junit4]   2> 687124 INFO  (OverseerStateUpdate-72104426802446339-127.0.0.1:64843_solr-n_0000000000) [n:127.0.0.1:64843_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64843_solr
   [junit4]   2> 687124 DEBUG (OverseerAutoScalingTriggerThread-72104426802446339-127.0.0.1:64843_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 687125 DEBUG (OverseerAutoScalingTriggerThread-72104426802446339-127.0.0.1:64843_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 687125 INFO  (OverseerStateUpdate-72104426802446339-127.0.0.1:64843_solr-n_0000000000) [n:127.0.0.1:64843_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 687125 DEBUG (OverseerAutoScalingTriggerThread-72104426802446339-127.0.0.1:64843_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 687125 DEBUG (OverseerAutoScalingTriggerThread-72104426802446339-127.0.0.1:64843_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 687127 INFO  (zkCallback-4195-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 687129 DEBUG (OverseerAutoScalingTriggerThread-72104426802446339-127.0.0.1:64843_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:64843_solr]
   [junit4]   2> 687130 DEBUG (OverseerAutoScalingTriggerThread-72104426802446339-127.0.0.1:64843_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 687130 DEBUG (OverseerAutoScalingTriggerThread-72104426802446339-127.0.0.1:64843_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 687130 DEBUG (ScheduledTrigger-2693-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 687146 INFO  (jetty-launcher-4178-thread-1) [n:127.0.0.1:64843_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 687164 INFO  (jetty-launcher-4178-thread-1) [n:127.0.0.1:64843_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64843.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4cccc16c
   [junit4]   2> 687168 INFO  (jetty-launcher-4178-thread-1) [n:127.0.0.1:64843_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64843.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4cccc16c
   [junit4]   2> 687169 INFO  (jetty-launcher-4178-thread-1) [n:127.0.0.1:64843_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64843.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4cccc16c
   [junit4]   2> 687170 INFO  (jetty-launcher-4178-thread-1) [n:127.0.0.1:64843_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.ScheduledTriggerTest_DB096E55EAE507FD-001\tempDir-001\node1\.
   [junit4]   2> 687185 INFO  (zkConnectionManagerCallback-4199-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687190 INFO  (zkConnectionManagerCallback-4204-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687190 INFO  (SUITE-ScheduledTriggerTest-seed#[DB096E55EAE507FD]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 687191 INFO  (SUITE-ScheduledTriggerTest-seed#[DB096E55EAE507FD]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64839/solr ready
   [junit4]   2> 687206 INFO  (TEST-ScheduledTriggerTest.testIgnoredEvent-seed#[DB096E55EAE507FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testIgnoredEvent
   [junit4]   2> 687207 WARN  (TEST-ScheduledTriggerTest.testIgnoredEvent-seed#[DB096E55EAE507FD]) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-08-23T13:53:47.464Z. Now: 2018-08-24T13:53:47.464Z
   [junit4]   2> 687208 INFO  (TEST-ScheduledTriggerTest.testIgnoredEvent-seed#[DB096E55EAE507FD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testIgnoredEvent
   [junit4]   2> 687216 INFO  (TEST-ScheduledTriggerTest.testTrigger-seed#[DB096E55EAE507FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTrigger
   [junit4]   2> 688132 DEBUG (ScheduledTrigger-2693-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 689133 DEBUG (ScheduledTrigger-2693-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 690134 DEBUG (ScheduledTrigger-2693-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 691135 DEBUG (ScheduledTrigger-2693-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 692136 DEBUG (ScheduledTrigger-2693-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 693137 DEBUG (ScheduledTrigger-2693-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 693217 WARN  (TEST-ScheduledTriggerTest.testTrigger-seed#[DB096E55EAE507FD]) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-08-24T13:53:50.474Z. Now: 2018-08-24T13:53:53.473Z
   [junit4]   2> 694137 DEBUG (ScheduledTrigger-2693-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 695138 DEBUG (ScheduledTrigger-2693-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 696139 DEBUG (ScheduledTrigger-2693-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 696218 WARN  (TEST-ScheduledTriggerTest.testTrigger-seed#[DB096E55EAE507FD]) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-08-24T13:53:53.474Z. Now: 2018-08-24T13:53:56.474Z
   [junit4]   2> 696219 INFO  (TEST-ScheduledTriggerTest.testTrigger-seed#[DB096E55EAE507FD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTrigger
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ScheduledTriggerTest -Dtests.method=testTrigger -Dtests.seed=DB096E55EAE507FD -Dtests.slow=true -Dtests.locale=hu -Dtests.timezone=Europe/Busingen -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 9.01s J1 | ScheduledTriggerTest.testTrigger <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<3> but was:<2>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DB096E55EAE507FD:B8C258D7732A74D0]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.scheduledTriggerTest(ScheduledTriggerTest.java:113)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.testTrigger(ScheduledTriggerTest.java:66)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 696224 INFO  (jetty-closer-4179-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6d7bd74a{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 696224 INFO  (jetty-closer-4179-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1571117048
   [junit4]   2> 696225 INFO  (jetty-closer-4179-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 696225 INFO  (jetty-closer-4179-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d2e2c44: rootName = solr_64843, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@35a7a486
   [junit4]   2> 696231 INFO  (jetty-closer-4179-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 696231 INFO  (jetty-closer-4179-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6de268e9: rootName = solr_64843, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@29317dc5
   [junit4]   2> 696235 INFO  (jetty-closer-4179-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 696235 INFO  (jetty-closer-4179-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6ce66c29: rootName = solr_64843, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@20e4123e
   [junit4]   2> 696237 INFO  (jetty-closer-4179-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64843_solr
   [junit4]   2> 696238 INFO  (jetty-closer-4179-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 696238 INFO  (jetty-closer-4179-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 696238 INFO  (zkCallback-4195-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 696239 INFO  (zkCallback-4188-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 696239 INFO  (jetty-closer-4179-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72104426802446339-127.0.0.1:64843_solr-n_0000000000) closing
   [junit4]   2> 696240 INFO  (OverseerStateUpdate-72104426802446339-127.0.0.1:64843_solr-n_0000000000) [n:127.0.0.1:64843_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64843_solr
   [junit4]   2> 696241 WARN  (OverseerAutoScalingTriggerThread-72104426802446339-127.0.0.1:64843_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 696242 DEBUG (jetty-closer-4179-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 696242 DEBUG (jetty-closer-4179-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 696242 DEBUG (jetty-closer-4179-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 696242 DEBUG (jetty-closer-4179-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 696242 DEBUG (jetty-closer-4179-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 696242 DEBUG (jetty-closer-4179-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 696244 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1002a981a4b0003, likely client has closed socket
   [junit4]   2> 696245 INFO  (jetty-closer-4179-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@149aa951{/solr,null,UNAVAILABLE}
   [junit4]   2> 696245 INFO  (jetty-closer-4179-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 696248 ERROR (SUITE-ScheduledTriggerTest-seed#[DB096E55EAE507FD]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 696248 INFO  (SUITE-ScheduledTriggerTest-seed#[DB096E55EAE507FD]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64839 64839
   [junit4]   2> 696249 INFO  (Thread-1114) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64839 64839
   [junit4]   2> 696251 WARN  (Thread-1114) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.ScheduledTriggerTest_DB096E55EAE507FD-001
   [junit4]   2> Aug 24, 2018 1:53:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=133, maxMBSortInHeap=6.973324889299878, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@68c23cf), locale=hu, timezone=Europe/Busingen
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 10 (64-bit)/cpus=3,threads=1,free=134147448,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [FieldAnalysisRequestHandlerTest, UUIDFieldTest, CollectionPropsTest, TestWithCollection, TestUpdate, TestCoreBackup, TestFieldCollectionResource, ConnectionReuseTest, TestDistribStateManager, TestValueSourceCache, TestManagedSchemaThreadSafety, SpellCheckComponentTest, TestExceedMaxTermLength, TestCursorMarkWithoutUniqueKey, TestGraphTermsQParserPlugin, TestSystemIdResolver, TestFastOutputStream, TestUtils, SolrJmxReporterTest, TestDistributedMissingSort, TestHighFrequencyDictionaryFactory, TestDFISimilarityFactory, TestCloudPseudoReturnFields, AnalyticsQueryTest, TestPolicyCloud, AlternateDirectoryTest, TestSolrCloudWithDelegationTokens, RangeFacetCloudTest, TestScoreJoinQPScore, DistributedDebugComponentTest, MetricsHandlerTest, TestPointFields, TestDocTermOrdsUninvertLimit, AtomicUpdateProcessorFactoryTest, ZkCLITest, PathHierarchyTokenizerFactoryTest, TestWriterPerf, SuggestComponentContextFilterQueryTest, TestAnalyzeInfixSuggestions, SaslZkACLProviderTest, UpdateLogTest, TestJsonFacetsStatsParsing, DistributedVersionInfoTest, TestReversedWildcardFilterFactory, TestSolr4Spatial2, TestJsonFacetRefinement, HdfsTlogReplayBufferedWhileIndexingTest, TestDistributedMap, PreAnalyzedFieldManagedSchemaCloudTest, HealthCheckHandlerTest, StatsReloadRaceTest, TestExactSharedStatsCache, TestQuerySenderListener, SolrMetricManagerTest, ParsingFieldUpdateProcessorsTest, ShardRoutingTest, TokenizerChainTest, TestCloudSchemaless, SimplePostToolTest, TestDelegationWithHadoopAuth, TestSweetSpotSimilarityFactory, TestCSVResponseWriter, TestSQLHandler, BadIndexSchemaTest, ExecutePlanActionTest, TestBM25SimilarityFactory, MoreLikeThisHandlerTest, ManagedSchemaRoundRobinCloudTest, TestExtendedDismaxParser, ReplicaListTransformerTest, OpenExchangeRatesOrgProviderTest, TestHdfsCloudBackupRestore, TestReplicaProperties, AutoAddReplicasIntegrationTest, SuggesterFSTTest, TestStandardQParsers, HLLUtilTest, TestLegacyNumericRangeQueryBuilder, ZkFailoverTest, OverseerTaskQueueTest, ClusterStateTest, TestAuthorizationFramework, CircularListTest, ScheduledTriggerTest]
   [junit4] Completed [179/830 (1!)] on J1 in 9.85s, 2 tests, 1 failure <<< FAILURES!

[...truncated 44601 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7482/consoleText

[repro] Revision: f26dd13b34e3d3a6921230cfe44ff34b2c319e7b

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       ScheduledTriggerTest
[repro] ant compile-test

[...truncated 3419 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.ScheduledTriggerTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=DB096E55EAE507FD -Dtests.slow=true -Dtests.locale=hu -Dtests.timezone=Europe/Busingen -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 79 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.ScheduledTriggerTest
[repro] Exiting with code 0

[...truncated 75 lines...]

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-10.0.1) - Build # 7481 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7481/
Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

5 tests failed.
FAILED:  org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC

Error Message:
expected:<Fri Oct 07 18:14:15 AZST 2005> but was:<Fri Oct 07 19:14:15 AZST 2005>

Stack Trace:
java.lang.AssertionError: expected:<Fri Oct 07 18:14:15 AZST 2005> but was:<Fri Oct 07 19:14:15 AZST 2005>
	at __randomizedtesting.SeedInfo.seed([1B4CEC36992E111F:34069D85FCB8B5FE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC

Error Message:
expected:<Fri Oct 07 18:14:15 AZST 2005> but was:<Fri Oct 07 19:14:15 AZST 2005>

Stack Trace:
java.lang.AssertionError: expected:<Fri Oct 07 18:14:15 AZST 2005> but was:<Fri Oct 07 19:14:15 AZST 2005>
	at __randomizedtesting.SeedInfo.seed([1B4CEC36992E111F:34069D85FCB8B5FE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC

Error Message:
expected:<Fri Oct 07 18:14:15 AZST 2005> but was:<Fri Oct 07 19:14:15 AZST 2005>

Stack Trace:
java.lang.AssertionError: expected:<Fri Oct 07 18:14:15 AZST 2005> but was:<Fri Oct 07 19:14:15 AZST 2005>
	at __randomizedtesting.SeedInfo.seed([1B4CEC36992E111F:34069D85FCB8B5FE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC

Error Message:
expected:<Fri Oct 07 18:14:15 AZST 2005> but was:<Fri Oct 07 19:14:15 AZST 2005>

Stack Trace:
java.lang.AssertionError: expected:<Fri Oct 07 18:14:15 AZST 2005> but was:<Fri Oct 07 19:14:15 AZST 2005>
	at __randomizedtesting.SeedInfo.seed([1B4CEC36992E111F:34069D85FCB8B5FE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC

Error Message:
expected:<Fri Oct 07 18:14:15 AZST 2005> but was:<Fri Oct 07 19:14:15 AZST 2005>

Stack Trace:
java.lang.AssertionError: expected:<Fri Oct 07 18:14:15 AZST 2005> but was:<Fri Oct 07 19:14:15 AZST 2005>
	at __randomizedtesting.SeedInfo.seed([1B4CEC36992E111F:34069D85FCB8B5FE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12622 lines...]
   [junit4] Suite: org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.ParsingFieldUpdateProcessorsTest_1B4CEC36992E111F-001\init-core-data-001
   [junit4]   2> 577643 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2500 numCloses=2500
   [junit4]   2> 577643 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 577644 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 577645 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 577645 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 577646 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 577667 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 577677 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 577768 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 577768 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 578275 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 578275 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 578291 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2601f231
   [junit4]   2> 578297 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2601f231
   [junit4]   2> 578297 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2601f231
   [junit4]   2> 578300 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 578329 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 578348 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 578432 WARN  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 578433 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 578450 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 578450 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2601f231
   [junit4]   2> 578450 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 578450 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.ParsingFieldUpdateProcessorsTest_1B4CEC36992E111F-001\init-core-data-001\]
   [junit4]   2> 578582 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 578582 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 578583 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@241bf6f2[collection1] main]
   [junit4]   2> 578584 WARN  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 578584 INFO  (coreLoadExecutor-2120-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 578585 INFO  (searcherExecutor-2121-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@241bf6f2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 578586 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 578588 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseIntRoundTrip
   [junit4]   2> 578591 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578591 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578593 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6eb2d08c[collection1] main]
   [junit4]   2> 578594 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578594 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6eb2d08c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 578594 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578596 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:113&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578597 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseIntRoundTrip
   [junit4]   2> 578599 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testAKSTZone-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAKSTZone
   [junit4]   2> 578622 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testAKSTZone-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAKSTZone
   [junit4]   2> 578624 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateRoundTrip
   [junit4]   2> 578625 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578625 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578627 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@38fc27e6[collection1] main]
   [junit4]   2> 578627 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578627 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@38fc27e6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1) Uninverting(_1(8.0.0):C2)))}
   [junit4]   2> 578627 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 578627 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578627 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateRoundTrip
   [junit4]   2> 578634 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testIntOverflow-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testIntOverflow
   [junit4]   2> 578634 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testIntOverflow-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testIntOverflow
   [junit4]   2> 578636 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseFloatRoundTrip
   [junit4]   2> 578640 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578640 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578642 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@22103e1d[collection1] main]
   [junit4]   2> 578642 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578643 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@22103e1d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1) Uninverting(_1(8.0.0):C2) Uninverting(_2(8.0.0):C1)))}
   [junit4]   2> 578643 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578643 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:128&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578644 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseFloatRoundTrip
   [junit4]   2> 578646 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseAlternateValueBooleans-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseAlternateValueBooleans
   [junit4]   2> 578647 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseAlternateValueBooleans-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseAlternateValueBooleans
   [junit4]   2> 578649 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseTrieLongRoundTrip
   [junit4]   2> 578649 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578649 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578651 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@42bfd8f5[collection1] main]
   [junit4]   2> 578651 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578652 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@42bfd8f5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):C2) Uninverting(_2(8.0.0):C1) Uninverting(_3(8.0.0):C1)))}
   [junit4]   2> 578654 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578654 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:113&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578655 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseTrieLongRoundTrip
   [junit4]   2> 578657 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseLongRoundTrip
   [junit4]   2> 578659 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578659 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578661 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@11794fae[collection1] main]
   [junit4]   2> 578661 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578662 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@11794fae[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):C2) Uninverting(_2(8.0.0):C1) Uninverting(_4(8.0.0):C1)))}
   [junit4]   2> 578663 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578663 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:113&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578663 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseLongRoundTrip
   [junit4]   2> 578663 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateExplicitNotInSchemaSelector-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateExplicitNotInSchemaSelector
   [junit4]   2> 578663 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateExplicitNotInSchemaSelector-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateExplicitNotInSchemaSelector
   [junit4]   2> 578669 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedBoolean-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedBoolean
   [junit4]   2> 578669 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedBoolean-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedBoolean
   [junit4]   2> 578671 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseUSPacificDate-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseUSPacificDate
   [junit4]   2> 578672 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseUSPacificDate-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseUSPacificDate
   [junit4]   2> 578674 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedLong-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedLong
   [junit4]   2> 578674 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedLong-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedLong
   [junit4]   2> 578676 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseQuotedDate-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseQuotedDate
   [junit4]   2> 578678 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseQuotedDate-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseQuotedDate
   [junit4]   2> 578680 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testISO8601
   [junit4]   2> 578689 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578689 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578692 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4841e7dd[collection1] main]
   [junit4]   2> 578692 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578694 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4841e7dd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):C2/1:delGen=1) Uninverting(_2(8.0.0):C1) Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C2/1:delGen=1)))}
   [junit4]   2> 578695 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 578696 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578700 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578700 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578706 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cf3aba0[collection1] main]
   [junit4]   2> 578706 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578707 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1cf3aba0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):C4) Uninverting(_7(8.0.0):C1)))}
   [junit4]   2> 578707 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 578707 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578709 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578709 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578711 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@48e8c9ed[collection1] main]
   [junit4]   2> 578711 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578712 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@48e8c9ed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):C4) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1)))}
   [junit4]   2> 578712 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578714 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578715 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578715 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578717 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@194d7296[collection1] main]
   [junit4]   2> 578717 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578718 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@194d7296[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):C4) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C1)))}
   [junit4]   2> 578718 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578719 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578720 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578720 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578722 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@531e3249[collection1] main]
   [junit4]   2> 578722 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578723 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@531e3249[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):C4) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C1) Uninverting(_a(8.0.0):C1)))}
   [junit4]   2> 578723 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578723 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578725 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578725 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578725 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@758722e2[collection1] main]
   [junit4]   2> 578725 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578725 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@758722e2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):C4) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C1) Uninverting(_a(8.0.0):C1) Uninverting(_b(8.0.0):C1)))}
   [junit4]   2> 578728 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578728 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578730 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testISO8601
   [junit4]   2> 578732 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateFieldNotInSchema-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateFieldNotInSchema
   [junit4]   2> 578732 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateFieldNotInSchema-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateFieldNotInSchema
   [junit4]   2> 578734 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseTrieDoubleRoundTrip
   [junit4]   2> 578736 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578736 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578738 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3281b58[collection1] main]
   [junit4]   2> 578738 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578739 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3281b58[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):C4/1:delGen=1) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C1) Uninverting(_a(8.0.0):C1) Uninverting(_b(8.0.0):C1) Uninverting(_c(8.0.0):C5)))}
   [junit4]   2> 578739 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578740 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:728&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578741 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseTrieDoubleRoundTrip
   [junit4]   2> 578743 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testRfc1123-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRfc1123
   [junit4]   2> 578744 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testRfc1123-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRfc1123
   [junit4]   2> 578745 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedDouble-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedDouble
   [junit4]   2> 578747 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedDouble-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedDouble
   [junit4]   2> 578748 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseAlternateSingleValuesBooleans-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseAlternateSingleValuesBooleans
   [junit4]   2> 578749 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseAlternateSingleValuesBooleans-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseAlternateSingleValuesBooleans
   [junit4]   2> 578750 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFrenchDate-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseFrenchDate
   [junit4]   2> 578751 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFrenchDate-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseFrenchDate
   [junit4]   2> 578752 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseTrieDateRoundTrip
   [junit4]   2> 578754 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578754 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578755 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@be35c66[collection1] main]
   [junit4]   2> 578756 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578756 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@be35c66[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):C4/2:delGen=2) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C1) Uninverting(_a(8.0.0):C1) Uninverting(_b(8.0.0):C1) Uninverting(_c(8.0.0):C5) Uninverting(_d(8.0.0):C2)))}
   [junit4]   2> 578757 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578757 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:39&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578758 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseTrieDateRoundTrip
   [junit4]   2> 578760 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseTrieIntRoundTrip
   [junit4]   2> 578760 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578760 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578762 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d6f3efb[collection1] main]
   [junit4]   2> 578763 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578764 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7d6f3efb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):C4/3:delGen=3) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C1) Uninverting(_a(8.0.0):C1) Uninverting(_b(8.0.0):C1) Uninverting(_c(8.0.0):C5) Uninverting(_d(8.0.0):C2) Uninverting(_e(8.0.0):C1)))}
   [junit4]   2> 578764 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578765 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:113&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578765 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseTrieIntRoundTrip
   [junit4]   2> 578767 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedInt-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedInt
   [junit4]   2> 578768 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedInt-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedInt
   [junit4]   2> 578770 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedDate-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedDate
   [junit4]   2> 578780 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedDate-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedDate
   [junit4]   2> 578783 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntNonRootLocale-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseIntNonRootLocale
   [junit4]   2> 578785 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntNonRootLocale-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseIntNonRootLocale
   [junit4]   2> 578787 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongNonRootLocale-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseLongNonRootLocale
   [junit4]   2> 578788 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongNonRootLocale-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseLongNonRootLocale
   [junit4]   2> 578792 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseBooleanRoundTrip
   [junit4]   2> 578792 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578792 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578795 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@442486eb[collection1] main]
   [junit4]   2> 578796 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578797 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@442486eb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):C4/3:delGen=3) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C1) Uninverting(_a(8.0.0):C1) Uninverting(_b(8.0.0):C1) Uninverting(_c(8.0.0):C5) Uninverting(_d(8.0.0):C2) Uninverting(_e(8.0.0):C1) Uninverting(_f(8.0.0):C1)))}
   [junit4]   2> 578797 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 578798 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:141&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578798 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseBooleanRoundTrip
   [junit4]   2> 578803 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testRfc1036-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRfc1036
   [junit4]   2> 578804 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testRfc1036-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRfc1036
   [junit4]   2> 578807 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testCascadingParsers-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCascadingParsers
   [junit4]   2> 578812 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testCascadingParsers-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCascadingParsers
   [junit4]   2> 578815 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testMixedFloats-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMixedFloats
   [junit4]   2> 578816 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testMixedFloats-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMixedFloats
   [junit4]   2> 578818 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateFormats-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateFormats
   [junit4]   2> 578847 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateFormats-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateFormats
   [junit4]   2> 578849 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseTrieFloatRoundTrip
   [junit4]   2> 578849 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578849 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578852 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b68931a[collection1] main]
   [junit4]   2> 578854 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578856 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5b68931a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):C4/3:delGen=3) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C1) Uninverting(_a(8.0.0):C1) Uninverting(_b(8.0.0):C1) Uninverting(_c(8.0.0):C5/1:delGen=1) Uninverting(_d(8.0.0):C2/1:delGen=1) Uninverting(_e(8.0.0):C1) Uninverting(_f(8.0.0):C1) Uninverting(_g(8.0.0):C2)))}
   [junit4]   2> 578856 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 578856 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:728&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578857 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseTrieFloatRoundTrip
   [junit4]   2> 578859 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testAnsiC-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAnsiC
   [junit4]   2> 578861 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testAnsiC-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAnsiC
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ParsingFieldUpdateProcessorsTest -Dtests.method=testAnsiC -Dtests.seed=1B4CEC36992E111F -Dtests.slow=true -Dtests.locale=nl-BQ -Dtests.timezone=Asia/Baku -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J0 | ParsingFieldUpdateProcessorsTest.testAnsiC <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<Fri Oct 07 18:14:15 AZST 2005> but was:<Fri Oct 07 19:14:15 AZST 2005>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1B4CEC36992E111F:34069D85FCB8B5FE]:0)
   [junit4]    > 	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
   [junit4]    > 	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 578863 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatNonRootLocale-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseFloatNonRootLocale
   [junit4]   2> 578864 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatNonRootLocale-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseFloatNonRootLocale
   [junit4]   2> 578866 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testLenient-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLenient
   [junit4]   2> 578867 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testLenient-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLenient
   [junit4]   2> 578867 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDoubleRoundTrip
   [junit4]   2> 578867 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578867 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578867 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a7e6464[collection1] main]
   [junit4]   2> 578872 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578872 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5a7e6464[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_h(8.0.0):C13/1:delGen=1) Uninverting(_g(8.0.0):C2/1:delGen=1) Uninverting(_i(8.0.0):C4/2:delGen=1)))}
   [junit4]   2> 578873 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578873 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:128&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578874 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDoubleRoundTrip
   [junit4]   2> 578876 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedFloat-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedFloat
   [junit4]   2> 578876 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedFloat-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedFloat
   [junit4]   2> 578878 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateNonUTCdefaultTimeZoneRoundTrip
   [junit4]   2> 578881 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 578881 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@438ea923 commitCommandVersion:0
   [junit4]   2> 578882 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2dd10e9d[collection1] main]
   [junit4]   2> 578883 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 578883 INFO  (searcherExecutor-2121-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2dd10e9d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_h(8.0.0):C13/1:delGen=1) Uninverting(_g(8.0.0):C2/1:delGen=1) Uninverting(_i(8.0.0):C4/2:delGen=1) Uninverting(_j(8.0.0):C1)))}
   [junit4]   2> 578884 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 578884 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:99&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 578885 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateNonUTCdefaultTimeZoneRoundTrip
   [junit4]   2> 578886 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testNoTime-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoTime
   [junit4]   2> 578887 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testNoTime-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoTime
   [junit4]   2> 578890 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleNonRootLocale-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDoubleNonRootLocale
   [junit4]   2> 578890 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleNonRootLocale-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDoubleNonRootLocale
   [junit4]   2> 578898 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateExplicitTypeClassSelector-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateExplicitTypeClassSelector
   [junit4]   2> 578910 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateExplicitTypeClassSelector-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateExplicitTypeClassSelector
   [junit4]   2> 578910 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 578910 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2058355443
   [junit4]   2> 578910 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 578911 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@75e2d317: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@23a31cb3
   [junit4]   2> 578914 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 578914 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4a2de9a8: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@670dd860
   [junit4]   2> 578916 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 578916 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@32043cb2: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3573a34c
   [junit4]   2> 578917 INFO  (coreCloseExecutor-2125-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2c7b24f9
   [junit4]   2> 578917 INFO  (coreCloseExecutor-2125-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=2c7b24f9
   [junit4]   2> 578917 INFO  (coreCloseExecutor-2125-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d3c6ca4: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7a2a2e7
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.ParsingFieldUpdateProcessorsTest_1B4CEC36992E111F-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=3806, maxDocsPerChunk=610, blockSize=9), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=3806, blockSize=9)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@340a1987), locale=nl-BQ, timezone=Asia/Baku
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 10.0.1 (64-bit)/cpus=3,threads=1,free=107088224,total=238055424
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncWithIndexFingerprintCachingTest, LeaderVoteWaitTimeoutTest, LIROnShardRestartTest, TestExceedMaxTermLength, TestZkChroot, TestLegacyNumericUtils, CreateRoutedAliasTest, TestComplexPhraseLeadingWildcard, RestartWhileUpdatingTest, HdfsTlogReplayBufferedWhileIndexingTest, HttpSolrCallGetCoreTest, AtomicUpdateProcessorFactoryTest, TestOnReconnectListenerSupport, DocExpirationUpdateProcessorFactoryTest, MetricsHistoryIntegrationTest, ChangedSchemaMergeTest, TaggingAttributeTest, OverseerModifyCollectionTest, TestSolr4Spatial2, VMParamsZkACLAndCredentialsProvidersTest, CloudMLTQParserTest, TestNumericTerms32, TestNodeLostTrigger, ClassificationUpdateProcessorFactoryTest, UpdateLogTest, NodeAddedTriggerTest, NotRequiredUniqueKeyTest, TestSubQueryTransformerDistrib, TestBM25SimilarityFactory, TestPayloadCheckQParserPlugin, MetricTriggerTest, UUIDFieldTest, GraphQueryTest, RequestLoggingTest, HdfsRecoveryZkTest, AsyncCallRequestStatusResponseTest, ZkStateWriterTest, TestCSVResponseWriter, ZkSolrClientTest, SpellCheckComponentTest, TestPivotHelperCode, DisMaxRequestHandlerTest, HdfsNNFailoverTest, TestSafeXMLParsing, TestExactSharedStatsCache, DataDrivenBlockJoinTest, DeleteReplicaTest, AnalyticsQueryTest, BigEndianAscendingWordDeserializerTest, SimpleFacetsTest, TestHashPartitioner, TestRealTimeGet, StatsReloadRaceTest, ReplicaListTransformerTest, TestSkipOverseerOperations, QueryParsingTest, RecoveryAfterSoftCommitTest, ZkNodePropsTest, CollectionStateFormat2Test, TestConfigsApi, BlockCacheTest, ClassificationUpdateProcessorTest, CSVRequestHandlerTest, RestoreTriggerStateTest, TestSSLRandomization, DistributedFacetPivotLongTailTest, CloudExitableDirectoryReaderTest, TestDFISimilarityFactory, TestPointFields, ParsingFieldUpdateProcessorsTest]
   [junit4] Completed [98/829 (1!)] on J0 in 1.32s, 41 tests, 1 failure <<< FAILURES!

[...truncated 44911 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7481/consoleText

[repro] Revision: 93a20b72b1a4fe7f5726d68cce2082e04df4a02b

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       ParsingFieldUpdateProcessorsTest
[repro] ant compile-test

[...truncated 3418 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.ParsingFieldUpdateProcessorsTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=1B4CEC36992E111F -Dtests.slow=true -Dtests.locale=nl-BQ -Dtests.timezone=Asia/Baku -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 32 lines...]
   [junit4] Suite: org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.ParsingFieldUpdateProcessorsTest_1B4CEC36992E111F-001\init-core-data-001
   [junit4]   2> 10696 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 10734 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.e.j.u.log Logging initialized @10758ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 10744 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 10762 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 10767 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 10871 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrResourceLoader Using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr
   [junit4]   2> 10875 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 11213 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 11340 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 11377 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11384 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11388 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11397 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11612 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11799 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11809 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11943 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 12052 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 12060 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 13695 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 13701 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 13781 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b806a0d
   [junit4]   2> 13782 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b806a0d
   [junit4]   2> 13782 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b806a0d
   [junit4]   2> 13801 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 13911 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.

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

ocessorsTest.testFailedParseMixedFloat
   [junit4]   2> 20965 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateNonUTCdefaultTimeZoneRoundTrip
   [junit4]   2> 20968 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 20968 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7d8f444c commitCommandVersion:0
   [junit4]   2> 20983 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@270d338e[collection1] main]
   [junit4]   2> 20985 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 20985 INFO  (searcherExecutor-25-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@270d338e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_h(8.0.0):C13/1:delGen=1) Uninverting(_g(8.0.0):C2/1:delGen=1) Uninverting(_i(8.0.0):C4/2:delGen=1) Uninverting(_j(8.0.0):C1)))}
   [junit4]   2> 20986 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 19
   [junit4]   2> 20987 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:99&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 20988 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateNonUTCdefaultTimeZoneRoundTrip
   [junit4] OK      0.03s J1 | ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip
   [junit4]   2> 20989 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testNoTime-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoTime
   [junit4]   2> 20991 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testNoTime-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoTime
   [junit4] OK      0.00s J1 | ParsingFieldUpdateProcessorsTest.testNoTime
   [junit4]   2> 20993 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleNonRootLocale-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDoubleNonRootLocale
   [junit4]   2> 20993 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleNonRootLocale-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDoubleNonRootLocale
   [junit4] OK      0.00s J1 | ParsingFieldUpdateProcessorsTest.testParseDoubleNonRootLocale
   [junit4]   2> 20995 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateExplicitTypeClassSelector-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateExplicitTypeClassSelector
   [junit4]   2> 20995 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateExplicitTypeClassSelector-seed#[1B4CEC36992E111F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateExplicitTypeClassSelector
   [junit4] OK      0.00s J1 | ParsingFieldUpdateProcessorsTest.testParseDateExplicitTypeClassSelector
   [junit4]   2> 20997 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 20997 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1997083778
   [junit4]   2> 20997 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 20997 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6ed36583: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7f902072
   [junit4]   2> 21001 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 21001 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4dd80360: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@219d090
   [junit4]   2> 21002 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 21002 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[1B4CEC36992E111F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c5de58e: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3297d58f
   [junit4]   2> 21002 INFO  (coreCloseExecutor-29-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@709c9b3c
   [junit4]   2> 21002 INFO  (coreCloseExecutor-29-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=709c9b3c
   [junit4]   2> 21002 INFO  (coreCloseExecutor-29-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@411c972: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@a9face6
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.ParsingFieldUpdateProcessorsTest_1B4CEC36992E111F-002
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=3806, maxDocsPerChunk=610, blockSize=9), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=3806, blockSize=9)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f98df89), locale=nl-BQ, timezone=Asia/Baku
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 10.0.1 (64-bit)/cpus=3,threads=1,free=52382248,total=97386496
   [junit4]   2> NOTE: All tests run in this JVM: [ParsingFieldUpdateProcessorsTest, ParsingFieldUpdateProcessorsTest]
   [junit4] Completed [5/5 (5!)] on J1 in 2.14s, 41 tests, 1 failure <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1568: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1092: There were test failures: 5 suites, 205 tests, 5 failures [seed: 1B4CEC36992E111F]

Total time: 23 seconds

[repro] Setting last failure code to 1

[repro] Failures:
[repro]   5/5 failed: org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\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=93a20b72b1a4fe7f5726d68cce2082e04df4a02b, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #7480
Recording test results
Setting ANT_1_8_2_HOME=C:\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=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-10) - Build # 7480 - Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7480/
Java: 64bit/jdk-10 -XX:-UseCompressedOops -XX:+UseG1GC

7 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.admin.CoreAdminCreateDiscoverTest

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001\normal\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001\normal\data    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001\normal: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001\normal    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001\normal\data: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001\normal\data
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001\normal: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001\normal
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminCreateDiscoverTest_7428B2ED5AAC9B17-001\tempDir-001

	at __randomizedtesting.SeedInfo.seed([7428B2ED5AAC9B17]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:318)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC

Error Message:
expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>

Stack Trace:
java.lang.AssertionError: expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>
	at __randomizedtesting.SeedInfo.seed([7428B2ED5AAC9B17:5B62C35E3F3A3FF6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC

Error Message:
expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>

Stack Trace:
java.lang.AssertionError: expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>
	at __randomizedtesting.SeedInfo.seed([7428B2ED5AAC9B17:5B62C35E3F3A3FF6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC

Error Message:
expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>

Stack Trace:
java.lang.AssertionError: expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>
	at __randomizedtesting.SeedInfo.seed([7428B2ED5AAC9B17:5B62C35E3F3A3FF6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC

Error Message:
expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>

Stack Trace:
java.lang.AssertionError: expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>
	at __randomizedtesting.SeedInfo.seed([7428B2ED5AAC9B17:5B62C35E3F3A3FF6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC

Error Message:
expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>

Stack Trace:
java.lang.AssertionError: expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>
	at __randomizedtesting.SeedInfo.seed([7428B2ED5AAC9B17:5B62C35E3F3A3FF6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC

Error Message:
expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>

Stack Trace:
java.lang.AssertionError: expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>
	at __randomizedtesting.SeedInfo.seed([7428B2ED5AAC9B17:5B62C35E3F3A3FF6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12993 lines...]
   [junit4] Suite: org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest
   [junit4]   2> 1035235 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.ParsingFieldUpdateProcessorsTest_7428B2ED5AAC9B17-001\init-core-data-001
   [junit4]   2> 1035236 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=15 numCloses=15
   [junit4]   2> 1035236 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1035237 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1035237 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1035238 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1035256 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1035264 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1035337 WARN  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1035337 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 1035576 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1035576 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1035589 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e6b1d49
   [junit4]   2> 1035594 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e6b1d49
   [junit4]   2> 1035594 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e6b1d49
   [junit4]   2> 1035597 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1035616 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1035624 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1035703 WARN  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1035703 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 1035715 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 1035715 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e6b1d49
   [junit4]   2> 1035715 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1035715 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.ParsingFieldUpdateProcessorsTest_7428B2ED5AAC9B17-001\init-core-data-001\]
   [junit4]   2> 1035820 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1035820 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1035822 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@360f3f45[collection1] main]
   [junit4]   2> 1035822 WARN  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 1035823 INFO  (coreLoadExecutor-5061-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1035824 INFO  (searcherExecutor-5062-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@360f3f45[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1035826 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1035826 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testMixedFloats-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMixedFloats
   [junit4]   2> 1035830 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testMixedFloats-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMixedFloats
   [junit4]   2> 1035831 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testNoTime-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoTime
   [junit4]   2> 1035832 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testNoTime-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoTime
   [junit4]   2> 1035834 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseAlternateValueBooleans-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseAlternateValueBooleans
   [junit4]   2> 1035834 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseAlternateValueBooleans-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseAlternateValueBooleans
   [junit4]   2> 1035837 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testAKSTZone-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAKSTZone
   [junit4]   2> 1035860 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testAKSTZone-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAKSTZone
   [junit4]   2> 1035862 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testLenient-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLenient
   [junit4]   2> 1035863 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testLenient-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLenient
   [junit4]   2> 1035864 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedBoolean-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedBoolean
   [junit4]   2> 1035865 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedBoolean-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedBoolean
   [junit4]   2> 1035866 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateFieldNotInSchema-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateFieldNotInSchema
   [junit4]   2> 1035868 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateFieldNotInSchema-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateFieldNotInSchema
   [junit4]   2> 1035870 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateFormats-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateFormats
   [junit4]   2> 1035897 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateFormats-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateFormats
   [junit4]   2> 1035901 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseLongRoundTrip
   [junit4]   2> 1035901 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035901 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035905 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@35727503[collection1] main]
   [junit4]   2> 1035905 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035906 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@35727503[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C4/2:delGen=1)))}
   [junit4]   2> 1035906 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 1035908 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:113&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035909 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseLongRoundTrip
   [junit4]   2> 1035911 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testISO8601
   [junit4]   2> 1035916 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035916 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035918 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ebfe5cf[collection1] main]
   [junit4]   2> 1035919 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035920 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6ebfe5cf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):C2/1:delGen=1) Uninverting(_2(8.0.0):C1)))}
   [junit4]   2> 1035920 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 1035920 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035921 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035921 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035923 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@49b60976[collection1] main]
   [junit4]   2> 1035923 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035924 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@49b60976[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.0.0):C2) Uninverting(_4(8.0.0):C1)))}
   [junit4]   2> 1035925 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 1035925 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035926 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035926 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035927 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@103b20fd[collection1] main]
   [junit4]   2> 1035927 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035928 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@103b20fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.0.0):C2) Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C1)))}
   [junit4]   2> 1035928 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1035928 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035929 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035929 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035930 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@296e5e0a[collection1] main]
   [junit4]   2> 1035931 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035931 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@296e5e0a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.0.0):C2) Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C1) Uninverting(_6(8.0.0):C1)))}
   [junit4]   2> 1035932 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1035932 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035933 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035933 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035934 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@aeb17ce[collection1] main]
   [junit4]   2> 1035935 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035935 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@aeb17ce[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.0.0):C2) Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C1) Uninverting(_6(8.0.0):C1) Uninverting(_7(8.0.0):C1)))}
   [junit4]   2> 1035936 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1035936 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035936 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035936 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035939 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5fdcb3e0[collection1] main]
   [junit4]   2> 1035939 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035940 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5fdcb3e0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.0.0):C2) Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C1) Uninverting(_6(8.0.0):C1) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1)))}
   [junit4]   2> 1035940 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1035940 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035942 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testISO8601-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testISO8601
   [junit4]   2> 1035944 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntNonRootLocale-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseIntNonRootLocale
   [junit4]   2> 1035946 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntNonRootLocale-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseIntNonRootLocale
   [junit4]   2> 1035949 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseIntRoundTrip
   [junit4]   2> 1035949 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035949 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035951 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4b2fb80f[collection1] main]
   [junit4]   2> 1035951 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035952 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4b2fb80f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.0.0):C2/1:delGen=1) Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C1) Uninverting(_6(8.0.0):C1) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C5)))}
   [junit4]   2> 1035953 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 1035953 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:113&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035954 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseIntRoundTrip
   [junit4]   2> 1035956 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDoubleRoundTrip
   [junit4]   2> 1035957 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035957 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035958 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@686788e5[collection1] main]
   [junit4]   2> 1035959 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035959 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@686788e5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.0.0):C2/1:delGen=1) Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C1) Uninverting(_6(8.0.0):C1) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C5) Uninverting(_a(8.0.0):C1)))}
   [junit4]   2> 1035959 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1035959 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:128&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035961 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDoubleRoundTrip
   [junit4]   2> 1035963 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateExplicitNotInSchemaSelector-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateExplicitNotInSchemaSelector
   [junit4]   2> 1035964 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateExplicitNotInSchemaSelector-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateExplicitNotInSchemaSelector
   [junit4]   2> 1035967 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedDouble-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedDouble
   [junit4]   2> 1035967 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedDouble-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedDouble
   [junit4]   2> 1035969 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongNonRootLocale-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseLongNonRootLocale
   [junit4]   2> 1035970 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseLongNonRootLocale-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseLongNonRootLocale
   [junit4]   2> 1035970 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testRfc1123-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRfc1123
   [junit4]   2> 1035972 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testRfc1123-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRfc1123
   [junit4]   2> 1035974 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateNonUTCdefaultTimeZoneRoundTrip
   [junit4]   2> 1035974 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035974 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035975 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7231161f[collection1] main]
   [junit4]   2> 1035976 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035977 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7231161f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C1) Uninverting(_6(8.0.0):C1) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C5) Uninverting(_a(8.0.0):C1) Uninverting(_b(8.0.0):C2)))}
   [junit4]   2> 1035977 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1035978 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:99&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035978 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateNonUTCdefaultTimeZoneRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateNonUTCdefaultTimeZoneRoundTrip
   [junit4]   2> 1035980 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedLong-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedLong
   [junit4]   2> 1035981 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedLong-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedLong
   [junit4]   2> 1035982 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseFloatRoundTrip
   [junit4]   2> 1035982 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035983 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035983 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@333acef5[collection1] main]
   [junit4]   2> 1035984 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035985 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@333acef5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C1) Uninverting(_6(8.0.0):C1) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C5) Uninverting(_b(8.0.0):C2) Uninverting(_c(8.0.0):C1)))}
   [junit4]   2> 1035985 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1035985 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:128&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035986 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseFloatRoundTrip
   [junit4]   2> 1035988 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseTrieDateRoundTrip
   [junit4]   2> 1035988 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035988 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035989 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3486aa34[collection1] main]
   [junit4]   2> 1035990 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035991 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3486aa34[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C1) Uninverting(_6(8.0.0):C1) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C5) Uninverting(_b(8.0.0):C2) Uninverting(_c(8.0.0):C1) Uninverting(_d(8.0.0):C1)))}
   [junit4]   2> 1035991 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1035991 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:39&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035991 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseTrieDateRoundTrip
   [junit4]   2> 1035994 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateRoundTrip
   [junit4]   2> 1035994 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1035994 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1035995 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2715ef92[collection1] main]
   [junit4]   2> 1035996 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1035997 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2715ef92[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C1) Uninverting(_6(8.0.0):C1) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C5/1:delGen=1) Uninverting(_b(8.0.0):C2) Uninverting(_c(8.0.0):C1) Uninverting(_d(8.0.0):C1) Uninverting(_e(8.0.0):C1)))}
   [junit4]   2> 1035997 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1035997 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1035998 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateRoundTrip
   [junit4]   2> 1035999 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testCascadingParsers-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCascadingParsers
   [junit4]   2> 1036009 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testCascadingParsers-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCascadingParsers
   [junit4]   2> 1036011 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseQuotedDate-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseQuotedDate
   [junit4]   2> 1036012 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseQuotedDate-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseQuotedDate
   [junit4]   2> 1036013 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testAnsiC-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAnsiC
   [junit4]   2> 1036015 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testAnsiC-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAnsiC
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ParsingFieldUpdateProcessorsTest -Dtests.method=testAnsiC -Dtests.seed=7428B2ED5AAC9B17 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=NZ -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.01s J0 | ParsingFieldUpdateProcessorsTest.testAnsiC <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<Sat Oct 08 02:14:15 NZDT 2005> but was:<Sat Oct 08 03:14:15 NZDT 2005>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7428B2ED5AAC9B17:5B62C35E3F3A3FF6]:0)
   [junit4]    > 	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.assertParsedDate(ParsingFieldUpdateProcessorsTest.java:1007)
   [junit4]    > 	at org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest.testAnsiC(ParsingFieldUpdateProcessorsTest.java:978)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1036019 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testIntOverflow-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testIntOverflow
   [junit4]   2> 1036020 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testIntOverflow-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testIntOverflow
   [junit4]   2> 1036021 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedInt-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedInt
   [junit4]   2> 1036022 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedInt-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedInt
   [junit4]   2> 1036024 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseTrieIntRoundTrip
   [junit4]   2> 1036024 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036024 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1036026 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@10fd3884[collection1] main]
   [junit4]   2> 1036027 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1036028 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@10fd3884[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(8.0.0):C1) Uninverting(_5(8.0.0):C1) Uninverting(_6(8.0.0):C1) Uninverting(_7(8.0.0):C1) Uninverting(_8(8.0.0):C1) Uninverting(_9(8.0.0):C5/2:delGen=2) Uninverting(_b(8.0.0):C2/1:delGen=1) Uninverting(_c(8.0.0):C1) Uninverting(_d(8.0.0):C1) Uninverting(_e(8.0.0):C1) Uninverting(_f(8.0.0):C4/2:delGen=1)))}
   [junit4]   2> 1036028 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 1036028 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:113&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1036029 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieIntRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseTrieIntRoundTrip
   [junit4]   2> 1036031 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseTrieDoubleRoundTrip
   [junit4]   2> 1036032 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036032 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1036034 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5aaa8bb0[collection1] main]
   [junit4]   2> 1036034 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5aaa8bb0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_g(8.0.0):C13) Uninverting(_c(8.0.0):C1) Uninverting(_h(8.0.0):C1)))}
   [junit4]   2> 1036034 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1036035 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 1036035 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:728&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1036036 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieDoubleRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseTrieDoubleRoundTrip
   [junit4]   2> 1036038 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseUSPacificDate-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseUSPacificDate
   [junit4]   2> 1036039 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseUSPacificDate-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseUSPacificDate
   [junit4]   2> 1036040 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseAlternateSingleValuesBooleans-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseAlternateSingleValuesBooleans
   [junit4]   2> 1036041 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseAlternateSingleValuesBooleans-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseAlternateSingleValuesBooleans
   [junit4]   2> 1036042 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateExplicitTypeClassSelector-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDateExplicitTypeClassSelector
   [junit4]   2> 1036043 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDateExplicitTypeClassSelector-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDateExplicitTypeClassSelector
   [junit4]   2> 1036044 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatNonRootLocale-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseFloatNonRootLocale
   [junit4]   2> 1036045 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFloatNonRootLocale-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseFloatNonRootLocale
   [junit4]   2> 1036047 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFrenchDate-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseFrenchDate
   [junit4]   2> 1036047 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseFrenchDate-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseFrenchDate
   [junit4]   2> 1036049 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleNonRootLocale-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseDoubleNonRootLocale
   [junit4]   2> 1036049 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseDoubleNonRootLocale-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseDoubleNonRootLocale
   [junit4]   2> 1036050 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseTrieFloatRoundTrip
   [junit4]   2> 1036050 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036050 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1036051 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@14bf5795[collection1] main]
   [junit4]   2> 1036051 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1036053 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@14bf5795[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_g(8.0.0):C13) Uninverting(_c(8.0.0):C1) Uninverting(_i(8.0.0):C1)))}
   [junit4]   2> 1036053 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1036053 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:728&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1036053 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieFloatRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseTrieFloatRoundTrip
   [junit4]   2> 1036056 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseTrieLongRoundTrip
   [junit4]   2> 1036056 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036056 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1036061 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d1d6ac4[collection1] main]
   [junit4]   2> 1036062 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1036062 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4d1d6ac4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_g(8.0.0):C13/1:delGen=1) Uninverting(_c(8.0.0):C1) Uninverting(_i(8.0.0):C1) Uninverting(_j(8.0.0):C1)))}
   [junit4]   2> 1036062 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1036063 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:113&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1036063 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseTrieLongRoundTrip
   [junit4]   2> 1036065 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseBooleanRoundTrip
   [junit4]   2> 1036065 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036065 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f5864ac commitCommandVersion:0
   [junit4]   2> 1036067 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f5719[collection1] main]
   [junit4]   2> 1036067 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1036068 INFO  (searcherExecutor-5062-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4f5719[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_g(8.0.0):C13/1:delGen=1) Uninverting(_c(8.0.0):C1) Uninverting(_i(8.0.0):C1) Uninverting(_j(8.0.0):C1) Uninverting(_k(8.0.0):C1)))}
   [junit4]   2> 1036068 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1036068 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:141&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1036069 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseBooleanRoundTrip
   [junit4]   2> 1036072 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testRfc1036-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRfc1036
   [junit4]   2> 1036073 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testRfc1036-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRfc1036
   [junit4]   2> 1036074 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedDate-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedDate
   [junit4]   2> 1036075 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedDate-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedDate
   [junit4]   2> 1036077 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedFloat-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedFloat
   [junit4]   2> 1036078 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedFloat-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedFloat
   [junit4]   2> 1036078 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1036078 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=55829661
   [junit4]   2> 1036078 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1036078 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@122b47cc: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@f2e5fcd
   [junit4]   2> 1036081 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1036081 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ff3f73a: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2a34a829
   [junit4]   2> 1036084 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1036084 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d30f5bb: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@28e080bf
   [junit4]   2> 1036084 INFO  (coreCloseExecutor-5066-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@62df998a
   [junit4]   2> 1036084 INFO  (coreCloseExecutor-5066-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=62df998a
   [junit4]   2> 1036084 INFO  (coreCloseExecutor-5066-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d14494d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6c243473
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.ParsingFieldUpdateProcessorsTest_7428B2ED5AAC9B17-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7138724f), locale=fr, timezone=NZ
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 10 (64-bit)/cpus=3,threads=1,free=131427368,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomCollapseQParserPlugin, ZkStateWriterTest, FullHLLTest, TestSQLHandler, TestCollationFieldDocValues, ManagedSchemaRoundRobinCloudTest, SimpleCollectionCreateDeleteTest, TestReloadDeadlock, TestObjectReleaseTracker, ProtectedTermFilterFactoryTest, DistributedFacetPivotLongTailTest, OverseerModifyCollectionTest, OverriddenZkACLAndCredentialsProvidersTest, TestDirectoryFactory, VersionInfoTest, SignatureUpdateProcessorFactoryTest, VMParamsZkACLAndCredentialsProvidersTest, CdcrReplicationHandlerTest, TestHighFrequencyDictionaryFactory, TestComplexPhraseLeadingWildcard, ComputePlanActionTest, RangeFacetCloudTest, C

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

 27943 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseTrieLongRoundTrip
   [junit4] OK      0.03s J0 | ParsingFieldUpdateProcessorsTest.testParseTrieLongRoundTrip
   [junit4]   2> 27948 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParseBooleanRoundTrip
   [junit4]   2> 27949 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 27950 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@42aefe37 commitCommandVersion:0
   [junit4]   2> 27961 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b22ac8[collection1] main]
   [junit4]   2> 27984 INFO  (searcherExecutor-68-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b22ac8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_g(8.0.0):C13/1:delGen=1) Uninverting(_c(8.0.0):C1) Uninverting(_i(8.0.0):C1) Uninverting(_j(8.0.0):C1) Uninverting(_k(8.0.0):C1)))}
   [junit4]   2> 27985 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 27986 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 36
   [junit4]   2> 27990 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:141&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 27991 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParseBooleanRoundTrip
   [junit4] OK      0.04s J0 | ParsingFieldUpdateProcessorsTest.testParseBooleanRoundTrip
   [junit4]   2> 27996 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testRfc1036-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRfc1036
   [junit4]   2> 27999 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testRfc1036-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRfc1036
   [junit4] OK      0.01s J0 | ParsingFieldUpdateProcessorsTest.testRfc1036
   [junit4]   2> 28004 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedDate-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedDate
   [junit4]   2> 28004 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedDate-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedDate
   [junit4] OK      0.00s J0 | ParsingFieldUpdateProcessorsTest.testFailedParseMixedDate
   [junit4]   2> 28006 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedFloat-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedParseMixedFloat
   [junit4]   2> 28006 INFO  (TEST-ParsingFieldUpdateProcessorsTest.testFailedParseMixedFloat-seed#[7428B2ED5AAC9B17]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFailedParseMixedFloat
   [junit4] OK      0.00s J0 | ParsingFieldUpdateProcessorsTest.testFailedParseMixedFloat
   [junit4]   2> 28006 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 28006 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=443197408
   [junit4]   2> 28008 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 28008 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c5f7cdd: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3b752b13
   [junit4]   2> 28015 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 28015 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c62887e: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@10f381ea
   [junit4]   2> 28015 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 28016 INFO  (SUITE-ParsingFieldUpdateProcessorsTest-seed#[7428B2ED5AAC9B17]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@14c34262: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@79e4023b
   [junit4]   2> 28017 INFO  (coreCloseExecutor-72-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3a7d4c55
   [junit4]   2> 28017 INFO  (coreCloseExecutor-72-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=3a7d4c55
   [junit4]   2> 28017 INFO  (coreCloseExecutor-72-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@65abbccf: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@63e0e5dc
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.ParsingFieldUpdateProcessorsTest_7428B2ED5AAC9B17-003
   [junit4]   2> Aug 16, 2018 3:49:29 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3fe20ff5), locale=fr, timezone=NZ
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 10 (64-bit)/cpus=3,threads=1,free=23062856,total=135266304
   [junit4]   2> NOTE: All tests run in this JVM: [ParsingFieldUpdateProcessorsTest, ParsingFieldUpdateProcessorsTest, CoreAdminCreateDiscoverTest, ParsingFieldUpdateProcessorsTest]
   [junit4] Completed [8/10 (5!)] on J0 in 2.50s, 41 tests, 1 failure <<< FAILURES!

[...truncated 28 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1568: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1092: There were test failures: 10 suites, 225 tests, 5 failures [seed: 7428B2ED5AAC9B17]

Total time: 33 seconds

[repro] Setting last failure code to 1

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.handler.admin.CoreAdminCreateDiscoverTest
[repro]   5/5 failed: org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\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=59550fc262965add1a1b125d596604fed945e3a6, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #7478
Recording test results
Setting ANT_1_8_2_HOME=C:\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=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2