You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/02/24 05:27:09 UTC

[JENKINS] Lucene-Solr-Tests-8.x - Build # 43 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/43/

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.AsyncCallRequestStatusResponseTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.AsyncCallRequestStatusResponseTest:     1) Thread[id=152, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-AsyncCallRequestStatusResponseTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.AsyncCallRequestStatusResponseTest: 
   1) Thread[id=152, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-AsyncCallRequestStatusResponseTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
        at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.AsyncCallRequestStatusResponseTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=152, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-AsyncCallRequestStatusResponseTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=152, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-AsyncCallRequestStatusResponseTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
        at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)


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

Error Message:
Failed while waiting for active collection Timeout waiting to see state for collection=collection1 :null Live Nodes: [127.0.0.1:39908_solr, 127.0.0.1:46791_solr] Last available state: null

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection
Timeout waiting to see state for collection=collection1 :null
Live Nodes: [127.0.0.1:39908_solr, 127.0.0.1:46791_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D:61A6DA3F5E1B6A75]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:728)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:734)
	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.servlet.DirectSolrConnectionTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.servlet.DirectSolrConnectionTest:     1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.servlet.DirectSolrConnectionTest: 
   1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
        at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.servlet.DirectSolrConnectionTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
        at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)




Build Log:
[...truncated 12649 lines...]
   [junit4] Suite: org.apache.solr.servlet.DirectSolrConnectionTest
   [junit4]   2> 4387 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.servlet.DirectSolrConnectionTest_E9F2E5E5F0E7078D-001/init-core-data-001
   [junit4]   2> 4584 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4661 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.e.j.u.log Logging initialized @4713ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4674 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4719 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4823 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.SolrResourceLoader Using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr
   [junit4]   2> 4835 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 5485 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 5616 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 5695 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 7101 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7766 WARN  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2fad429b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8212 WARN  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5c9a432f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8910 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 8922 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 9365 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@682561b3
   [junit4]   2> 9367 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@682561b3
   [junit4]   2> 9367 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@682561b3
   [junit4]   2> 9501 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 9675 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 9790 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 9824 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 9825 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 10000 INFO  (coreLoadExecutor-9-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@682561b3
   [junit4]   2> 10041 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.servlet.DirectSolrConnectionTest_E9F2E5E5F0E7078D-001/init-core-data-001/]
   [junit4]   2> 10190 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=80.2060546875, floorSegmentMB=1.013671875, forceMergeDeletesPctAllowed=23.108656203902534, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28874135494381586, deletesPctAllowed=31.186453663062984
   [junit4]   2> 10407 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=60
   [junit4]   2> 12101 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 12101 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 12107 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.42080908667451355]
   [junit4]   2> 12142 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2581b7be[collection1] main]
   [junit4]   2> 12171 WARN  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 12239 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 12246 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 12250 INFO  (searcherExecutor-10-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2581b7be[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12267 INFO  (TEST-DirectSolrConnectionTest.testSimpleRequest-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleRequest
   [junit4]   2> 12576 INFO  (TEST-DirectSolrConnectionTest.testSimpleRequest-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&echoParams=explicit&wt=xml&version=2.2} hits=0 status=0 QTime=307
   [junit4]   2> 12607 INFO  (TEST-DirectSolrConnectionTest.testSimpleRequest-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimpleRequest
   [junit4]   2> 12637 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testInsertThenSelect
   [junit4]   2> 12806 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={stream.body=<delete><id>42</id></delete>}{delete=[42]} 0 167
   [junit4]   2> 12959 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={stream.body=<add><doc><field+name%3D"id">42</field><field+name%3D"subject">Kittens!!!+?</field></doc></add>}{add=[42]} 0 146
   [junit4]   2> 12960 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12960 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4929e67 commitCommandVersion:0
   [junit4]   2> 13224 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@64df9380[collection1] main]
   [junit4]   2> 13237 INFO  (searcherExecutor-10-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@64df9380[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1550983384260}])))}
   [junit4]   2> 13244 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 13245 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={stream.body=<commit/>}{commit=} 0 285
   [junit4]   2> 13287 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:42&wt=xml} hits=1 status=0 QTime=41
   [junit4]   2> 13306 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[42]} 0 1
   [junit4]   2> 13307 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42]} 0 1
   [junit4]   2> 13308 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 13308 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4929e67 commitCommandVersion:0
   [junit4]   2> 13346 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@719a8544[collection1] main]
   [junit4]   2> 13354 INFO  (searcherExecutor-10-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@719a8544[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1550983384425}])))}
   [junit4]   2> 13356 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 13360 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 52
   [junit4]   2> 13361 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:42&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 13362 INFO  (TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testInsertThenSelect
   [junit4]   2> 13363 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 13363 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=761097050
   [junit4]   2> 13365 INFO  (coreCloseExecutor-14-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f8bc9b3
   [junit4]   2> 13365 INFO  (coreCloseExecutor-14-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=4f8bc9b3
   [junit4]   2> 13366 INFO  (coreCloseExecutor-14-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@57a83bf6: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@707075fe
   [junit4]   2> 13421 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 13421 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@646798eb: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2950971f
   [junit4]   2> 13438 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 13438 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5205d80a: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@645b32a0
   [junit4]   2> 13438 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 13438 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@51280032: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1ae9300
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@41ef50b8[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2f35bc2f[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 13451 INFO  (SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 24, 2019 4:43:04 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Feb 24, 2019 4:43:15 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.servlet.DirectSolrConnectionTest: 
   [junit4]   2>    1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2>         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2>         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 24, 2019 4:43:15 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
   [junit4]   2> AsyncLogger error handling event seq=0, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=1, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=2, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=3, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=4, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 24, 2019 4:43:17 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2>         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2>         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=4757, maxDocsPerChunk=777, blockSize=6), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=4757, blockSize=6)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1394338d), locale=ms-MY, timezone=Greenwich
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=3,free=236264768,total=351797248
   [junit4]   2> NOTE: All tests run in this JVM: [DirectSolrConnectionTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DirectSolrConnectionTest -Dtests.seed=E9F2E5E5F0E7078D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ms-MY -Dtests.timezone=Greenwich -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | DirectSolrConnectionTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.servlet.DirectSolrConnectionTest: 
   [junit4]    >    1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]    >         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]    >         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]    >         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]    >         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)
   [junit4] Completed [4/844 (1!)] on J2 in 25.05s, 2 tests, 2 errors <<< FAILURES!

[...truncated 386 lines...]
   [junit4] Suite: org.apache.solr.cloud.AsyncCallRequestStatusResponseTest
   [junit4]   2> 4177 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/init-core-data-001
   [junit4]   2> 4404 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4483 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.e.j.u.log Logging initialized @4533ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4495 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4545 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001
   [junit4]   2> 4562 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4565 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4566 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4665 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44701
   [junit4]   2> 4670 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44701
   [junit4]   2> 4671 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44701
   [junit4]   2> 4952 INFO  (zkConnectionManagerCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5028 INFO  (zkConnectionManagerCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5036 INFO  (zkConnectionManagerCallback-7-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5503 WARN  (jetty-launcher-8-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5508 WARN  (jetty-launcher-8-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5727 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5727 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5738 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5738 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5748 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5748 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5774 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5774 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5780 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5789 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5790 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5790 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5825 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16428985{/solr,null,AVAILABLE}
   [junit4]   2> 5825 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62e34216{/solr,null,AVAILABLE}
   [junit4]   2> 5860 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20d62efe{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44445}
   [junit4]   2> 5860 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4c3b9276{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40500}
   [junit4]   2> 5860 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.Server Started @5916ms
   [junit4]   2> 5860 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.Server Started @5916ms
   [junit4]   2> 5861 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40500}
   [junit4]   2> 5861 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44445}
   [junit4]   2> 5928 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider chain: env;sysprop
   [junit4]   2> 5995 ERROR (jetty-launcher-8-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5996 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5996 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 6001 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6001 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6002 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-24T04:42:57.105Z
   [junit4]   2> 6008 ERROR (jetty-launcher-8-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6008 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6008 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 6008 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6008 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6009 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-24T04:42:57.113Z
   [junit4]   2> 6035 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 6041 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6044 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6055 INFO  (zkConnectionManagerCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6061 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7068 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7076 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7567 WARN  (jetty-launcher-8-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@48f66062[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7577 WARN  (jetty-launcher-8-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@401ac4be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8182 WARN  (jetty-launcher-8-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4f76975b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8192 WARN  (jetty-launcher-8-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6a7d07c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8211 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44701/solr
   [junit4]   2> 8217 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44701/solr
   [junit4]   2> 8352 INFO  (zkConnectionManagerCallback-22-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8364 INFO  (zkConnectionManagerCallback-24-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8404 INFO  (zkConnectionManagerCallback-26-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8426 INFO  (zkConnectionManagerCallback-28-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9068 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44445_solr
   [junit4]   2> 9069 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40500_solr
   [junit4]   2> 9086 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.c.Overseer Overseer (id=72851768211341319-127.0.0.1:44445_solr-n_0000000000) starting
   [junit4]   2> 9131 INFO  (zkCallback-27-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 9177 INFO  (zkCallback-25-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 9300 INFO  (zkConnectionManagerCallback-37-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9315 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 9319 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44701/solr ready
   [junit4]   2> 9640 INFO  (OverseerStateUpdate-72851768211341319-127.0.0.1:44445_solr-n_0000000000) [n:127.0.0.1:44445_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44445_solr
   [junit4]   2> 9648 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:44445_solr as DOWN
   [junit4]   2> 9663 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9664 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44445_solr
   [junit4]   2> 9675 INFO  (zkCallback-27-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 9684 INFO  (zkCallback-25-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 9693 INFO  (zkCallback-36-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 9880 INFO  (zkConnectionManagerCallback-43-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9889 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 9894 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44701/solr ready
   [junit4]   2> 9907 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 9932 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 10352 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44445.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
   [junit4]   2> 10359 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44445.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
   [junit4]   2> 10359 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44445.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
   [junit4]   2> 10394 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40500.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
   [junit4]   2> 10410 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40500.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
   [junit4]   2> 10410 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40500.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
   [junit4]   2> 10754 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node2/.
   [junit4]   2> 10790 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node1/.
   [junit4]   2> 11218 INFO  (zkConnectionManagerCallback-49-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 11232 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 11235 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44701/solr ready
   [junit4]   2> 11362 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAsyncCallStatusResponse
   [junit4]   2> 11947 INFO  (qtp77101477-36) [n:127.0.0.1:40500_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=79eb4e17-663d-4c9d-b1be-195005971175&collection.configName=conf&name=asynccall&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 11969 INFO  (qtp77101477-36) [n:127.0.0.1:40500_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=79eb4e17-663d-4c9d-b1be-195005971175&collection.configName=conf&name=asynccall&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=82
   [junit4]   2> 11991 INFO  (OverseerThreadFactory-14-thread-1-processing-n:127.0.0.1:44445_solr) [n:127.0.0.1:44445_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection asynccall
   [junit4]   2> 12069 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[E9F2E5E5F0E7078D]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 2
   [junit4]   2> 12070 INFO  (watches-46-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 2
   [junit4]   2> 12182 INFO  (OverseerStateUpdate-72851768211341319-127.0.0.1:44445_solr-n_0000000000) [n:127.0.0.1:44445_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"asynccall",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"asynccall_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40500/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 12202 INFO  (OverseerStateUpdate-72851768211341319-127.0.0.1:44445_solr-n_0000000000) [n:127.0.0.1:44445_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"asynccall",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"asynccall_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44445/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 12314 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 12316 INFO  (watches-46-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 2
   [junit4]   2> 12468 INFO  (qtp41820611-45) [n:127.0.0.1:44445_solr    x:asynccall_shard2_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&coreNodeName=core_node4&name=asynccall_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=4
   [junit4]   2> 12471 INFO  (qtp77101477-38) [n:127.0.0.1:40500_solr    x:asynccall_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=79eb4e17-663d-4c9d-b1be-19500597117512118143716144157&coreNodeName=core_node2&name=asynccall_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=7
   [junit4]   2> 12484 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr    x:asynccall_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&coreNodeName=core_node4&name=asynccall_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 12490 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr    x:asynccall_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=79eb4e17-663d-4c9d-b1be-19500597117512118143716144157&coreNodeName=core_node2&name=asynccall_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 12497 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr    x:asynccall_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 12657 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 12662 INFO  (watches-46-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 2
   [junit4]   2> 12851 INFO  (qtp41820611-48) [n:127.0.0.1:44445_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342
   [junit4]   2> 12852 INFO  (qtp41820611-48) [n:127.0.0.1:44445_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 13644 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 13655 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 13776 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.s.IndexSchema [asynccall_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 13788 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.s.IndexSchema [asynccall_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 13874 INFO  (qtp41820611-44) [n:127.0.0.1:44445_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342
   [junit4]   2> 13875 INFO  (qtp41820611-44) [n:127.0.0.1:44445_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 13890 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 13891 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 13892 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'asynccall_shard2_replica_n3' using configuration from collection asynccall, trusted=true
   [junit4]   2> 13895 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'asynccall_shard1_replica_n1' using configuration from collection asynccall, trusted=true
   [junit4]   2> 13926 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40500.solr.core.asynccall.shard1.replica_n1' (registry 'solr.core.asynccall.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
   [junit4]   2> 13926 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44445.solr.core.asynccall.shard2.replica_n3' (registry 'solr.core.asynccall.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
   [junit4]   2> 13949 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.SolrCore [[asynccall_shard2_replica_n3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node2/asynccall_shard2_replica_n3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node2/./asynccall_shard2_replica_n3/data/]
   [junit4]   2> 13949 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.SolrCore [[asynccall_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node1/asynccall_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node1/./asynccall_shard1_replica_n1/data/]
   [junit4]   2> 14889 INFO  (qtp41820611-45) [n:127.0.0.1:44445_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342
   [junit4]   2> 14889 INFO  (qtp41820611-45) [n:127.0.0.1:44445_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 15555 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 15555 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 15563 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 15563 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 15578 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 15578 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 15585 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 15585 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 15618 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a5b5cd1[asynccall_shard2_replica_n3] main]
   [junit4]   2> 15618 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@48cae12c[asynccall_shard1_replica_n1] main]
   [junit4]   2> 15650 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 15652 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 15680 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 15680 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 15713 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 15713 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 15719 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1626323955820265472
   [junit4]   2> 15719 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1626323955820265472
   [junit4]   2> 15740 INFO  (searcherExecutor-23-thread-1-processing-x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 r:core_node4 CREATE n:127.0.0.1:44445_solr c:asynccall s:shard2) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.SolrCore [asynccall_shard2_replica_n3] Registered new searcher Searcher@5a5b5cd1[asynccall_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 15742 INFO  (searcherExecutor-24-thread-1-processing-x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 r:core_node2 CREATE n:127.0.0.1:40500_solr c:asynccall s:shard1) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.SolrCore [asynccall_shard1_replica_n1] Registered new searcher Searcher@48cae12c[asynccall_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 15758 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/asynccall/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 15766 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/asynccall/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 15788 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/asynccall/leaders/shard2
   [junit4]   2> 15788 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/asynccall/leaders/shard1
   [junit4]   2> 15807 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 15807 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 15808 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44445/solr/asynccall_shard2_replica_n3/
   [junit4]   2> 15811 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 15811 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 15811 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 15811 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40500/solr/asynccall_shard1_replica_n1/
   [junit4]   2> 15812 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.SyncStrategy http://127.0.0.1:44445/solr/asynccall_shard2_replica_n3/ has no replicas
   [junit4]   2> 15812 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 15815 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/asynccall/leaders/shard2/leader after winning as /collections/asynccall/leader_elect/shard2/election/72851768211341319-core_node4-n_0000000000
   [junit4]   2> 15816 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:40500/solr/asynccall_shard1_replica_n1/ has no replicas
   [junit4]   2> 15816 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/asynccall/leaders/shard1/leader after winning as /collections/asynccall/leader_elect/shard1/election/72851768211341320-core_node2-n_0000000000
   [junit4]   2> 15823 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40500/solr/asynccall_shard1_replica_n1/ shard1
   [junit4]   2> 15826 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44445/solr/asynccall_shard2_replica_n3/ shard2
   [junit4]   2> 15828 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15829 INFO  (zkCallback-27-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15829 INFO  (zkCallback-25-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15829 INFO  (zkCallback-25-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15830 INFO  (watches-46-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 2
   [junit4]   2> 15833 INFO  (parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE) [n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 15894 INFO  (qtp41820611-46) [n:127.0.0.1:44445_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342
   [junit4]   2> 15894 INFO  (qtp41820611-46) [n:127.0.0.1:44445_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 15941 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15942 INFO  (zkCallback-27-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15942 INFO  (zkCallback-27-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15942 INFO  (zkCallback-25-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15943 INFO  (zkCallback-25-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15950 INFO  (watches-46-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 15950 INFO  (parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE) [n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 16055 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 16055 INFO  (zkCallback-27-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 16055 INFO  (zkCallback-27-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 16058 INFO  (zkCallback-25-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 16058 INFO  (zkCallback-25-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 16059 INFO  (watches-46-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 16067 INFO  (zkCallback-25-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/asynccall/state.json] for collection [asynccall] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 16090 INFO  (qtp77101477-39) [n:127.0.0.1:40500_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=79eb4e17-663d-4c9d-b1be-195005971175&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 16093 INFO  (qtp77101477-39) [n:127.0.0.1:40500_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=79eb4e17-663d-4c9d-b1be-195005971175&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 16899 INFO  (qtp41820611-47) [n:127.0.0.1:44445_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 79eb4e17-663d-4c9d-b1be-19500597117512118143725402342
   [junit4]   2> 16899 INFO  (qtp41820611-47) [n:127.0.0.1:44445_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 16917 INFO  (qtp77101477-37) [n:127.0.0.1:40500_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 79eb4e17-663d-4c9d-b1be-19500597117512118143716144157
   [junit4]   2> 16917 INFO  (qtp77101477-37) [n:127.0.0.1:40500_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143716144157&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 16960 INFO  (OverseerThreadFactory-14-thread-1-processing-n:127.0.0.1:44445_solr) [n:127.0.0.1:44445_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 17097 INFO  (qtp77101477-38) [n:127.0.0.1:40500_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=79eb4e17-663d-4c9d-b1be-195005971175&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 17104 INFO  (qtp77101477-38) [n:127.0.0.1:40500_solr    ] o.

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

ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null1220574725
     [copy] Copying 238 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null1220574725
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null1220574725

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 29ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 84 minutes 10 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
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)

[JENKINS] Lucene-Solr-Tests-8.x - Build # 45 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/45/

All tests passed

Build Log:
[...truncated 53570 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj311088577
 [ecj-lint] Compiling 20 source files to /tmp/ecj311088577
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPathTest.java (at line 22)
 [ecj-lint] 	import static org.junit.Assert.assertEquals;
 [ecj-lint] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.junit.Assert.assertEquals is never used
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPathTest.java (at line 23)
 [ecj-lint] 	import static org.junit.Assert.assertFalse;
 [ecj-lint] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.junit.Assert.assertFalse is never used
 [ecj-lint] ----------
 [ecj-lint] 3. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPathTest.java (at line 24)
 [ecj-lint] 	import static org.junit.Assert.assertTrue;
 [ecj-lint] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.junit.Assert.assertTrue is never used
 [ecj-lint] ----------
 [ecj-lint] 3 problems (3 errors)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:633: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/build.xml:207: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2268: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2099: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2132: Compile failed; see the compiler error output for details.

Total time: 94 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-8.x - Build # 44 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/44/

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest:     1) Thread[id=170, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-IndexSizeTriggerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest: 
   1) Thread[id=170, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-IndexSizeTriggerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
        at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([E9BB62611F0279B5]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=170, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-IndexSizeTriggerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=170, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-IndexSizeTriggerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
        at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([E9BB62611F0279B5]:0)




Build Log:
[...truncated 12628 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4]   2> 4220 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_E9BB62611F0279B5-001/init-core-data-001
   [junit4]   2> 4499 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4580 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.e.j.u.log Logging initialized @4629ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4592 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4650 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_E9BB62611F0279B5-001/tempDir-001
   [junit4]   2> 4669 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4672 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4672 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4871 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41779
   [junit4]   2> 4876 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41779
   [junit4]   2> 4876 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41779
   [junit4]   2> 5161 INFO  (zkConnectionManagerCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5247 INFO  (zkConnectionManagerCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5260 INFO  (zkConnectionManagerCallback-7-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5288 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 0x102d4dcd2da0002, likely client has closed socket
   [junit4]   2> 5862 WARN  (jetty-launcher-8-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5876 WARN  (jetty-launcher-8-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6126 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6126 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6139 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6139 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6144 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6150 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6169 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6169 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6174 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6176 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6176 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6176 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6209 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ceecc73{/solr,null,AVAILABLE}
   [junit4]   2> 6209 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ff70623{/solr,null,AVAILABLE}
   [junit4]   2> 6244 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@59980df8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35383}
   [junit4]   2> 6245 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.Server Started @6297ms
   [junit4]   2> 6245 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35383}
   [junit4]   2> 6247 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3118bdf0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33071}
   [junit4]   2> 6247 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.Server Started @6300ms
   [junit4]   2> 6248 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33071}
   [junit4]   2> 6323 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider chain: env;sysprop
   [junit4]   2> 6427 ERROR (jetty-launcher-8-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6427 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6427 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 6428 ERROR (jetty-launcher-8-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6428 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6428 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 6438 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6438 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6439 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-24T16:40:17.458Z
   [junit4]   2> 6445 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6445 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6445 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-24T16:40:17.464Z
   [junit4]   2> 6484 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 6519 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6539 INFO  (zkConnectionManagerCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6544 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6548 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7626 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7789 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 8245 WARN  (jetty-launcher-8-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@556a52f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8269 WARN  (jetty-launcher-8-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@24ee4905[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8713 WARN  (jetty-launcher-8-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@25ba7cc0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8728 WARN  (jetty-launcher-8-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3b45bf75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8766 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41779/solr
   [junit4]   2> 8777 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41779/solr
   [junit4]   2> 8843 INFO  (zkConnectionManagerCallback-22-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8852 INFO  (zkConnectionManagerCallback-24-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8873 INFO  (zkConnectionManagerCallback-28-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8874 INFO  (zkConnectionManagerCallback-26-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9472 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35383_solr
   [junit4]   2> 9483 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.c.Overseer Overseer (id=72854588886745096-127.0.0.1:35383_solr-n_0000000000) starting
   [junit4]   2> 9510 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:33071_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33071_solr
   [junit4]   2> 9546 INFO  (zkCallback-27-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 9563 INFO  (zkCallback-25-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 9698 INFO  (zkConnectionManagerCallback-37-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9701 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 9704 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41779/solr ready
   [junit4]   2> 9864 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35383_solr as DOWN
   [junit4]   2> 9869 INFO  (OverseerStateUpdate-72854588886745096-127.0.0.1:35383_solr-n_0000000000) [n:127.0.0.1:35383_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35383_solr
   [junit4]   2> 9882 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9883 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35383_solr
   [junit4]   2> 9886 INFO  (zkCallback-25-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 9902 INFO  (zkCallback-27-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 9903 INFO  (zkCallback-36-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 10158 DEBUG (OverseerAutoScalingTriggerThread-72854588886745096-127.0.0.1:35383_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 10174 DEBUG (OverseerAutoScalingTriggerThread-72854588886745096-127.0.0.1:35383_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 10587 DEBUG (OverseerAutoScalingTriggerThread-72854588886745096-127.0.0.1:35383_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 10587 DEBUG (OverseerAutoScalingTriggerThread-72854588886745096-127.0.0.1:35383_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 10592 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 10608 INFO  (zkConnectionManagerCallback-42-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 10628 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:33071_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 10631 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:33071_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41779/solr ready
   [junit4]   2> 10645 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:33071_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 10705 DEBUG (OverseerAutoScalingTriggerThread-72854588886745096-127.0.0.1:35383_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:35383_solr, 127.0.0.1:33071_solr]
   [junit4]   2> 10722 DEBUG (OverseerAutoScalingTriggerThread-72854588886745096-127.0.0.1:35383_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 10725 DEBUG (OverseerAutoScalingTriggerThread-72854588886745096-127.0.0.1:35383_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 10736 DEBUG (ScheduledTrigger-12-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 11221 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:33071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33071.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6921a55b
   [junit4]   2> 11223 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:33071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33071.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6921a55b
   [junit4]   2> 11233 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:33071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33071.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6921a55b
   [junit4]   2> 11320 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35383.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6921a55b
   [junit4]   2> 11368 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35383.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6921a55b
   [junit4]   2> 11368 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35383.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6921a55b
   [junit4]   2> 11740 DEBUG (ScheduledTrigger-12-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 11740 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:35383_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_E9BB62611F0279B5-001/tempDir-001/node1/.
   [junit4]   2> 11759 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:33071_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_E9BB62611F0279B5-001/tempDir-001/node2/.
   [junit4]   2> 12167 INFO  (zkConnectionManagerCallback-49-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 12181 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 12187 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41779/solr ready
   [junit4]   2> 12394 DEBUG (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10000_solr
   [junit4]   2> 12396 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 12397 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 12398 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 12398 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 12425 DEBUG (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 12430 DEBUG (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 12430 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 12438 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 12447 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 12447 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 12450 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12471 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12491 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12513 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12534 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12554 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12575 DEBUG (ScheduledTrigger-25-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12595 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12616 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12637 DEBUG (ScheduledTrigger-25-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4] IGNOR/A 0.01s J1 | IndexSizeTriggerTest.testMaxOps
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 12657 DEBUG (ScheduledTrigger-25-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12677 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12698 DEBUG (ScheduledTrigger-25-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12718 DEBUG (ScheduledTrigger-25-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12737 INFO  (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSplitMethodConfig
   [junit4]   2> 12739 DEBUG (ScheduledTrigger-25-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12759 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12763 DEBUG (ScheduledTrigger-12-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12773 DEBUG (simCloudManagerPool-24-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testSplitMethod_collection, currentVersion=1
   [junit4]   2> 12779 DEBUG (ScheduledTrigger-25-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12800 DEBUG (ScheduledTrigger-25-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12802 DEBUG (simCloudManagerPool-24-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 12802 DEBUG (simCloudManagerPool-24-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 12821 DEBUG (ScheduledTrigger-25-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12842 DEBUG (ScheduledTrigger-25-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12861 DEBUG (simCloudManagerPool-24-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 12862 DEBUG (ScheduledTrigger-25-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12883 DEBUG (ScheduledTrigger-25-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12884 DEBUG (simCloudManagerPool-24-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 12904 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12924 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12944 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12965 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12985 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 12994 DEBUG (simCloudManagerPool-24-thread-2) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 13000 DEBUG (simCloudManagerPool-24-thread-2) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 13006 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13019 DEBUG (simCloudManagerPool-24-thread-3) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 13020 DEBUG (simCloudManagerPool-24-thread-3) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 13026 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13034 DEBUG (simCloudManagerPool-24-thread-4) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 13037 DEBUG (simCloudManagerPool-24-thread-4) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 13046 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13049 DEBUG (simCloudManagerPool-24-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testSplitMethod_collection, currentVersion=6
   [junit4]   2> 13053 DEBUG (simCloudManagerPool-24-thread-9) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testSplitMethod_collection / shard1 (currentVersion=6): {"core_node1":{
   [junit4]   2>     "core":"testSplitMethod_collection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testSplitMethod_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 13067 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13068 DEBUG (simCloudManagerPool-24-thread-5) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=6
   [junit4]   2> 13074 DEBUG (simCloudManagerPool-24-thread-5) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 13086 DEBUG (simCloudManagerPool-24-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testSplitMethod_collection / shard2 (currentVersion=7): {"core_node3":{
   [junit4]   2>     "core":"testSplitMethod_collection_shard2_replica_n3",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testSplitMethod_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 13086 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=7
   [junit4]   2> 13087 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13090 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 13107 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13127 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=8
   [junit4]   2> 13129 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13129 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 8
   [junit4]   2> 13149 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13169 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13190 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13210 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13230 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13251 DEBUG (ScheduledTrigger-25-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13271 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13366 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13388 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=9
   [junit4]   2> 13389 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 9
   [junit4]   2> 13397 DEBUG (ScheduledTrigger-25-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13418 DEBUG (ScheduledTrigger-25-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13438 DEBUG (ScheduledTrigger-25-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13458 INFO  (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.IndexSizeTriggerTest #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		2
   [junit4]   2> ## Empty nodes:	0
   [junit4]   2> ## Dead nodes:		0
   [junit4]   2> ## Collections:
   [junit4]   2> ##  * testSplitMethod_collection
   [junit4]   2> ##    shardsTotal	2
   [junit4]   2> ##    shardsState	{active=2}
   [junit4]   2> ##      shardsWithoutLeader	0
   [junit4]   2> ##    totalReplicas	4
   [junit4]   2> ##      activeReplicas	4
   [junit4]   2> ##      inactiveReplicas	0
   [junit4]   2> ##    totalActiveDocs	25
   [junit4]   2> ##      bufferedDocs	0
   [junit4]   2> ##      maxActiveSliceDocs	14
   [junit4]   2> ##      minActiveSliceDocs	11
   [junit4]   2> ##      avgActiveSliceDocs	13
   [junit4]   2> ##    totalInactiveDocs	0
   [junit4]   2> ##      maxInactiveSliceDocs	0
   [junit4]   2> ##      minInactiveSliceDocs	0
   [junit4]   2> ##      avgInactiveSliceDocs	NaN
   [junit4]   2> ##    totalActiveBytes	32,980
   [junit4]   2> ##      maxActiveSliceBytes	17,240
   [junit4]   2> ##      minActiveSliceBytes	15,740
   [junit4]   2> ##      avgActiveSliceBytes	16,490
   [junit4]   2> ##    totalInactiveBytes	0
   [junit4]   2> ##      maxInactiveSliceBytes	0
   [junit4]   2> ##      minInactiveSliceBytes	0
   [junit4]   2> ##      avgInactiveSliceBytes	NaN
   [junit4]   2> ##    totalActiveDeletedDocs	0
   [junit4]   2> DocCollection(testSplitMethod_collection//clusterstate.json/9)={
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard2":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testSplitMethod_collection_shard2_replica_n3",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":11,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":15740,
   [junit4]   2>           "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":1.4659017324447632E-5,
   [junit4]   2>           "SEARCHER.searcher.numDocs":11},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testSplitMethod_collection_shard2_replica_n4",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":11,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":15740,
   [junit4]   2>           "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":1.4659017324447632E-5,
   [junit4]   2>           "SEARCHER.searcher.numDocs":11}},
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active"},
   [junit4]   2>     "shard1":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node1":{
   [junit4]   2>           "core":"testSplitMethod_collection_shard1_replica_n1",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":14,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":17240,
   [junit4]   2>           "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":1.605600118637085E-5,
   [junit4]   2>           "SEARCHER.searcher.numDocs":14},
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testSplitMethod_collection_shard1_replica_n2",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":14,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":17240,
   [junit4]   2>           "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":1.605600118637085E-5,
   [junit4]   2>           "SEARCHER.searcher.numDocs":14}},
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> ## Max replicas per node:	2
   [junit4]   2> ## Min replicas per node:	2
   [junit4]   2> ## Total replicas:		4
   [junit4]   2> ## * testSplitMethod_collection		4
   [junit4]   2> ##		- active           4
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##		- CREATE             1
   [junit4]   2> ##		- update            26
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 13458 DEBUG (ScheduledTrigger-25-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13459 INFO  (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 13459 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2>           => java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_191]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:201) ~[java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 13467 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 13475 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 13475 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 13475 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 13475 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 13475 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 13481 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 13483 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 13483 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 13487 DEBUG (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 13488 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 13488 DEBUG (ScheduledTrigger-30-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13489 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 13489 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 1
   [junit4]   2> 13489 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 13497 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 13497 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 13587 INFO  (TEST-IndexSizeTriggerTest.testSplitMethodConfig-seed#[E9BB62611F0279B5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSplitMethodConfig
   [junit4]   2> 13615 DEBUG (MetricsHistoryHandler-28-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=10
   [junit4]   2> 13615 DEBUG (MetricsHistoryHandler-28-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 10
   [junit4] IGNOR/A 0.00s J1 | IndexSizeTriggerTest.testMixedBounds
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J1 | IndexSizeTriggerTest.testTrigger
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J1 | IndexSizeTriggerTest.testSplitIntegration
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.01s J1 | IndexSizeTriggerTest.testMergeIntegration
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 13692 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 13692 DEBUG (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 13693 DEBUG (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 13693 DEBUG (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 13693 DEBUG (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 13693 DEBUG (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 13693 DEBUG (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 13705 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1557818224
   [junit4]   2> 13705 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33071_solr
   [junit4]   2> 13705 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1993576250
   [junit4]   2> 13706 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35383_solr
   [junit4]   2> 13712 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 13712 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:35383_solr as DOWN
   [junit4]   2> 13713 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 13713 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:33071_solr as DOWN
   [junit4]   2> 13720 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 13720 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 13722 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@90803de: rootName = solr_35383, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@72d6567
   [junit4]   2> 13737 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 13738 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@64aa0101: rootName = solr_33071, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@c4dc
   [junit4]   2> 13739 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 13739 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1de4178: rootName = solr_35383, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6bbcad6d
   [junit4]   2> 13755 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 13762 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@473ccf8a: rootName = solr_35383, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@56fe8a8b
   [junit4]   2> 13763 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 13764 DEBUG (ScheduledTrigger-12-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 13767 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 13767 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f495072: rootName = solr_33071, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6bbcad6d
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@595dfc9c[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@74d6ce67[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 13781 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 13781 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@667e7e31: rootName = solr_33071, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@56fe8a8b
   [junit4]   2> 13781 INFO  (jetty-closer-50-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2e492d42[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 13788 INFO  (closeThreadPool-55-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72854588886745096-127.0.0.1:35383_solr-n_0000000000) closing
   [junit4]   2> 13796 INFO  (OverseerStateUpdate-72854588886745096-127.0.0.1:35383_solr-n_0000000000) [n:127.0.0.1:35383_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35383_solr
   [junit4]   2> 13797 INFO  (OverseerAutoScalingTriggerThread-72854588886745096-127.0.0.1:35383_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 13813 DEBUG (closeThreadPool-55-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 13813 DEBUG (closeThreadPool-55-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@4728f05[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 13813 DEBUG (closeThreadPool-55-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 13813 DEBUG (closeThreadPool-55-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 13814 DEBUG (closeThreadPool-55-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 13814 DEBUG (closeThreadPool-55-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 13814 INFO  (closeThreadPool-55-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72854588886745096-127.0.0.1:35383_solr-n_0000000000) closing
   [junit4]   2> 13817 INFO  (jetty-closer-50-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72854588886745096-127.0.0.1:35383_solr-n_0000000000) closing
   [junit4]   2> 13830 INFO  (jetty-closer-50-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3118bdf0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 13839 INFO  (jetty-closer-50-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@59980df8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 13834 INFO  (jetty-closer-50-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4ceecc73{/solr,null,UNAVAILABLE}
   [junit4]   2> 13845 INFO  (jetty-closer-50-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 13849 INFO  (jetty-closer-50-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3ff70623{/solr,null,UNAVAILABLE}
   [junit4]   2> 13850 INFO  (jetty-closer-50-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 13853 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 13855 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 0x102d4dcd2da0001, likely client has closed socket
   [junit4]   2> 13857 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 13867 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41779
   [junit4]   2> 13867 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41779
   [junit4]   2> 13880 INFO  (SUITE-IndexSizeTriggerTest-seed#[E9BB62611F0279B5]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 24, 2019 4:40:25 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> Feb 24, 2019 4:40:35 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest: 
   [junit4]   2>    1) Thread[id=170, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-IndexSizeTriggerTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2>         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2>         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 24, 2019 4:40:35 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=170, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-IndexSizeTriggerTest]
   [junit4]   2> AsyncLogger error handling event seq=0, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=1, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=2, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=3, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=4, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 24, 2019 4:40:37 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=170, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-IndexSizeTriggerTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2>         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2>         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1912, maxMBSortInHeap=7.994712297781314, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a5e3610), locale=en-PH, timezone=Africa/Abidjan
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=3,free=220142208,total=369098752
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSizeTriggerTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=IndexSizeTriggerTest -Dtests.seed=E9BB62611F0279B5 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-PH -Dtests.timezone=Africa/Abidjan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | IndexSizeTriggerTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest: 
   [junit4]    >    1) Thread[id=170, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-IndexSizeTriggerTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]    >         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]    >         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E9BB62611F0279B5]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=170, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING, group=TGRP-IndexSizeTriggerTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]    >         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]    >         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E9BB62611F0279B5]:0)
   [junit4] Completed [5/844 (1!)] on J1 in 25.47s, 6 tests, 2 errors, 5 skipped <<< FAILURES!

[...truncated 51893 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2477 links (2023 relative) to 3301 anchors in 249 files
     [echo] Validated Links & Anchors via: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/null37907400
     [copy] Copying 36 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/null37907400
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/null37907400

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null2062381901
     [copy] Copying 238 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null2062381901
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null2062381901

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 28ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 83 minutes 58 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
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)