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/08/10 08:39:16 UTC

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 176 - Still unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/176/

1 tests failed.
FAILED:  org.apache.solr.handler.export.TestExportWriter.testIndexOrder

Error Message:
expected:<...ocs":[       {"id":"[1"},       {"id":"2"},       {"id":"3"},       {"id":"4]"}]}}> but was:<...ocs":[       {"id":"[3"},       {"id":"4"},       {"id":"1"},       {"id":"2]"}]}}>

Stack Trace:
org.junit.ComparisonFailure: expected:<...ocs":[
      {"id":"[1"},
      {"id":"2"},
      {"id":"3"},
      {"id":"4]"}]}}> but was:<...ocs":[
      {"id":"[3"},
      {"id":"4"},
      {"id":"1"},
      {"id":"2]"}]}}>
	at __randomizedtesting.SeedInfo.seed([68FB5FB1E1040098:A1BDF135CAAD3466]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.handler.export.TestExportWriter.assertJsonEquals(TestExportWriter.java:540)
	at org.apache.solr.handler.export.TestExportWriter.testIndexOrder(TestExportWriter.java:343)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14445 lines...]
   [junit4] Suite: org.apache.solr.handler.export.TestExportWriter
   [junit4]   2> 2153458 INFO  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2153475 INFO  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 2153483 INFO  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.s.IndexSchema [null] Schema name=schema-docValuesMulti
   [junit4]   2> 2153491 INFO  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.s.IndexSchema Loaded schema schema-docValuesMulti/1.6 with uniqueid field id
   [junit4]   2> 2153846 INFO  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2153847 WARN  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2153848 WARN  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1b12a570[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2153848 WARN  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1b12a570[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2153851 WARN  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2153851 WARN  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7aea695[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2153851 WARN  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7aea695[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2153869 INFO  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2153869 INFO  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2153881 INFO  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46bb03b9
   [junit4]   2> 2153887 INFO  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46bb03b9
   [junit4]   2> 2153887 INFO  (SUITE-TestExportWriter-seed#[68FB5FB1E1040098]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46bb03b9
   [junit4]   2> 2153888 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2153909 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 2153917 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=schema-docValuesMulti
   [junit4]   2> 2153924 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema schema-docValuesMulti/1.6 with uniqueid field id
   [junit4]   2> 2153924 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2153924 INFO  (coreLoadExecutor-6444-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@46bb03b9
   [junit4]   2> 2153924 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.export.TestExportWriter_68FB5FB1E1040098-001/data-dir-80-001/]
   [junit4]   2> 2153926 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=55.697265625, floorSegmentMB=1.349609375, forceMergeDeletesPctAllowed=7.476646422520901, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=28.71643038274005
   [junit4]   2> 2153960 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2153960 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2153960 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@42d6f81f
   [junit4]   2> 2153960 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@66219b11[collection1] main]
   [junit4]   2> 2153961 WARN  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2153961 INFO  (coreLoadExecutor-6444-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2153961 INFO  (searcherExecutor-6445-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@66219b11[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2153967 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2153967 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2153968 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2153968 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fc2bfc1 commitCommandVersion:0
   [junit4]   2> 2153970 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4932565e[collection1] main]
   [junit4]   2> 2153970 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2153971 INFO  (searcherExecutor-6445-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4932565e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2153971 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 2153971 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2153971 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2153972 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2153972 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 2153972 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2153972 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fc2bfc1 commitCommandVersion:0
   [junit4]   2> 2153974 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@656d9454[collection1] main]
   [junit4]   2> 2153974 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2153975 INFO  (searcherExecutor-6445-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@656d9454[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_0(8.3.0):C2:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.3.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1565418615155}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))}
   [junit4]   2> 2153975 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 2153975 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 2153976 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 2153976 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2153976 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fc2bfc1 commitCommandVersion:0
   [junit4]   2> 2153977 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c948d05[collection1] main]
   [junit4]   2> 2153977 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2153978 INFO  (searcherExecutor-6445-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c948d05[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_0(8.3.0):C2:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.3.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1565418615155}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] _1(8.3.0):C2:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.3.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1565418615158}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))}
   [junit4]   2> 2153978 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 2153998 INFO  (TEST-TestExportWriter.testStringWithCase-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id&sort=stringdv+desc&wt=xml} hits=4 status=0 QTime=19
   [junit4]   2> 2154018 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2154018 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2154018 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2154018 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fc2bfc1 commitCommandVersion:0
   [junit4]   2> 2154018 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@438d0bd8[collection1] main]
   [junit4]   2> 2154018 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2154020 INFO  (searcherExecutor-6445-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@438d0bd8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2154070 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 52
   [junit4]   2> 2154070 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2154070 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2154070 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2154070 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fc2bfc1 commitCommandVersion:0
   [junit4]   2> 2154070 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6991da5f[collection1] main]
   [junit4]   2> 2154071 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2154072 INFO  (searcherExecutor-6445-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6991da5f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2154072 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1
   [junit4]   2> 2154072 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2154072 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2154072 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fc2bfc1 commitCommandVersion:0
   [junit4]   2> 2154073 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@29fb1131[collection1] main]
   [junit4]   2> 2154074 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2154075 INFO  (searcherExecutor-6445-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@29fb1131[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_2(8.3.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.3.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1565418615255}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))}
   [junit4]   2> 2154075 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 2154075 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,floatdv&sort=floatdv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2154079 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,intdv&sort=intdv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2154081 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,stringdv&sort=stringdv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2154081 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,longdv&sort=longdv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2154084 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,doubledv&sort=doubledv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2154086 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,datedv&sort=datedv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2154088 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,booleandv&sort=booleandv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2154089 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,field1_s_dv&sort=field1_s_dv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2154089 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,field2_i_p&sort=field2_i_p+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2154089 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,field3_l_p&sort=field3_l_p+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2154095 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2154095 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2154096 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2154096 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fc2bfc1 commitCommandVersion:0
   [junit4]   2> 2154096 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e6905f2[collection1] main]
   [junit4]   2> 2154096 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2154097 INFO  (searcherExecutor-6445-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6e6905f2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2154097 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1
   [junit4]   2> 2154098 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2154098 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2154098 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2154098 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2154098 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fc2bfc1 commitCommandVersion:0
   [junit4]   2> 2154099 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@256c055d[collection1] main]
   [junit4]   2> 2154100 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2154101 INFO  (searcherExecutor-6445-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@256c055d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_3(8.3.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.3.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1565418615281}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))}
   [junit4]   2> 2154101 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 2154101 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 2154101 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2154101 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fc2bfc1 commitCommandVersion:0
   [junit4]   2> 2154102 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3dce97fb[collection1] main]
   [junit4]   2> 2154103 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2154104 INFO  (searcherExecutor-6445-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3dce97fb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_3(8.3.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.3.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1565418615281}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] _4(8.3.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.3.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1565418615284}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))}
   [junit4]   2> 2154104 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 2154104 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id&sort=booleandv+asc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2154105 INFO  (TEST-TestExportWriter.testBooleanField-seed#[68FB5FB1E1040098]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id&sort=booleandv+desc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2154112 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2154112 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2154112 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2154112 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fc2bfc1 commitCommandVersion:0
   [junit4]   2> 2154112 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@46010b4d[collection1] main]
   [junit4]   2> 2154112 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2154113 INFO  (searcherExecutor-6445-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@46010b4d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2154113 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1
   [junit4]   2> 2154114 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2154114 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2154114 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2154114 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3fc2bfc1 commitCommandVersion:0
   [junit4]   2> 2154114 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d2a8f22[collection1] main]
   [junit4]   2> 2154114 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2154115 INFO  (searcherExecutor-6445-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3d2a8f22[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2154115 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1
   [junit4]   2> 2154116 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 2154139 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2154139 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 2154139 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 2154140 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 2154140 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 2154140 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 2154140 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 2154141 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 2154141 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 2154141 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10]} 0 0
   [junit4]   2> 2154141 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 0
   [junit4]   2> 2154142 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12]} 0 0
   [junit4]   2> 2154142 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13]} 0 0
   [junit4]   2> 2154142 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14]} 0 0
   [junit4]   2> 2154142 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15]} 0 0
   [junit4]   2> 2154142 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16]} 0 0
   [junit4]   2> 2154143 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17]} 0 0
   [junit4]   2> 2154143 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18]} 0 0
   [junit4]   2> 2154143 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19]} 0 0
   [junit4]   2> 2154143 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20]} 0 0
   [junit4]   2> 2154144 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21]} 0 0
   [junit4]   2> 2154144 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22]} 0 0
   [junit4]   2> 2154144 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23]} 0 0
   [junit4]   2> 2154144 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24]} 0 0
   [junit4]   2> 2154145 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25]} 0 0
   [junit4]   2> 2154145 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26]} 0 0
   [junit4]   2> 2154145 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27]} 0 0
   [junit4]   2> 2154146 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28]} 0 0
   [junit4]   2> 2154146 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29]} 0 0
   [junit4]   2> 2154146 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[30]} 0 0
   [junit4]   2> 2154146 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[31]} 0 0
   [junit4]   2> 2154147 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[32]} 0 0
   [junit4]   2> 2154147 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[33]} 0 0
   [junit4]   2> 2154147 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[34]} 0 0
   [junit4]   2> 2154147 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[35]} 0 0
   [junit4]   2> 2154148 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[36]} 0 0
   [junit4]   2> 2154148 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[37]} 0 0
   [junit4]   2> 2154148 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[38]} 0 0
   [junit4]   2> 2154148 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[39]} 0 0
   [junit4]   2> 2154149 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[40]} 0 0
   [junit4]   2> 2154149 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[41]} 0 0
   [junit4]   2> 2154149 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42]} 0 0
   [junit4]   2> 2154149 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[43]} 0 0
   [junit4]   2> 2154150 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[44]} 0 0
   [junit4]   2> 2154150 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[45]} 0 0
   [junit4]   2> 2154150 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[46]} 0 0
   [junit4]   2> 2154150 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[47]} 0 0
   [junit4]   2> 2154151 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[48]} 0 0
   [junit4]   2> 2154151 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[49]} 0 0
   [junit4]   2> 2154151 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[50]} 0 0
   [junit4]   2> 2154151 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[51]} 0 0
   [junit4]   2> 2154152 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[52]} 0 0
   [junit4]   2> 2154152 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[53]} 0 0
   [junit4]   2> 2154152 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[54]} 0 0
   [junit4]   2> 2154153 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[55]} 0 0
   [junit4]   2> 2154153 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[56]} 0 0
   [junit4]   2> 2154153 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[57]} 0 0
   [junit4]   2> 2154153 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[58]} 0 0
   [junit4]   2> 2154154 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[59]} 0 0
   [junit4]   2> 2154154 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[60]} 0 0
   [junit4]   2> 2154154 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[61]} 0 0
   [junit4]   2> 2154154 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[62]} 0 0
   [junit4]   2> 2154155 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[63]} 0 0
   [junit4]   2> 2154155 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[64]} 0 0
   [junit4]   2> 2154155 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[65]} 0 0
   [junit4]   2> 2154156 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[66]} 0 0
   [junit4]   2> 2154156 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[67]} 0 0
   [junit4]   2> 2154156 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[68]} 0 0
   [junit4]   2> 2154156 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[69]} 0 0
   [junit4]   2> 2154157 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[70]} 0 0
   [junit4]   2> 2154157 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[71]} 0 0
   [junit4]   2> 2154157 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[72]} 0 0
   [junit4]   2> 2154158 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[73]} 0 0
   [junit4]   2> 2154158 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[74]} 0 0
   [junit4]   2> 2154158 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[75]} 0 0
   [junit4]   2> 2154158 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[76]} 0 0
   [junit4]   2> 2154159 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[77]} 0 0
   [junit4]   2> 2154159 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[78]} 0 0
   [junit4]   2> 2154159 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[79]} 0 0
   [junit4]   2> 2154159 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[80]} 0 0
   [junit4]   2> 2154160 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[81]} 0 0
   [junit4]   2> 2154160 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[82]} 0 0
   [junit4]   2> 2154160 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[83]} 0 0
   [junit4]   2> 2154161 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[84]} 0 0
   [junit4]   2> 2154161 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[85]} 0 0
   [junit4]   2> 2154161 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[86]} 0 0
   [junit4]   2> 2154161 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[87]} 0 0
   [junit4]   2> 2154161 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[88]} 0 0
   [junit4]   2> 2154162 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[89]} 0 0
   [junit4]   2> 2154162 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[90]} 0 0
   [junit4]   2> 2154162 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[91]} 0 0
   [junit4]   2> 2154162 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[92]} 0 0
   [junit4]   2> 2154163 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[93]} 0 0
   [junit4]   2> 2154163 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[94]} 0 0
   [junit4]   2> 2154163 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[95]} 0 0
   [junit4]   2> 2154163 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[96]} 0 0
   [junit4]   2> 2154163 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[97]} 0 0
   [junit4]   2> 2154164 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[98]} 0 0
   [junit4]   2> 2154164 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99]} 0 0
   [junit4]   2> 2154164 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[100]} 0 0
   [junit4]   2> 2154164 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[101]} 0 0
   [junit4]   2> 2154165 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[102]} 0 0
   [junit4]   2> 2154165 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[103]} 0 0
   [junit4]   2> 2154165 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[104]} 0 0
   [junit4]   2> 2154165 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[105]} 0 0
   [junit4]   2> 2154165 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[106]} 0 0
   [junit4]   2> 2154166 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[107]} 0 0
   [junit4]   2> 2154166 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[108]} 0 0
   [junit4]   2> 2154166 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[109]} 0 0
   [junit4]   2> 2154166 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[110]} 0 0
   [junit4]   2> 2154167 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[111]} 0 0
   [junit4]   2> 2154167 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[112]} 0 0
   [junit4]   2> 2154167 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[113]} 0 0
   [junit4]   2> 2154167 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[114]} 0 0
   [junit4]   2> 2154167 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[115]} 0 0
   [junit4]   2> 2154168 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[116]} 0 0
   [junit4]   2> 2154168 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[117]} 0 0
   [junit4]   2> 2154168 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[118]} 0 0
   [junit4]   2> 2154168 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[119]} 0 0
   [junit4]   2> 2154168 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[120]} 0 0
   [junit4]   2> 2154169 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[121]} 0 0
   [junit4]   2> 2154169 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[122]} 0 0
   [junit4]   2> 2154169 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[123]} 0 0
   [junit4]   2> 2154169 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[124]} 0 0
   [junit4]   2> 2154170 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[125]} 0 0
   [junit4]   2> 2154170 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[126]} 0 0
   [junit4]   2> 2154170 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[127]} 0 0
   [junit4]   2> 2154171 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[128]} 0 0
   [junit4]   2> 2154171 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[129]} 0 0
   [junit4]   2> 2154171 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[130]} 0 0
   [junit4]   2> 2154172 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[131]} 0 0
   [junit4]   2> 2154172 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[132]} 0 0
   [junit4]   2> 2154172 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[133]} 0 0
   [junit4]   2> 2154172 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[134]} 0 0
   [junit4]   2> 2154172 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[135]} 0 0
   [junit4]   2> 2154173 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[136]} 0 0
   [junit4]   2> 2154173 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[137]} 0 0
   [junit4]   2> 2154173 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[138]} 0 0
   [junit4]   2> 2154173 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[139]} 0 0
   [junit4]   2> 2154174 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[140]} 0 0
   [junit4]   2> 2154174 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[141]} 0 0
   [junit4]   2> 2154174 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[142]} 0 0
   [junit4]   2> 2154174 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[143]} 0 0
   [junit4]   2> 2154174 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[144]} 0 0
   [junit4]   2> 2154175 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[145]} 0 0
   [junit4]   2> 2154175 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[146]} 0 0
   [junit4]   2> 2154175 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[147]} 0 0
   [junit4]   2> 2154175 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[148]} 0 0
   [junit4]   2> 2154176 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[149]} 0 0
   [junit4]   2> 2154176 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[150]} 0 0
   [junit4]   2> 2154176 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[151]} 0 0
   [junit4]   2> 2154176 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[152]} 0 0
   [junit4]   2> 2154176 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[153]} 0 0
   [junit4]   2> 2154177 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[154]} 0 0
   [junit4]   2> 2154177 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[155]} 0 0
   [junit4]   2> 2154177 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[156]} 0 0
   [junit4]   2> 2154177 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[157]} 0 0
   [junit4]   2> 2154178 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[158]} 0 0
   [junit4]   2> 2154178 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[159]} 0 0
   [junit4]   2> 2154178 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[160]} 0 0
   [junit4]   2> 2154178 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[161]} 0 0
   [junit4]   2> 2154178 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[162]} 0 0
   [junit4]   2> 2154179 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[163]} 0 0
   [junit4]   2> 2154179 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[164]} 0 0
   [junit4]   2> 2154179 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[165]} 0 0
   [junit4]   2> 2154179 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[166]} 0 0
   [junit4]   2> 2154179 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[167]} 0 0
   [junit4]   2> 2154180 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[168]} 0 0
   [junit4]   2> 2154180 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[169]} 0 0
   [junit4]   2> 2154180 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[170]} 0 0
   [junit4]   2> 2154180 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[171]} 0 0
   [junit4]   2> 2154181 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[172]} 0 0
   [junit4]   2> 2154181 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[173]} 0 0
   [junit4]   2> 2154181 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[174]} 0 0
   [junit4]   2> 2154181 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[175]} 0 0
   [junit4]   2> 2154181 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[176]} 0 0
   [junit4]   2> 2154182 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[177]} 0 0
   [junit4]   2> 2154182 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[178]} 0 0
   [junit4]   2> 2154182 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[179]} 0 0
   [junit4]   2> 2154182 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[180]} 0 0
   [junit4]   2> 2154183 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[181]} 0 0
   [junit4]   2> 2154183 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[182]} 0 0
   [junit4]   2> 2154183 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[183]} 0 0
   [junit4]   2> 2154183 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[184]} 0 0
   [junit4]   2> 2154183 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[185]} 0 0
   [junit4]   2> 2154184 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[186]} 0 0
   [junit4]   2> 2154184 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[187]} 0 0
   [junit4]   2> 2154184 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[188]} 0 0
   [junit4]   2> 2154184 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[189]} 0 0
   [junit4]   2> 2154185 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[190]} 0 0
   [junit4]   2> 2154185 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[191]} 0 0
   [junit4]   2> 2154185 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[192]} 0 0
   [junit4]   2> 2154185 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[193]} 0 0
   [junit4]   2> 2154185 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[194]} 0 0
   [junit4]   2> 2154186 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[195]} 0 0
   [junit4]   2> 2154186 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[196]} 0 0
   [junit4]   2> 2154186 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[197]} 0 0
   [junit4]   2> 2154186 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[198]} 0 0
   [junit4]   2> 2154187 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[199]} 0 0
   [junit4]   2> 2154187 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[200]} 0 0
   [junit4]   2> 2154187 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[201]} 0 0
   [junit4]   2> 2154187 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[202]} 0 0
   [junit4]   2> 2154187 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[203]} 0 0
   [junit4]   2> 2154188 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[204]} 0 0
   [junit4]   2> 2154188 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[205]} 0 0
   [junit4]   2> 2154188 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[206]} 0 0
   [junit4]   2> 2154188 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[207]} 0 0
   [junit4]   2> 2154189 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[208]} 0 0
   [junit4]   2> 2154189 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[209]} 0 0
   [junit4]   2> 2154189 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[210]} 0 0
   [junit4]   2> 2154189 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[211]} 0 0
   [junit4]   2> 2154189 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[212]} 0 0
   [junit4]   2> 2154190 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[213]} 0 0
   [junit4]   2> 2154190 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[214]} 0 0
   [junit4]   2> 2154190 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[215]} 0 0
   [junit4]   2> 2154190 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[216]} 0 0
   [junit4]   2> 2154190 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[217]} 0 0
   [junit4]   2> 2154191 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[218]} 0 0
   [junit4]   2> 2154191 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[219]} 0 0
   [junit4]   2> 2154191 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[220]} 0 0
   [junit4]   2> 2154191 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[221]} 0 0
   [junit4]   2> 2154192 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[222]} 0 0
   [junit4]   2> 2154192 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[223]} 0 0
   [junit4]   2> 2154192 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[224]} 0 0
   [junit4]   2> 2154192 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[225]} 0 0
   [junit4]   2> 2154192 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[226]} 0 0
   [junit4]   2> 2154193 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[227]} 0 0
   [junit4]   2> 2154193 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[228]} 0 0
   [junit4]   2> 2154193 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[229]} 0 0
   [junit4]   2> 2154193 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[230]} 0 0
   [junit4]   2> 2154194 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[231]} 0 0
   [junit4]   2> 2154194 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[232]} 0 0
   [junit4]   2> 2154194 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[233]} 0 0
   [junit4]   2> 2154194 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[234]} 0 0
   [junit4]   2> 2154194 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[235]} 0 0
   [junit4]   2> 2154195 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[236]} 0 0
   [junit4]   2> 2154195 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[237]} 0 0
   [junit4]   2> 2154195 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[238]} 0 0
   [junit4]   2> 2154195 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[239]} 0 0
   [junit4]   2> 2154195 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[240]} 0 0
   [junit4]   2> 2154196 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[241]} 0 0
   [junit4]   2> 2154196 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[242]} 0 0
   [junit4]   2> 2154196 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[243]} 0 0
   [junit4]   2> 2154196 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[244]} 0 0
   [junit4]   2> 2154197 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[245]} 0 0
   [junit4]   2> 2154197 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[246]} 0 0
   [junit4]   2> 2154197 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[247]} 0 0
   [junit4]   2> 2154197 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[248]} 0 0
   [junit4]   2> 2154197 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[249]} 0 0
   [junit4]   2> 2154198 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[250]} 0 0
   [junit4]   2> 2154198 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[251]} 0 0
   [junit4]   2> 2154198 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[252]} 0 0
   [junit4]   2> 2154198 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[253]} 0 0
   [junit4]   2> 2154198 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[254]} 0 0
   [junit4]   2> 2154199 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[255]} 0 0
   [junit4]   2> 2154199 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[256]} 0 0
   [junit4]   2> 2154199 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[257]} 0 0
   [junit4]   2> 2154200 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[258]} 0 0
   [junit4]   2> 2154200 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[259]} 0 0
   [junit4]   2> 2154200 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[260]} 0 0
   [junit4]   2> 2154200 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[261]} 0 0
   [junit4]   2> 2154200 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[262]} 0 0
   [junit4]   2> 2154201 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[263]} 0 0
   [junit4]   2> 2154201 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[68FB5FB1E1040098]) [     ] o.a

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

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null504836156
     [copy] Copying 249 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null504836156
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null504836156

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene2-us-west.apache.org
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 50ms :: artifacts dl 5ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 467 minutes 19 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 lucene2
		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-NightlyTests-8.x - Build # 182 - Still unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple2 Timeout waiting to see state for collection=testSimple2 :DocCollection(testSimple2//collections/testSimple2/state.json/24)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node3/data/",           "base_url":"https://127.0.0.1:33261/solr",           "node_name":"127.0.0.1:33261_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"down"},         "core_node5":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node5/data/",           "base_url":"https://127.0.0.1:46348/solr",           "node_name":"127.0.0.1:46348_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node5/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node7/data/",           "base_url":"https://127.0.0.1:33261/solr",           "node_name":"127.0.0.1:33261_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node8/data/",           "base_url":"https://127.0.0.1:46348/solr",           "node_name":"127.0.0.1:46348_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n6",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:44135_solr, 127.0.0.1:46348_solr] Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/24)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node3/data/",           "base_url":"https://127.0.0.1:33261/solr",           "node_name":"127.0.0.1:33261_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"down"},         "core_node5":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node5/data/",           "base_url":"https://127.0.0.1:46348/solr",           "node_name":"127.0.0.1:46348_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node5/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node7/data/",           "base_url":"https://127.0.0.1:33261/solr",           "node_name":"127.0.0.1:33261_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node8/data/",           "base_url":"https://127.0.0.1:46348/solr",           "node_name":"127.0.0.1:46348_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n6",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
Timeout waiting to see state for collection=testSimple2 :DocCollection(testSimple2//collections/testSimple2/state.json/24)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"https://127.0.0.1:33261/solr",
          "node_name":"127.0.0.1:33261_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"https://127.0.0.1:46348/solr",
          "node_name":"127.0.0.1:46348_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"https://127.0.0.1:33261/solr",
          "node_name":"127.0.0.1:33261_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"https://127.0.0.1:46348/solr",
          "node_name":"127.0.0.1:46348_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:44135_solr, 127.0.0.1:46348_solr]
Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/24)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"https://127.0.0.1:33261/solr",
          "node_name":"127.0.0.1:33261_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"https://127.0.0.1:46348/solr",
          "node_name":"127.0.0.1:46348_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"https://127.0.0.1:33261/solr",
          "node_name":"127.0.0.1:33261_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"https://127.0.0.1:46348/solr",
          "node_name":"127.0.0.1:46348_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([681B2A16D2DFB4D4:50A80EE8F52C6005]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:169)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15744 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> 5855011 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 5855011 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_681B2A16D2DFB4D4-001/data-dir-227-001
   [junit4]   2> 5855011 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 5855011 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 5855013 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 5855045 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 5855051 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 5855052 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 5855053 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5855053 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5855053 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5855053 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e663ed2{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 5855176 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@2c585da5{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-lucene2-us-west.apache.org-41584-hdfs-_-any-1818927068644138496.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 5855176 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@8b27d7b{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:41584}
   [junit4]   2> 5855176 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.Server Started @5855335ms
   [junit4]   2> 5855237 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 5855239 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 5855239 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5855239 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5855240 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5855240 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ce7d7b4{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 5855363 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@5f1f5b16{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-40768-datanode-_-any-8679133215355751191.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 5855363 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20fd854c{HTTP/1.1,[http/1.1]}{localhost:40768}
   [junit4]   2> 5855363 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.Server Started @5855521ms
   [junit4]   2> 5855389 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 5855390 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 5855390 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5855390 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5855391 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5855391 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16dc97f6{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 5855451 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xe0efda1029772d95: Processing first storage report for DS-155f195e-3e82-48f9-8c1b-37c6c5c2f082 from datanode 9871ab1f-aed5-40c2-967f-fb16cb7cd22b
   [junit4]   2> 5855451 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xe0efda1029772d95: from storage DS-155f195e-3e82-48f9-8c1b-37c6c5c2f082 node DatanodeRegistration(127.0.0.1:44092, datanodeUuid=9871ab1f-aed5-40c2-967f-fb16cb7cd22b, infoPort=41575, infoSecurePort=0, ipcPort=43536, storageInfo=lv=-57;cid=testClusterID;nsid=1084437242;c=1565925019451), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 5855451 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xe0efda1029772d95: Processing first storage report for DS-0bb9804b-dca6-4959-95bf-d5b82b414d78 from datanode 9871ab1f-aed5-40c2-967f-fb16cb7cd22b
   [junit4]   2> 5855451 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xe0efda1029772d95: from storage DS-0bb9804b-dca6-4959-95bf-d5b82b414d78 node DatanodeRegistration(127.0.0.1:44092, datanodeUuid=9871ab1f-aed5-40c2-967f-fb16cb7cd22b, infoPort=41575, infoSecurePort=0, ipcPort=43536, storageInfo=lv=-57;cid=testClusterID;nsid=1084437242;c=1565925019451), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 5855529 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@4abb8b9d{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-41773-datanode-_-any-6740296374306306450.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 5855529 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5fc6d8c9{HTTP/1.1,[http/1.1]}{localhost:41773}
   [junit4]   2> 5855529 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[681B2A16D2DFB4D4]-worker) [     ] o.e.j.s.Server Started @5855687ms
   [junit4]   2> 5855609 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb0efea523e85a96e: Processing first storage report for DS-c898d092-c022-4a84-9f45-a5f74d07a4d4 from datanode aba38d07-dd6c-4af7-b3e8-045071b1a14f
   [junit4]   2> 5855609 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb0efea523e85a96e: from storage DS-c898d092-c022-4a84-9f45-a5f74d07a4d4 node DatanodeRegistration(127.0.0.1:43637, datanodeUuid=aba38d07-dd6c-4af7-b3e8-045071b1a14f, infoPort=35883, infoSecurePort=0, ipcPort=37594, storageInfo=lv=-57;cid=testClusterID;nsid=1084437242;c=1565925019451), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 5855609 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb0efea523e85a96e: Processing first storage report for DS-32cfed01-542c-48e2-b553-16793d5ee9d7 from datanode aba38d07-dd6c-4af7-b3e8-045071b1a14f
   [junit4]   2> 5855609 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb0efea523e85a96e: from storage DS-32cfed01-542c-48e2-b553-16793d5ee9d7 node DatanodeRegistration(127.0.0.1:43637, datanodeUuid=aba38d07-dd6c-4af7-b3e8-045071b1a14f, infoPort=35883, infoSecurePort=0, ipcPort=37594, storageInfo=lv=-57;cid=testClusterID;nsid=1084437242;c=1565925019451), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 5855735 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 5855736 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_681B2A16D2DFB4D4-001/tempDir-002
   [junit4]   2> 5855736 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5855736 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5855736 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 5855836 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.ZkTestServer start zk server on port:39584
   [junit4]   2> 5855836 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39584
   [junit4]   2> 5855836 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39584
   [junit4]   2> 5855838 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5855842 INFO  (zkConnectionManagerCallback-18845-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5855842 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5855847 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5855847 INFO  (zkConnectionManagerCallback-18847-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5855847 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5855848 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5855849 INFO  (zkConnectionManagerCallback-18849-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5855849 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5855952 WARN  (jetty-launcher-18850-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5855952 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5855952 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5855952 INFO  (jetty-launcher-18850-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 5855953 WARN  (jetty-launcher-18850-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5855953 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5855953 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5855953 INFO  (jetty-launcher-18850-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 5855954 WARN  (jetty-launcher-18850-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5855954 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5855954 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5855954 INFO  (jetty-launcher-18850-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 5855955 INFO  (jetty-launcher-18850-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5855955 INFO  (jetty-launcher-18850-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5855955 INFO  (jetty-launcher-18850-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5855955 INFO  (jetty-launcher-18850-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5855955 INFO  (jetty-launcher-18850-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5855956 INFO  (jetty-launcher-18850-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5855956 INFO  (jetty-launcher-18850-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5855956 INFO  (jetty-launcher-18850-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5855956 INFO  (jetty-launcher-18850-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5855956 INFO  (jetty-launcher-18850-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27969ea2{/solr,null,AVAILABLE}
   [junit4]   2> 5855956 INFO  (jetty-launcher-18850-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@225c626d{/solr,null,AVAILABLE}
   [junit4]   2> 5855956 INFO  (jetty-launcher-18850-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22b159b3{/solr,null,AVAILABLE}
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4d2743e2{SSL,[ssl, http/1.1]}{127.0.0.1:46348}
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6a2ab1ea{SSL,[ssl, http/1.1]}{127.0.0.1:33261}
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-2) [     ] o.e.j.s.Server Started @5856115ms
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5cc44434{SSL,[ssl, http/1.1]}{127.0.0.1:44135}
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-3) [     ] o.e.j.s.Server Started @5856115ms
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-1) [     ] o.e.j.s.Server Started @5856115ms
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46348}
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33261}
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44135}
   [junit4]   2> 5855957 ERROR (jetty-launcher-18850-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5855957 ERROR (jetty-launcher-18850-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5855957 ERROR (jetty-launcher-18850-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.3.0
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.3.0
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.3.0
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-16T03:10:20.383Z
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-16T03:10:20.383Z
   [junit4]   2> 5855957 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-16T03:10:20.383Z
   [junit4]   2> 5855958 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5855958 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5855959 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5855959 INFO  (zkConnectionManagerCallback-18852-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5855959 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5855959 INFO  (zkConnectionManagerCallback-18854-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5855959 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5855959 INFO  (zkConnectionManagerCallback-18856-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5855959 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5855959 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5855960 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5855963 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5855963 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5855963 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5855963 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5855965 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 5855965 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 5855965 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5855967 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5855967 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5855969 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 5856847 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5856847 WARN  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5856848 WARN  (jetty-launcher-18850-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3221ca8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856848 WARN  (jetty-launcher-18850-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3221ca8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856851 WARN  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5856851 WARN  (jetty-launcher-18850-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27b4f4b3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856851 WARN  (jetty-launcher-18850-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27b4f4b3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856852 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39584/solr
   [junit4]   2> 5856853 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5856854 INFO  (zkConnectionManagerCallback-18865-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5856854 INFO  (jetty-launcher-18850-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5856885 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5856886 WARN  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5856886 WARN  (jetty-launcher-18850-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67ad3c5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856886 WARN  (jetty-launcher-18850-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67ad3c5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856889 WARN  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5856889 WARN  (jetty-launcher-18850-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4d931ba4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856889 WARN  (jetty-launcher-18850-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4d931ba4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856890 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39584/solr
   [junit4]   2> 5856891 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5856892 INFO  (zkConnectionManagerCallback-18871-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5856892 INFO  (jetty-launcher-18850-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5856916 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5856916 WARN  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5856917 WARN  (jetty-launcher-18850-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b3e08e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856917 WARN  (jetty-launcher-18850-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b3e08e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856919 WARN  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5856919 WARN  (jetty-launcher-18850-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5a352d94[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856919 WARN  (jetty-launcher-18850-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5a352d94[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5856920 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39584/solr
   [junit4]   2> 5856921 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5856921 INFO  (zkConnectionManagerCallback-18877-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5856921 INFO  (jetty-launcher-18850-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5856956 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5856956 INFO  (zkConnectionManagerCallback-18879-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5856956 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5857018 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44135_solr
   [junit4]   2> 5857019 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.c.Overseer Overseer (id=75220520067203081-127.0.0.1:44135_solr-n_0000000000) starting
   [junit4]   2> 5857024 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5857024 INFO  (zkConnectionManagerCallback-18886-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5857024 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5857026 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39584/solr ready
   [junit4]   2> 5857027 INFO  (OverseerStateUpdate-75220520067203081-127.0.0.1:44135_solr-n_0000000000) [n:127.0.0.1:44135_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44135_solr
   [junit4]   2> 5857028 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44135_solr
   [junit4]   2> 5857029 INFO  (zkCallback-18878-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5857029 INFO  (zkCallback-18885-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5857030 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 5857046 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5857056 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5857057 INFO  (zkConnectionManagerCallback-18889-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5857057 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5857061 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5857061 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5857064 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33261_solr as DOWN
   [junit4]   2> 5857065 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 5857065 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33261_solr
   [junit4]   2> 5857066 INFO  (zkCallback-18885-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5857066 INFO  (zkCallback-18878-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5857066 INFO  (zkCallback-18888-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5857067 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5857068 INFO  (zkConnectionManagerCallback-18896-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5857068 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5857068 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5857068 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5857069 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5857069 INFO  (jetty-launcher-18850-thread-1) [n:127.0.0.1:44135_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_681B2A16D2DFB4D4-001/tempDir-002/node1/.
   [junit4]   2> 5857069 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39584/solr ready
   [junit4]   2> 5857070 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 5857087 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5857104 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5857112 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5857113 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5857113 INFO  (jetty-launcher-18850-thread-3) [n:127.0.0.1:33261_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_681B2A16D2DFB4D4-001/tempDir-002/node3/.
   [junit4]   2> 5857156 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5857157 INFO  (zkConnectionManagerCallback-18899-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5857157 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5857161 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5857164 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46348_solr as DOWN
   [junit4]   2> 5857165 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 5857165 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46348_solr
   [junit4]   2> 5857166 INFO  (zkCallback-18885-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5857166 INFO  (zkCallback-18888-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5857166 INFO  (zkCallback-18878-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5857166 INFO  (zkCallback-18895-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5857167 INFO  (zkCallback-18898-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5857167 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5857168 INFO  (zkConnectionManagerCallback-18906-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5857168 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5857169 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 5857170 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39584/solr ready
   [junit4]   2> 5857170 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 5857187 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5857202 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5857211 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5857211 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5857212 INFO  (jetty-launcher-18850-thread-2) [n:127.0.0.1:46348_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_681B2A16D2DFB4D4-001/tempDir-002/node2/.
   [junit4]   2> 5857252 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5857253 INFO  (zkConnectionManagerCallback-18912-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5857253 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5857254 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 5857255 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[681B2A16D2DFB4D4]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39584/solr ready
   [junit4]   2> 5857275 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 5857275 INFO  (zkCallback-18898-thread-1) [     ] o.a.s.c.LibListener clusterprops.json changed , version 1
   [junit4]   2> 5857275 INFO  (zkCallback-18878-thread-1) [     ] o.a.s.c.LibListener clusterprops.json changed , version 1
   [junit4]   2> 5857275 INFO  (zkCallback-18888-thread-1) [     ] o.a.s.c.LibListener clusterprops.json changed , version 1
   [junit4]   2> 5857288 INFO  (qtp48084978-79831) [n:127.0.0.1:46348_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:44135_solr,127.0.0.1:33261_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5857290 INFO  (OverseerThreadFactory-16591-thread-1-processing-n:127.0.0.1:44135_solr) [n:127.0.0.1:44135_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 5857397 INFO  (OverseerStateUpdate-75220520067203081-127.0.0.1:44135_solr-n_0000000000) [n:127.0.0.1:44135_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33261/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5857399 INFO  (OverseerStateUpdate-75220520067203081-127.0.0.1:44135_solr-n_0000000000) [n:127.0.0.1:44135_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44135/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5857401 INFO  (OverseerStateUpdate-75220520067203081-127.0.0.1:44135_solr-n_0000000000) [n:127.0.0.1:44135_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33261/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5857403 INFO  (OverseerStateUpdate-75220520067203081-127.0.0.1:44135_solr-n_0000000000) [n:127.0.0.1:44135_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44135/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5857611 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr    x:testSimple1_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5857611 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr    x:testSimple1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5857623 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr    x:testSimple1_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5857623 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr    x:testSimple1_shard2_replica_n6 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 5857623 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr    x:testSimple1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5858621 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 5858629 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 5858629 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 5858632 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5858632 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 5858632 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5858633 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home
   [junit4]   2> 5858633 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 5858633 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_681B2A16D2DFB4D4-001/tempDir-002/node3/testSimple1_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node3/data/]
   [junit4]   2> 5858634 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node3/data/snapshot_metadata
   [junit4]   2> 5858634 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 5858634 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 5858637 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 5858639 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5858639 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 5858640 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5858640 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home
   [junit4]   2> 5858640 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 5858640 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_681B2A16D2DFB4D4-001/tempDir-002/node3/testSimple1_shard2_replica_n4], dataDir=[hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node7/data/]
   [junit4]   2> 5858641 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5858641 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 5858641 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node7/data/snapshot_metadata
   [junit4]   2> 5858655 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 5858656 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 5858656 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node3/data
   [junit4]   2> 5858657 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 5858658 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5858658 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 5858658 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5858658 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home
   [junit4]   2> 5858658 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5858658 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 5858658 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 5858658 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_681B2A16D2DFB4D4-001/tempDir-002/node1/testSimple1_shard1_replica_n2], dataDir=[hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node5/data/]
   [junit4]   2> 5858659 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5858659 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 5858659 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4917a4
   [junit4]   2> 5858659 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node5/data/snapshot_metadata
   [junit4]   2> 5858659 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home
   [junit4]   2> 5858659 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 5858659 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_681B2A16D2DFB4D4-001/tempDir-002/node1/testSimple1_shard2_replica_n6], dataDir=[hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node8/data/]
   [junit4]   2> 5858660 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 5858660 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 5858661 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node7/data
   [junit4]   2> 5858664 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5858664 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 5858665 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5858665 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 5858671 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node3/data/index
   [junit4]   2> 5858672 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 5858673 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 5858673 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node5/data
   [junit4]   2> 5858673 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node8/data
   [junit4]   2> 5858677 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5858677 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 5858678 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 5858679 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node7/data/index
   [junit4]   2> 5858684 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5858684 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 5858686 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 5858694 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node8/data/index
   [junit4]   2> 5858697 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34284/solr_hdfs_home/testSimple1/core_node5/data/index
   [junit4]   2> 5858704 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5858704 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 5858704 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5858704 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 5858709 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 5858710 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 5858780 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 5858780 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5858780 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 5858788 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 5858788 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5858788 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 5858791 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5858791 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5858796 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 5858796 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5858796 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 5858805 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5858805 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5858806 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5858806 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5858819 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@36fd2cd[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 5858825 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@675c37de[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 5858825 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5858826 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5858826 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5858826 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5858826 INFO  (qtp634405147-79833) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1641991397181489152
   [junit4]   2> 5858827 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5858827 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5858827 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1641991397182537728
   [junit4]   2> 5858836 INFO  (searcherExecutor-16604-thread-1-processing-n:127.0.0.1:33261_solr x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node3) [n:127.0.0.1:33261_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@36fd2cd[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5858839 INFO  (searcherExecutor-16607-thread-1-processing-n:127.0.0.1:44135_solr x:testSimple1_shard2_replica_n6 c:testSimple1 s:shard2 r:core_node8) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@675c37de[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5858841 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 5858841 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5858841 INFO  (qtp322875928-79821) [n:127.0.0.1:44135_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 5858841 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3009c75b[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 5858842 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5858843 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5858844 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5858844 INFO  (qtp634405147-79836) [n:127.0.0.1:33261_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1641991397200363520
   [junit4]   2> 5858845 INFO  (qtp322875928-79817) [n:127.0.0.1:44135_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSimple1/terms/shard2 to Term

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

-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1026716156
     [copy] Copying 249 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1026716156
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1026716156

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene2-us-west.apache.org
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 83ms :: artifacts dl 4ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 482 minutes 42 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 lucene2
		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-NightlyTests-8.x - Build # 181 - Still Failing

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

No tests ran.

Build Log:
[...truncated 25 lines...]
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
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.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_8x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_8x^{commit} # timeout=10
Checking out Revision 09bee6d57c2bc4ce2b117c5f91320ceac38ed030 (refs/remotes/origin/branch_8x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 09bee6d57c2bc4ce2b117c5f91320ceac38ed030
Commit message: "SOLR-13694: IndexSizeEstimator NullPointerException."
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Checking out a fresh workspace because /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-08-14T21:58:04.937 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
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.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_8x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_8x^{commit} # timeout=10
Checking out Revision 09bee6d57c2bc4ce2b117c5f91320ceac38ed030 (refs/remotes/origin/branch_8x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 09bee6d57c2bc4ce2b117c5f91320ceac38ed030
Commit message: "SOLR-13694: IndexSizeEstimator NullPointerException."
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Checking out a fresh workspace because /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-08-14T21:58:04.937 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
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.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 180 - Still Failing

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

No tests ran.

Build Log:
[...truncated 25 lines...]
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
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.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_8x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_8x^{commit} # timeout=10
Checking out Revision 4689fb8642df95eb4afecc62e7b8c97d6a63f051 (refs/remotes/origin/branch_8x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4689fb8642df95eb4afecc62e7b8c97d6a63f051
Commit message: "SOLR-13240: make operation-not-null checks consistent in TestPolicy.testNodeLostMultipleReplica (Richard Goodman via Christine Poerschke)"
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Checking out a fresh workspace because /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-08-13T21:14:04.834 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
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.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_8x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_8x^{commit} # timeout=10
Checking out Revision 4689fb8642df95eb4afecc62e7b8c97d6a63f051 (refs/remotes/origin/branch_8x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4689fb8642df95eb4afecc62e7b8c97d6a63f051
Commit message: "SOLR-13240: make operation-not-null checks consistent in TestPolicy.testNodeLostMultipleReplica (Richard Goodman via Christine Poerschke)"
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Checking out a fresh workspace because /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-08-13T21:14:04.834 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
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.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 179 - Failure

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

No tests ran.

Build Log:
[...truncated 25 lines...]
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
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.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_8x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_8x^{commit} # timeout=10
Checking out Revision 7fc5c0e07d3b9d0651f9ad31f36eb021a9be8195 (refs/remotes/origin/branch_8x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7fc5c0e07d3b9d0651f9ad31f36eb021a9be8195
Commit message: "SOLR-13399: Adding splitByPrefix param to IndexSizeTrigger; some splitByPrefix test and code cleanup"
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Checking out a fresh workspace because /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-08-12T21:37:08.242 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
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.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_8x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_8x^{commit} # timeout=10
Checking out Revision 7fc5c0e07d3b9d0651f9ad31f36eb021a9be8195 (refs/remotes/origin/branch_8x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7fc5c0e07d3b9d0651f9ad31f36eb021a9be8195
Commit message: "SOLR-13399: Adding splitByPrefix param to IndexSizeTrigger; some splitByPrefix test and code cleanup"
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Checking out a fresh workspace because /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-08-12T21:37:08.242 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
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.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 178 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple2 Timeout waiting to see state for collection=testSimple2 :DocCollection(testSimple2//collections/testSimple2/state.json/27)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node3/data/",           "base_url":"https://127.0.0.1:37700/solr",           "node_name":"127.0.0.1:37700_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"down"},         "core_node5":{           "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node5/data/",           "base_url":"https://127.0.0.1:46648/solr",           "node_name":"127.0.0.1:46648_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node5/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node7/data/",           "base_url":"https://127.0.0.1:37700/solr",           "node_name":"127.0.0.1:37700_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node8/data/",           "base_url":"https://127.0.0.1:46648/solr",           "node_name":"127.0.0.1:46648_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n6",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:38732_solr, 127.0.0.1:46648_solr] Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/27)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node3/data/",           "base_url":"https://127.0.0.1:37700/solr",           "node_name":"127.0.0.1:37700_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"down"},         "core_node5":{           "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node5/data/",           "base_url":"https://127.0.0.1:46648/solr",           "node_name":"127.0.0.1:46648_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node5/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node7/data/",           "base_url":"https://127.0.0.1:37700/solr",           "node_name":"127.0.0.1:37700_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node8/data/",           "base_url":"https://127.0.0.1:46648/solr",           "node_name":"127.0.0.1:46648_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n6",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
Timeout waiting to see state for collection=testSimple2 :DocCollection(testSimple2//collections/testSimple2/state.json/27)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"https://127.0.0.1:37700/solr",
          "node_name":"127.0.0.1:37700_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"https://127.0.0.1:46648/solr",
          "node_name":"127.0.0.1:46648_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"https://127.0.0.1:37700/solr",
          "node_name":"127.0.0.1:37700_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"https://127.0.0.1:46648/solr",
          "node_name":"127.0.0.1:46648_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:38732_solr, 127.0.0.1:46648_solr]
Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/27)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"https://127.0.0.1:37700/solr",
          "node_name":"127.0.0.1:37700_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"https://127.0.0.1:46648/solr",
          "node_name":"127.0.0.1:46648_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"https://127.0.0.1:37700/solr",
          "node_name":"127.0.0.1:37700_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"https://127.0.0.1:46648/solr",
          "node_name":"127.0.0.1:46648_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([FD0FEC07F813032F:C5BCC8F9DFE0D7FE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:169)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15098 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> 2979015 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FD0FEC07F813032F-001/data-dir-86-001
   [junit4]   2> 2979016 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2979016 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2979017 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2979018 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2979057 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2979076 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2979078 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2979082 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2979082 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2979082 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2979083 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30fb81ed{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 2979219 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@6bf00172{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/jetty-lucene2-us-west.apache.org-37036-hdfs-_-any-220102747234529603.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 2979220 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@d7f1c55{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:37036}
   [junit4]   2> 2979220 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.Server Started @2979255ms
   [junit4]   2> 2979321 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2979323 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2979327 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2979327 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2979327 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2979327 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@40c25105{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 2979449 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@6f384380{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-44457-datanode-_-any-6840476332147440452.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 2979450 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@13db08e6{HTTP/1.1,[http/1.1]}{localhost:44457}
   [junit4]   2> 2979450 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FD0FEC07F813032F]-worker) [     ] o.e.j.s.Server Started @2979485ms
   [junit4]   2> 2979610 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x78d157c414897b4b: Processing first storage report for DS-a64aa8b8-6ad4-4e4f-a235-40107250db96 from datanode 09f821ab-33d1-426a-b6a3-dd4d2257bd0b
   [junit4]   2> 2979611 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x78d157c414897b4b: from storage DS-a64aa8b8-6ad4-4e4f-a235-40107250db96 node DatanodeRegistration(127.0.0.1:38668, datanodeUuid=09f821ab-33d1-426a-b6a3-dd4d2257bd0b, infoPort=34200, infoSecurePort=0, ipcPort=37615, storageInfo=lv=-57;cid=testClusterID;nsid=595513225;c=1565580638783), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 2979611 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x78d157c414897b4b: Processing first storage report for DS-78e6237c-cc3f-4afa-b8e5-34d25eafea35 from datanode 09f821ab-33d1-426a-b6a3-dd4d2257bd0b
   [junit4]   2> 2979611 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x78d157c414897b4b: from storage DS-78e6237c-cc3f-4afa-b8e5-34d25eafea35 node DatanodeRegistration(127.0.0.1:38668, datanodeUuid=09f821ab-33d1-426a-b6a3-dd4d2257bd0b, infoPort=34200, infoSecurePort=0, ipcPort=37615, storageInfo=lv=-57;cid=testClusterID;nsid=595513225;c=1565580638783), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 2979964 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 2979965 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FD0FEC07F813032F-001/tempDir-002
   [junit4]   2> 2979965 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2979966 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2979966 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2980066 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.ZkTestServer start zk server on port:41027
   [junit4]   2> 2980066 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41027
   [junit4]   2> 2980066 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41027
   [junit4]   2> 2980068 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980076 INFO  (zkConnectionManagerCallback-12533-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980076 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980081 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980083 INFO  (zkConnectionManagerCallback-12535-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980083 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980083 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980084 INFO  (zkConnectionManagerCallback-12537-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980084 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980190 WARN  (jetty-launcher-12538-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2980190 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2980190 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2980190 INFO  (jetty-launcher-12538-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2980191 INFO  (jetty-launcher-12538-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2980191 INFO  (jetty-launcher-12538-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2980191 INFO  (jetty-launcher-12538-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2980191 INFO  (jetty-launcher-12538-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e187787{/solr,null,AVAILABLE}
   [junit4]   2> 2980192 WARN  (jetty-launcher-12538-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2980192 INFO  (jetty-launcher-12538-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7cb26592{SSL,[ssl, http/1.1]}{127.0.0.1:46648}
   [junit4]   2> 2980192 INFO  (jetty-launcher-12538-thread-1) [     ] o.e.j.s.Server Started @2980227ms
   [junit4]   2> 2980192 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46648}
   [junit4]   2> 2980192 ERROR (jetty-launcher-12538-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2980192 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2980192 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 2980192 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2980192 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2980192 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-12T03:30:39.945Z
   [junit4]   2> 2980192 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2980192 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2980192 INFO  (jetty-launcher-12538-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2980193 WARN  (jetty-launcher-12538-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2980193 INFO  (jetty-launcher-12538-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2980193 INFO  (jetty-launcher-12538-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2980193 INFO  (jetty-launcher-12538-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2980193 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2980193 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2980193 INFO  (jetty-launcher-12538-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2980193 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980194 INFO  (jetty-launcher-12538-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2cd64fd4{/solr,null,AVAILABLE}
   [junit4]   2> 2980194 INFO  (jetty-launcher-12538-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2980194 INFO  (jetty-launcher-12538-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2980194 INFO  (jetty-launcher-12538-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2980195 INFO  (jetty-launcher-12538-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b4f3edc{/solr,null,AVAILABLE}
   [junit4]   2> 2980195 INFO  (jetty-launcher-12538-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4effaf63{SSL,[ssl, http/1.1]}{127.0.0.1:37700}
   [junit4]   2> 2980195 INFO  (jetty-launcher-12538-thread-2) [     ] o.e.j.s.Server Started @2980230ms
   [junit4]   2> 2980195 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37700}
   [junit4]   2> 2980195 ERROR (jetty-launcher-12538-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2980195 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2980195 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 2980195 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2980195 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2980195 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-12T03:30:39.948Z
   [junit4]   2> 2980197 INFO  (zkConnectionManagerCallback-12540-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980197 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980197 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980197 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2980198 INFO  (jetty-launcher-12538-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2a4ea612{SSL,[ssl, http/1.1]}{127.0.0.1:38732}
   [junit4]   2> 2980198 INFO  (jetty-launcher-12538-thread-3) [     ] o.e.j.s.Server Started @2980233ms
   [junit4]   2> 2980198 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38732}
   [junit4]   2> 2980198 ERROR (jetty-launcher-12538-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2980198 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2980198 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 2980198 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2980198 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2980198 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-12T03:30:39.951Z
   [junit4]   2> 2980199 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980200 INFO  (zkConnectionManagerCallback-12542-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980200 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980200 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2980201 INFO  (zkConnectionManagerCallback-12544-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980201 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980201 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2980204 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2980204 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2980205 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2980205 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2980206 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2980206 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2980206 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2980206 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2980207 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2980408 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2980409 WARN  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2980409 WARN  (jetty-launcher-12538-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23fe8bf7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980409 WARN  (jetty-launcher-12538-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23fe8bf7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980411 WARN  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2980412 WARN  (jetty-launcher-12538-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@15369aab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980412 WARN  (jetty-launcher-12538-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@15369aab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980413 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41027/solr
   [junit4]   2> 2980414 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980416 INFO  (zkConnectionManagerCallback-12553-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980416 INFO  (jetty-launcher-12538-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980431 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2980432 WARN  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2980432 WARN  (jetty-launcher-12538-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@17a3a91[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980432 WARN  (jetty-launcher-12538-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@17a3a91[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980434 WARN  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2980435 WARN  (jetty-launcher-12538-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6325b91d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980435 WARN  (jetty-launcher-12538-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6325b91d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980435 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41027/solr
   [junit4]   2> 2980436 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980439 INFO  (zkConnectionManagerCallback-12559-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980439 INFO  (jetty-launcher-12538-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980448 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2980448 WARN  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2980449 WARN  (jetty-launcher-12538-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@230a4931[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980449 WARN  (jetty-launcher-12538-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@230a4931[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980451 WARN  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2980452 WARN  (jetty-launcher-12538-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a9379c1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980452 WARN  (jetty-launcher-12538-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a9379c1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2980453 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41027/solr
   [junit4]   2> 2980453 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980455 INFO  (zkConnectionManagerCallback-12565-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980455 INFO  (jetty-launcher-12538-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980518 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980519 INFO  (zkConnectionManagerCallback-12567-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980519 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980619 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980630 INFO  (zkConnectionManagerCallback-12571-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980630 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980655 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38732_solr
   [junit4]   2> 2980656 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.c.Overseer Overseer (id=75197950750621706-127.0.0.1:38732_solr-n_0000000000) starting
   [junit4]   2> 2980662 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980663 INFO  (zkConnectionManagerCallback-12578-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980663 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980665 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41027/solr ready
   [junit4]   2> 2980666 INFO  (OverseerStateUpdate-75197950750621706-127.0.0.1:38732_solr-n_0000000000) [n:127.0.0.1:38732_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38732_solr
   [junit4]   2> 2980667 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38732_solr
   [junit4]   2> 2980674 INFO  (OverseerStateUpdate-75197950750621706-127.0.0.1:38732_solr-n_0000000000) [n:127.0.0.1:38732_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2980675 INFO  (zkCallback-12577-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2980676 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2980677 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 2980695 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37700_solr as DOWN
   [junit4]   2> 2980697 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2980701 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2980701 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37700_solr
   [junit4]   2> 2980712 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2980719 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2980719 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2980720 INFO  (jetty-launcher-12538-thread-3) [n:127.0.0.1:38732_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FD0FEC07F813032F-001/tempDir-002/node3/.
   [junit4]   2> 2980720 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980720 INFO  (zkCallback-12577-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2980720 INFO  (zkCallback-12566-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2980721 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980722 INFO  (zkConnectionManagerCallback-12584-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980722 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980725 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2980726 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41027/solr ready
   [junit4]   2> 2980726 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 2980737 INFO  (zkConnectionManagerCallback-12586-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980737 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980738 INFO  (zkCallback-12570-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2980749 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2980755 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2980760 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46648_solr as DOWN
   [junit4]   2> 2980761 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2980761 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46648_solr
   [junit4]   2> 2980762 INFO  (zkCallback-12570-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2980762 INFO  (zkCallback-12577-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2980762 INFO  (zkCallback-12566-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2980763 INFO  (zkCallback-12583-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2980764 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980764 INFO  (zkCallback-12585-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2980765 INFO  (zkConnectionManagerCallback-12594-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980765 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980766 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2980769 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41027/solr ready
   [junit4]   2> 2980769 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 2980775 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2980786 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2980822 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2980825 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2980826 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2980827 INFO  (jetty-launcher-12538-thread-2) [n:127.0.0.1:37700_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FD0FEC07F813032F-001/tempDir-002/node2/.
   [junit4]   2> 2980843 WARN  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge
   [junit4]   2>           => javax.management.InstanceNotFoundException: solr:dom1=jvm,name0=os,name=openFileDescriptorCount
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
   [junit4]   2> javax.management.InstanceNotFoundException: solr:dom1=jvm,name0=os,name=openFileDescriptorCount
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095) ~[?:1.8.0_191]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427) ~[?:1.8.0_191]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415) ~[?:1.8.0_191]
   [junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) ~[?:1.8.0_191]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:531) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:569) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:742) ~[java/:?]
   [junit4]   2> 	at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_191]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:732) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:109) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:946) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:872) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:667) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:261) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:181) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:136) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) ~[?:1.8.0_191]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:744) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1449) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1513) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1158) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:995) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:468) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:384) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179) ~[jetty-util-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69) ~[jetty-util-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:558) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:497) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:465) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:467) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:300) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 2980845 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2980846 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2980852 INFO  (jetty-launcher-12538-thread-1) [n:127.0.0.1:46648_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FD0FEC07F813032F-001/tempDir-002/node1/.
   [junit4]   2> 2980915 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980916 INFO  (zkConnectionManagerCallback-12600-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980916 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980917 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2980918 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FD0FEC07F813032F]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41027/solr ready
   [junit4]   2> 2980936 INFO  (zkCallback-12566-thread-1) [     ] o.a.s.c.LibListener clusterprops.json changed , version 1
   [junit4]   2> 2980936 INFO  (zkCallback-12570-thread-2) [     ] o.a.s.c.LibListener clusterprops.json changed , version 1
   [junit4]   2> 2980936 INFO  (zkCallback-12585-thread-1) [     ] o.a.s.c.LibListener clusterprops.json changed , version 1
   [junit4]   2> 2980936 INFO  (qtp1141359635-30701) [n:127.0.0.1:37700_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 2980938 INFO  (qtp1141359635-30702) [n:127.0.0.1:37700_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:38732_solr,127.0.0.1:37700_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2980944 INFO  (OverseerThreadFactory-5460-thread-1-processing-n:127.0.0.1:38732_solr) [n:127.0.0.1:38732_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 2981052 INFO  (OverseerStateUpdate-75197950750621706-127.0.0.1:38732_solr-n_0000000000) [n:127.0.0.1:38732_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37700/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2981054 INFO  (OverseerStateUpdate-75197950750621706-127.0.0.1:38732_solr-n_0000000000) [n:127.0.0.1:38732_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38732/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2981056 INFO  (OverseerStateUpdate-75197950750621706-127.0.0.1:38732_solr-n_0000000000) [n:127.0.0.1:38732_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37700/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2981058 INFO  (OverseerStateUpdate-75197950750621706-127.0.0.1:38732_solr-n_0000000000) [n:127.0.0.1:38732_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38732/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2981272 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr    x:testSimple1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2981273 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr    x:testSimple1_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2981291 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr    x:testSimple1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2981291 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr    x:testSimple1_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2981311 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr    x:testSimple1_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2982303 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 2982309 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 2982317 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2982321 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 2982323 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 2982331 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2982333 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2982333 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 2982333 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2982334 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 2982357 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2982357 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 2982357 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2982357 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 2982358 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2982362 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2982364 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 2982366 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2982366 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 2982366 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@485e7b8a
   [junit4]   2> 2982367 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home
   [junit4]   2> 2982367 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2982367 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FD0FEC07F813032F-001/tempDir-002/node2/testSimple1_shard2_replica_n4], dataDir=[hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node7/data/]
   [junit4]   2> 2982368 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node7/data/snapshot_metadata
   [junit4]   2> 2982372 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home
   [junit4]   2> 2982372 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2982372 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FD0FEC07F813032F-001/tempDir-002/node2/testSimple1_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node3/data/]
   [junit4]   2> 2982372 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home
   [junit4]   2> 2982372 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2982372 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FD0FEC07F813032F-001/tempDir-002/node3/testSimple1_shard2_replica_n6], dataDir=[hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node8/data/]
   [junit4]   2> 2982373 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node3/data/snapshot_metadata
   [junit4]   2> 2982373 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 2982379 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2982379 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2982379 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2982383 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2982383 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2982383 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2982395 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home
   [junit4]   2> 2982395 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2982395 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FD0FEC07F813032F-001/tempDir-002/node3/testSimple1_shard1_replica_n2], dataDir=[hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node5/data/]
   [junit4]   2> 2982396 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node5/data/snapshot_metadata
   [junit4]   2> 2982400 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2982400 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2982400 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2982405 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2982406 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node7/data
   [junit4]   2> 2982410 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2982410 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2982410 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2982425 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2982425 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2982426 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node8/data
   [junit4]   2> 2982430 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2982430 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node3/data
   [junit4]   2> 2982430 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node5/data
   [junit4]   2> 2982452 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node7/data/index
   [junit4]   2> 2982465 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2982465 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2982465 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2982477 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node3/data/index
   [junit4]   2> 2982479 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2982482 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node5/data/index
   [junit4]   2> 2982487 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:43284/solr_hdfs_home/testSimple1/core_node8/data/index
   [junit4]   2> 2982493 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2982493 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2982493 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2982497 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2982497 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2982497 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2982502 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2982502 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2982502 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2982526 INFO  (qtp548851042-30707) [n:127.0.0.1:38732_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2982530 INFO  (qtp548851042-30712) [n:127.0.0.1:38732_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2982533 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2982794 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2982794 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2982794 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 2982810 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2982810 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2982838 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e035939[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 2982840 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2982840 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2982840 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2982841 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1641630287888646144
   [junit4]   2> 2982844 INFO  (searcherExecutor-5475-thread-1-processing-n:127.0.0.1:37700_solr x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node3) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@4e035939[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2982851 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSimple1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2982852 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSimple1/leaders/shard1
   [junit4]   2> 2982855 INFO  (qtp1141359635-30698) [n:127.0.0.1:37700_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=14999ms
   [junit4]   2> 2983009 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2983009 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2983009 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 2983020 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2983020 INFO  (qtp1141359635-30700) [n:127.0.0.1:37700_solr c:testSimple1 s:shard2 r:core_node7 x:testSimp

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

-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1168129817
     [copy] Copying 249 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1168129817
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1168129817

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene2-us-west.apache.org
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 47ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 473 minutes 13 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 lucene2
		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-NightlyTests-8.x - Build # 177 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.security.AuditLoggerIntegrationTest.testQueuedTimeMetric

Error Message:
Expecting mean time on queue >10ms, got 8.666666666666666

Stack Trace:
java.lang.AssertionError: Expecting mean time on queue >10ms, got 8.666666666666666
	at __randomizedtesting.SeedInfo.seed([5C327C33A5DFD1FD:5AF3B7E561C6036C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.security.AuditLoggerIntegrationTest.testQueuedTimeMetric(AuditLoggerIntegrationTest.java:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14348 lines...]
   [junit4] Suite: org.apache.solr.security.AuditLoggerIntegrationTest
   [junit4]   2> 2233973 INFO  (SUITE-AuditLoggerIntegrationTest-seed#[5C327C33A5DFD1FD]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_5C327C33A5DFD1FD-001/data-dir-57-001
   [junit4]   2> 2233973 WARN  (SUITE-AuditLoggerIntegrationTest-seed#[5C327C33A5DFD1FD]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=37 numCloses=37
   [junit4]   2> 2233974 INFO  (SUITE-AuditLoggerIntegrationTest-seed#[5C327C33A5DFD1FD]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2233975 INFO  (SUITE-AuditLoggerIntegrationTest-seed#[5C327C33A5DFD1FD]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 2233975 INFO  (SUITE-AuditLoggerIntegrationTest-seed#[5C327C33A5DFD1FD]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2233979 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAsync
   [junit4]   2> 2233980 INFO  (auditTestCallback-2783-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 34459
   [junit4]   2> 2233981 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_5C327C33A5DFD1FD-001/tempDir-001
   [junit4]   2> 2233981 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2233982 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2233982 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2234087 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer start zk server on port:36926
   [junit4]   2> 2234087 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36926
   [junit4]   2> 2234087 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36926
   [junit4]   2> 2234103 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234160 INFO  (zkConnectionManagerCallback-3103-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2234160 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2234249 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234270 INFO  (zkConnectionManagerCallback-3105-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2234270 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2234272 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234274 INFO  (zkConnectionManagerCallback-3107-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2234274 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2234381 WARN  (jetty-launcher-3108-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2234382 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2234382 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2234382 INFO  (jetty-launcher-3108-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2234409 INFO  (jetty-launcher-3108-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2234409 INFO  (jetty-launcher-3108-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2234409 INFO  (jetty-launcher-3108-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2234409 INFO  (jetty-launcher-3108-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30e32641{/solr,null,AVAILABLE}
   [junit4]   2> 2234410 INFO  (jetty-launcher-3108-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6444478{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35006}
   [junit4]   2> 2234410 INFO  (jetty-launcher-3108-thread-1) [     ] o.e.j.s.Server Started @2234588ms
   [junit4]   2> 2234410 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35006}
   [junit4]   2> 2234410 ERROR (jetty-launcher-3108-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2234410 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2234410 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 2234410 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2234410 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2234410 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-11T02:51:28.208Z
   [junit4]   2> 2234416 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234417 INFO  (zkConnectionManagerCallback-3110-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2234417 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2234417 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2234747 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2234749 WARN  (jetty-launcher-3108-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@32ae61f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2234749 WARN  (jetty-launcher-3108-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@32ae61f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2234752 WARN  (jetty-launcher-3108-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a1ef2b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2234752 WARN  (jetty-launcher-3108-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a1ef2b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2234753 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36926/solr
   [junit4]   2> 2234757 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234758 INFO  (zkConnectionManagerCallback-3117-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2234758 INFO  (jetty-launcher-3108-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2234871 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234871 INFO  (zkConnectionManagerCallback-3119-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2234871 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2234979 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35006_solr
   [junit4]   2> 2234980 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.c.Overseer Overseer (id=75192134304923653-127.0.0.1:35006_solr-n_0000000000) starting
   [junit4]   2> 2234987 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234988 INFO  (zkConnectionManagerCallback-3126-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2234988 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2234990 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36926/solr ready
   [junit4]   2> 2234991 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35006_solr
   [junit4]   2> 2234991 INFO  (OverseerStateUpdate-75192134304923653-127.0.0.1:35006_solr-n_0000000000) [n:127.0.0.1:35006_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35006_solr
   [junit4]   2> 2234997 INFO  (zkCallback-3125-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2234997 INFO  (OverseerStateUpdate-75192134304923653-127.0.0.1:35006_solr-n_0000000000) [n:127.0.0.1:35006_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2234998 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 2234998 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.c.CoreContainer Initializing auditlogger plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 2235047 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2235088 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35006.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2235096 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35006.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2235096 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35006.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2235097 INFO  (jetty-launcher-3108-thread-1) [n:127.0.0.1:35006_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_5C327C33A5DFD1FD-001/tempDir-001/node1/.
   [junit4]   2> 2235119 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2235130 INFO  (zkConnectionManagerCallback-3133-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2235130 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2235131 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2235132 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36926/solr ready
   [junit4]   2> 2235142 INFO  (qtp142846744-11776) [n:127.0.0.1:35006_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2235142 INFO  (qtp142846744-11776) [n:127.0.0.1:35006_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2235161 INFO  (qtp142846744-11776) [n:127.0.0.1:35006_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2235164 INFO  (qtp142846744-11776) [n:127.0.0.1:35006_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2235176 INFO  (qtp142846744-11776) [n:127.0.0.1:35006_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2235191 INFO  (qtp142846744-11776) [n:127.0.0.1:35006_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=26
   [junit4]   2> 2235890 INFO  (audit-3127-thread-1-processing-n:127.0.0.1:35006_solr) [n:127.0.0.1:35006_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:35006/solr/admin/collections","nodeName":"n:127.0.0.1:35006_solr","message":"Completed","level":"INFO","date":1565491888942,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:35006"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":35006,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":2.0} to localhost:34459
   [junit4]   2> 2235925 INFO  (audit-3127-thread-1-processing-n:127.0.0.1:35006_solr) [n:127.0.0.1:35006_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:35006/solr/admin/collections","nodeName":"n:127.0.0.1:35006_solr","message":"Completed","level":"INFO","date":1565491888962,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:35006"},"solrParams":{"action":["CLUSTERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":35006,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CLUSTERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":2.0} to localhost:34459
   [junit4]   2> 2235975 INFO  (audit-3127-thread-1-processing-n:127.0.0.1:35006_solr) [n:127.0.0.1:35006_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:35006/solr/admin/collections","nodeName":"n:127.0.0.1:35006_solr","message":"Completed","level":"INFO","date":1565491888990,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:35006"},"solrParams":{"action":["OVERSEERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":35006,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=OVERSEERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":27.0} to localhost:34459
   [junit4]   2> 2236165 INFO  (auditTestCallback-2783-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2236193 INFO  (auditTestCallback-2783-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2236204 INFO  (auditTestCallback-2783-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2236324 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1018822575
   [junit4]   2> 2236324 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35006_solr
   [junit4]   2> 2236325 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2236325 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35006_solr as DOWN
   [junit4]   2> 2236335 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2236341 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2236341 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5b9d39d4: rootName = solr_35006, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@521e090e
   [junit4]   2> 2236346 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2236346 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@270b6132: rootName = solr_35006, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@74db5859
   [junit4]   2> 2236348 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2236348 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@79485c9b: rootName = solr_35006, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4b7df9b8
   [junit4]   2> 2236348 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2236410 INFO  (closeThreadPool-3138-thread-2) [     ] o.a.s.c.Overseer Overseer (id=75192134304923653-127.0.0.1:35006_solr-n_0000000000) closing
   [junit4]   2> 2236417 INFO  (OverseerStateUpdate-75192134304923653-127.0.0.1:35006_solr-n_0000000000) [n:127.0.0.1:35006_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35006_solr
   [junit4]   2> 2236426 INFO  (OverseerAutoScalingTriggerThread-75192134304923653-127.0.0.1:35006_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2236444 INFO  (closeThreadPool-3138-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75192134304923653-127.0.0.1:35006_solr-n_0000000000) closing
   [junit4]   2> 2236537 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75192134304923653-127.0.0.1:35006_solr-n_0000000000) closing
   [junit4]   2> 2236639 INFO  (jetty-closer-3134-thread-1) [     ] o.a.s.s.AuditLoggerPlugin Shutting down async Auditlogger background thread(s)
   [junit4]   2> 2236639 WARN  (audit-3127-thread-1-processing-n:127.0.0.1:35006_solr) [n:127.0.0.1:35006_solr     ] o.a.s.s.AuditLoggerPlugin Interrupted while waiting for next audit log event
   [junit4]   2> 2236641 INFO  (jetty-closer-3134-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6444478{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2236643 INFO  (jetty-closer-3134-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@30e32641{/solr,null,UNAVAILABLE}
   [junit4]   2> 2236644 INFO  (jetty-closer-3134-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2236652 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2236871 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> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/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/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 2236878 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36926
   [junit4]   2> 2236878 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36926
   [junit4]   2> 2236878 INFO  (TEST-AuditLoggerIntegrationTest.testAsync-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAsync
   [junit4]   2> 2236884 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.SolrTestCaseJ4 ###Starting auth
   [junit4]   2> 2236889 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_5C327C33A5DFD1FD-001/tempDir-002
   [junit4]   2> 2236890 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2236890 INFO  (auditTestCallback-2798-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 46366
   [junit4]   2> 2236897 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2236897 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2236997 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer start zk server on port:32953
   [junit4]   2> 2236997 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32953
   [junit4]   2> 2236997 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32953
   [junit4]   2> 2237006 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2237016 INFO  (zkConnectionManagerCallback-3140-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2237016 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2237020 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2237021 INFO  (zkConnectionManagerCallback-3142-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2237021 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2237022 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2237023 INFO  (zkConnectionManagerCallback-3144-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2237023 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2237125 WARN  (jetty-launcher-3145-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2237129 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2237129 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2237129 INFO  (jetty-launcher-3145-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2237140 INFO  (jetty-launcher-3145-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2237140 INFO  (jetty-launcher-3145-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2237140 INFO  (jetty-launcher-3145-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2237140 INFO  (jetty-launcher-3145-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ec13cd7{/solr,null,AVAILABLE}
   [junit4]   2> 2237141 INFO  (jetty-launcher-3145-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4c7189b8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40160}
   [junit4]   2> 2237141 INFO  (jetty-launcher-3145-thread-1) [     ] o.e.j.s.Server Started @2237319ms
   [junit4]   2> 2237141 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40160}
   [junit4]   2> 2237141 ERROR (jetty-launcher-3145-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2237141 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2237141 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 2237141 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2237141 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2237141 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-11T02:51:30.939Z
   [junit4]   2> 2237149 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2237161 INFO  (zkConnectionManagerCallback-3147-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2237161 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2237161 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2237894 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2237894 WARN  (jetty-launcher-3145-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7043955[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2237895 WARN  (jetty-launcher-3145-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7043955[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2237897 WARN  (jetty-launcher-3145-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62fd866f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2237897 WARN  (jetty-launcher-3145-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62fd866f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2237898 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32953/solr
   [junit4]   2> 2237900 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2237901 INFO  (zkConnectionManagerCallback-3154-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2237901 INFO  (jetty-launcher-3145-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2238013 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2238017 INFO  (zkConnectionManagerCallback-3156-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2238017 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2238098 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40160_solr
   [junit4]   2> 2238099 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.Overseer Overseer (id=75192134495240197-127.0.0.1:40160_solr-n_0000000000) starting
   [junit4]   2> 2238134 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2238142 INFO  (zkConnectionManagerCallback-3163-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2238142 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2238144 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32953/solr ready
   [junit4]   2> 2238163 INFO  (OverseerStateUpdate-75192134495240197-127.0.0.1:40160_solr-n_0000000000) [n:127.0.0.1:40160_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40160_solr
   [junit4]   2> 2238174 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40160_solr
   [junit4]   2> 2238176 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 2238176 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2238176 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2238176 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.CoreContainer Initializing auditlogger plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 2238185 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2238199 INFO  (zkCallback-3162-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2238360 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2238402 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40160.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2238431 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40160.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2238431 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40160.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2238432 INFO  (jetty-launcher-3145-thread-1) [n:127.0.0.1:40160_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_5C327C33A5DFD1FD-001/tempDir-002/node1/.
   [junit4]   2> 2238474 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2238475 INFO  (zkConnectionManagerCallback-3169-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2238475 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2238476 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2238478 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32953/solr ready
   [junit4]   2> 2238492 INFO  (qtp1119252382-11858) [n:127.0.0.1:40160_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2238492 INFO  (qtp1119252382-11858) [n:127.0.0.1:40160_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2238515 INFO  (qtp1119252382-11858) [n:127.0.0.1:40160_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:40160/solr/admin/collections","nodeName":"n:127.0.0.1:40160_solr","message":"Completed","level":"INFO","date":1565491892290,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:40160"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":40160,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":0.0} to localhost:46366
   [junit4]   2> 2238528 INFO  (qtp1119252382-11858) [n:127.0.0.1:40160_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2238528 INFO  (qtp1119252382-11858) [n:127.0.0.1:40160_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2238551 INFO  (qtp1119252382-11858) [n:127.0.0.1:40160_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:40160/solr/admin/collections","nodeName":"n:127.0.0.1:40160_solr","message":"Completed","level":"INFO","date":1565491892331,"username":"solr","clientIp":"127.0.0.1","collections":[],"headers":{"Authorization":"Basic c29scjpTb2xyUm9ja3M=","User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:40160"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":40160,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":5.0} to localhost:46366
   [junit4]   2> 2238553 INFO  (qtp1119252382-11858) [n:127.0.0.1:40160_solr     ] o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed permission {
   [junit4]   2>   "name":"collection-admin-edit",
   [junit4]   2>   "role":"admin"} 
   [junit4]   2> 2238587 INFO  (auditTestCallback-2798-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2238592 INFO  (auditTestCallback-2798-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2238608 INFO  (auditTestCallback-2798-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2238609 INFO  (qtp1119252382-11858) [n:127.0.0.1:40160_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:40160/solr/admin/collections","nodeName":"n:127.0.0.1:40160_solr","message":"Rejected","level":"WARN","date":1565491892351,"clientIp":"127.0.0.1","collections":["test"],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:40160"},"solrParams":{"pullReplicas":["0"],"name":["test"],"nrtReplicas":["1"],"action":["CREATE"],"numShards":["1"],"tlogReplicas":["0"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":40160,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CREATE&name=test&numShards=1&nrtReplicas=1&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2","eventType":"REJECTED","requestType":"ADMIN","status":401,"qtime":-1.0} to localhost:46366
   [junit4]   2> 2238609 INFO  (qtp1119252382-11858) [n:127.0.0.1:40160_solr     ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal: [null] type: [ADMIN], collections: [test,], Path: [/admin/collections] path : /admin/collections params :pullReplicas=0&name=test&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 
   [junit4]   1> {"requestUrl":"http://127.0.0.1:40160/solr/admin/collections","nodeName":"n:127.0.0.1:40160_solr","message":"Completed","level":"INFO","date":1565491892331,"username":"solr","clientIp":"127.0.0.1","collections":[],"headers":{"Authorization":"Basic c29scjpTb2xyUm9ja3M=","User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:40160"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":40160,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":5.0}
   [junit4]   2> 2238642 INFO  (auditTestCallback-2798-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2238652 INFO  (qtp1119252382-11858) [n:127.0.0.1:40160_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:40160/solr/admin/collections","nodeName":"n:127.0.0.1:40160_solr","message":"Unauthorized","level":"WARN","date":1565491892418,"clientIp":"127.0.0.1","collections":["test"],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:40160"},"solrParams":{"pullReplicas":["0"],"name":["test"],"nrtReplicas":["1"],"action":["CREATE"],"numShards":["1"],"tlogReplicas":["0"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":40160,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CREATE&name=test&numShards=1&nrtReplicas=1&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2","eventType":"UNAUTHORIZED","requestType":"ADMIN","status":403,"qtime":-1.0} to localhost:46366
   [junit4]   2> 2238709 INFO  (auditTestCallback-2798-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /solr
   [junit4]   2> 2238715 INFO  (qtp1119252382-11858) [n:127.0.0.1:40160_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:40160/solr/admin/collections","nodeName":"n:127.0.0.1:40160_solr","message":"Rejected","level":"WARN","date":1565491892452,"clientIp":"127.0.0.1","headers":{"Authorization":"Basic c29scjp3cm9uZ1BX","User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:40160"},"solrParams":{},"solrHost":"127.0.0.1","solrPort":40160,"solrIp":"127.0.0.1","resource":"/solr","httpMethod":"GET","httpQueryString":"action=CREATE&name=test&numShards=1&nrtReplicas=1&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2","eventType":"REJECTED","requestType":"UNKNOWN","status":401,"qtime":-1.0} to localhost:46366
   [junit4]   2> 2238779 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=750546964
   [junit4]   2> 2238779 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40160_solr
   [junit4]   2> 2238786 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2238786 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:40160_solr as DOWN
   [junit4]   2> 2238790 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2238790 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2238790 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7620aeb7: rootName = solr_40160, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5e467409
   [junit4]   2> 2238802 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2238802 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6cda44fa: rootName = solr_40160, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@74db5859
   [junit4]   2> 2238804 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2238804 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22742983: rootName = solr_40160, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4b7df9b8
   [junit4]   2> 2238804 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2238817 INFO  (closeThreadPool-3174-thread-2) [     ] o.a.s.c.Overseer Overseer (id=75192134495240197-127.0.0.1:40160_solr-n_0000000000) closing
   [junit4]   2> 2238817 INFO  (OverseerStateUpdate-75192134495240197-127.0.0.1:40160_solr-n_0000000000) [n:127.0.0.1:40160_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40160_solr
   [junit4]   2> 2238817 INFO  (OverseerAutoScalingTriggerThread-75192134495240197-127.0.0.1:40160_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2238830 INFO  (closeThreadPool-3174-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75192134495240197-127.0.0.1:40160_solr-n_0000000000) closing
   [junit4]   2> 2238930 INFO  (jetty-closer-3170-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75192134495240197-127.0.0.1:40160_solr-n_0000000000) closing
   [junit4]   2> 2238933 INFO  (jetty-closer-3170-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4c7189b8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2238934 INFO  (jetty-closer-3170-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6ec13cd7{/solr,null,UNAVAILABLE}
   [junit4]   2> 2238935 INFO  (jetty-closer-3170-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2238935 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2239141 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> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 2239153 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32953
   [junit4]   2> 2239153 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32953
   [junit4]   2> 2239153 INFO  (TEST-AuditLoggerIntegrationTest.auth-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.SolrTestCaseJ4 ###Ending auth
   [junit4]   2> 2239175 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSynchronous
   [junit4]   2> 2239175 INFO  (auditTestCallback-2813-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 45545
   [junit4]   2> 2239176 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_5C327C33A5DFD1FD-001/tempDir-003
   [junit4]   2> 2239176 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2239176 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2239176 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2239276 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer start zk server on port:36288
   [junit4]   2> 2239276 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36288
   [junit4]   2> 2239276 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36288
   [junit4]   2> 2239278 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2239282 INFO  (zkConnectionManagerCallback-3176-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2239282 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2239286 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2239287 INFO  (zkConnectionManagerCallback-3178-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2239287 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2239288 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2239289 INFO  (zkConnectionManagerCallback-3180-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2239289 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2239391 WARN  (jetty-launcher-3181-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2239391 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2239391 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2239391 INFO  (jetty-launcher-3181-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2239392 INFO  (jetty-launcher-3181-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2239392 INFO  (jetty-launcher-3181-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2239392 INFO  (jetty-launcher-3181-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2239392 INFO  (jetty-launcher-3181-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@624fa47c{/solr,null,AVAILABLE}
   [junit4]   2> 2239393 INFO  (jetty-launcher-3181-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@53f6fd40{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42204}
   [junit4]   2> 2239393 INFO  (jetty-launcher-3181-thread-1) [     ] o.e.j.s.Server Started @2239571ms
   [junit4]   2> 2239393 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42204}
   [junit4]   2> 2239393 ERROR (jetty-launcher-3181-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2239393 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2239393 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 2239393 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2239393 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2239393 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-11T02:51:33.191Z
   [junit4]   2> 2239394 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2239395 INFO  (zkConnectionManagerCallback-3183-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2239395 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2239395 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2239896 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2239897 WARN  (jetty-launcher-3181-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4ebc0222[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2239897 WARN  (jetty-launcher-3181-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4ebc0222[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2239899 WARN  (jetty-launcher-3181-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@694d1905[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2239899 WARN  (jetty-launcher-3181-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@694d1905[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2239908 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36288/solr
   [junit4]   2> 2239909 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2239914 INFO  (zkConnectionManagerCallback-3190-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2239914 INFO  (jetty-launcher-3181-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2240025 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2240031 INFO  (zkConnectionManagerCallback-3192-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2240031 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2240215 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42204_solr
   [junit4]   2> 2240215 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.c.Overseer Overseer (id=75192134644137989-127.0.0.1:42204_solr-n_0000000000) starting
   [junit4]   2> 2240244 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2240244 INFO  (zkConnectionManagerCallback-3199-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2240244 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2240250 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36288/solr ready
   [junit4]   2> 2240276 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42204_solr
   [junit4]   2> 2240282 INFO  (OverseerStateUpdate-75192134644137989-127.0.0.1:42204_solr-n_0000000000) [n:127.0.0.1:42204_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42204_solr
   [junit4]   2> 2240284 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 2240284 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.c.CoreContainer Initializing auditlogger plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 2240297 INFO  (zkCallback-3198-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2240305 INFO  (OverseerStateUpdate-75192134644137989-127.0.0.1:42204_solr-n_0000000000) [n:127.0.0.1:42204_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2240417 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2240479 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42204.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2240500 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42204.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2240500 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42204.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2240501 INFO  (jetty-launcher-3181-thread-1) [n:127.0.0.1:42204_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_5C327C33A5DFD1FD-001/tempDir-003/node1/.
   [junit4]   2> 2240608 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2240628 INFO  (zkConnectionManagerCallback-3205-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2240636 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2240686 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2240691 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36288/solr ready
   [junit4]   2> 2240726 INFO  (qtp1563498646-11937) [n:127.0.0.1:42204_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2240726 INFO  (qtp1563498646-11937) [n:127.0.0.1:42204_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2240733 INFO  (qtp1563498646-11937) [n:127.0.0.1:42204_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:42204/solr/admin/collections","nodeName":"n:127.0.0.1:42204_solr","message":"Completed","level":"INFO","date":1565491894524,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:42204"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":42204,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":0.0} to localhost:45545
   [junit4]   2> 2240741 INFO  (auditTestCallback-2813-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2240743 INFO  (qtp1563498646-11938) [n:127.0.0.1:42204_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2240754 INFO  (qtp1563498646-11938) [n:127.0.0.1:42204_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 2240815 INFO  (qtp1563498646-11938) [n:127.0.0.1:42204_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:42204/solr/admin/collections","nodeName":"n:127.0.0.1:42204_solr","message":"Completed","level":"INFO","date":1565491894552,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:42204"},"solrParams":{"action":["CLUSTERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":42204,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CLUSTERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":11.0} to localhost:45545
   [junit4]   2> 2240816 INFO  (qtp1563498646-11939) [n:127.0.0.1:42204_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2240843 INFO  (auditTestCallback-2813-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2240885 INFO  (qtp1563498646-11939) [n:127.0.0.1:42204_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=69
   [junit4]   2> 2240892 INFO  (qtp1563498646-11939) [n:127.0.0.1:42204_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:42204/solr/admin/collections","nodeName":"n:127.0.0.1:42204_solr","message":"Completed","level":"INFO","date":1565491894683,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:42204"},"solrParams":{"action":["OVERSEERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":42204,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=OVERSEERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":69.0} to localhost:45545
   [junit4]   2> 2240905 INFO  (auditTestCallback-2813-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2241112 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1747054975
   [junit4]   2> 2241112 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42204_solr
   [junit4]   2> 2241113 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2241113 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42204_solr as DOWN
   [junit4]   2> 2241145 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2241145 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2241145 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@739a586c: rootName = solr_42204, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@efa6891
   [junit4]   2> 2241196 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2241196 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@74cf2369: rootName = solr_42204, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@74db5859
   [junit4]   2> 2241198 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2241198 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69503a8e: rootName = solr_42204, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4b7df9b8
   [junit4]   2> 2241198 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2241213 INFO  (closeThreadPool-3210-thread-2) [     ] o.a.s.c.Overseer Overseer (id=75192134644137989-127.0.0.1:42204_solr-n_0000000000) closing
   [junit4]   2> 2241226 INFO  (OverseerStateUpdate-75192134644137989-127.0.0.1:42204_solr-n_0000000000) [n:127.0.0.1:42204_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42204_solr
   [junit4]   2> 2241227 INFO  (OverseerAutoScalingTriggerThread-75192134644137989-127.0.0.1:42204_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2241236 INFO  (closeThreadPool-3210-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75192134644137989-127.0.0.1:42204_solr-n_0000000000) closing
   [junit4]   2> 2241345 INFO  (jetty-closer-3206-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75192134644137989-127.0.0.1:42204_solr-n_0000000000) closing
   [junit4]   2> 2241464 INFO  (jetty-closer-3206-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@53f6fd40{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2241465 INFO  (jetty-closer-3206-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@624fa47c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2241466 INFO  (jetty-closer-3206-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2241466 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2241696 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> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/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/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 2241699 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36288
   [junit4]   2> 2241699 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36288
   [junit4]   2> 2241699 INFO  (TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSynchronous
   [junit4]   2> 2241705 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMuteAdminListCollections
   [junit4]   2> 2241705 INFO  (auditTestCallback-2828-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 38847
   [junit4]   2> 2241706 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_5C327C33A5DFD1FD-001/tempDir-004
   [junit4]   2> 2241706 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2241706 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2241706 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2241806 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer start zk server on port:39129
   [junit4]   2> 2241806 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39129
   [junit4]   2> 2241806 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39129
   [junit4]   2> 2241808 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2241812 INFO  (zkConnectionManagerCallback-3212-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2241812 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2241816 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2241817 INFO  (zkConnectionManagerCallback-3214-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2241817 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2241818 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2241819 INFO  (zkConnectionManagerCallback-3216-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2241819 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2241922 WARN  (jetty-launcher-3217-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2241922 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2241922 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2241922 INFO  (jetty-launcher-3217-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2241923 INFO  (jetty-launcher-3217-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2241923 INFO  (jetty-launcher-3217-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2241923 INFO  (jetty-launcher-3217-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2241923 INFO  (jetty-launcher-3217-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@fec00e7{/solr,null,AVAILABLE}
   [junit4]   2> 2241923 INFO  (jetty-launcher-3217-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@606fce32{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43921}
   [junit4]   2> 2241923 INFO  (jetty-launcher-3217-thread-1) [     ] o.e.j.s.Server Started @2242102ms
   [junit4]   2> 2241923 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43921}
   [junit4]   2> 2241924 ERROR (jetty-launcher-3217-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2241924 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2241924 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 2241924 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2241924 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2241924 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-11T02:51:35.722Z
   [junit4]   2> 2241925 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2241925 INFO  (zkConnectionManagerCallback-3219-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2241925 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2241926 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2242317 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2242318 WARN  (jetty-launcher-3217-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e9b9142[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2242318 WARN  (jetty-launcher-3217-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e9b9142[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2242320 WARN  (jetty-launcher-3217-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a55f7d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2242320 WARN  (jetty-launcher-3217-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a55f7d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2242320 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39129/solr
   [junit4]   2> 2242321 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2242322 INFO  (zkConnectionManagerCallback-3226-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2242322 INFO  (jetty-launcher-3217-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2242424 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2242425 INFO  (zkConnectionManagerCallback-3228-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2242425 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2242492 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43921_solr
   [junit4]   2> 2242493 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.c.Overseer Overseer (id=75192134809681925-127.0.0.1:43921_solr-n_0000000000) starting
   [junit4]   2> 2242497 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2242498 INFO  (zkConnectionManagerCallback-3235-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2242498 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2242500 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39129/solr ready
   [junit4]   2> 2242501 INFO  (OverseerStateUpdate-75192134809681925-127.0.0.1:43921_solr-n_0000000000) [n:127.0.0.1:43921_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43921_solr
   [junit4]   2> 2242502 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43921_solr
   [junit4]   2> 2242504 INFO  (zkCallback-3227-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2242504 INFO  (zkCallback-3234-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2242504 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 2242504 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.c.CoreContainer Initializing auditlogger plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 2242532 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2242554 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43921.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2242565 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43921.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2242565 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43921.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4ebc0f19
   [junit4]   2> 2242566 INFO  (jetty-launcher-3217-thread-1) [n:127.0.0.1:43921_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.security.AuditLoggerIntegrationTest_5C327C33A5DFD1FD-001/tempDir-004/node1/.
   [junit4]   2> 2242617 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2242621 INFO  (zkConnectionManagerCallback-3241-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2242622 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2242623 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2242624 INFO  (TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[5C327C33A5DFD1FD]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39129/solr ready
   [junit4]   2> 2242627 INFO  (qtp1856519575-12018) [n:127.0.0.1:43921_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2242627 INFO  (qtp1856519575-12018) [n:127.0.0.1:43921_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2242628 INFO  (qtp1856519575-12019) [n:127.0.0.1:43921_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2242634 INFO  (qtp1856519575-12019) [n:127.0.0.1:43921_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 2242656 INFO  (qtp1856519575-12019) [n:127.0.0.1:43921_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:43921/solr/admin/collections","nodeName":"n:127.0.0.1:43921_solr","message":"Completed","level":"INFO","date":1565491896432,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:43921"},"solrParams":{"action":["CLUSTERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":43921,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CLUSTERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":5.0} to localhost:38847
   [junit4]   2> 2242657 INFO  (qtp1856519575-12019) [n:127.0.0.1:43921_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2242658 INFO  (auditTestCallback-2828-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2242679 INFO  (qtp1856519575-12019) [n:127.0.0.1:43921_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=22
   [junit4]   2> 2242685 INFO  (qtp1856519575-12019) [n:127.0.0.1:43921_solr     ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:43921/solr/admin/collections","nodeName":"n:127.0.0.1:43921_solr","message":"Completed","level":"INFO","date":1565491896477,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:43921"},"solrParams":{"action":["OVERSEERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":43921,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=OVERSEERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":22.0} to localhost:38847
   [junit4]   2> 2242697 INFO  (auditTestCallback-2828-thread-1) [     ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 2242795 INFO  (jetty-closer-3242-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=569025422
   [junit4]   2> 2242795 INFO  (jetty-closer-3242-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43921_solr
   [junit4]   2> 2242796 INFO  (jetty-closer-3242-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2242796 INFO  (jetty-closer-3242-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43921_solr as DOWN
   [junit4]   2> 2242797 INFO  (jetty-closer-3242-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2242798 INFO  (jetty-closer-32

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

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null785146351
     [copy] Copying 249 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null785146351
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null785146351

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene2-us-west.apache.org
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 31ms :: artifacts dl 4ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 474 minutes 49 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 lucene2
		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)