Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/350/

1 tests failed.
FAILED:  org.apache.solr.update.PeerSyncTest.test

Error Message:
Unexpected exception type, expected SolrException but got 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:45169/collection1

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout 
occurred while waiting response from server at: 
http://127.0.0.1:45169/collection1
        at 
__randomizedtesting.SeedInfo.seed([66DB77823B55D558:EE8F485895A9B8A0]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:45169/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
        at 
org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
        ... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
        ... 49 more




Build Log:
[...truncated 13258 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/init-core-data-001
   [junit4]   2> 813681 WARN  
(SUITE-PeerSyncTest-seed#[66DB77823B55D558]-worker) [    ] o.a.s.SolrTestCaseJ4 
startTrackingSearchers: numOpens=612 numCloses=612
   [junit4]   2> 813681 INFO  
(SUITE-PeerSyncTest-seed#[66DB77823B55D558]-worker) [    ] o.a.s.SolrTestCaseJ4 
Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 813683 INFO  
(SUITE-PeerSyncTest-seed#[66DB77823B55D558]-worker) [    ] o.a.s.SolrTestCaseJ4 
Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 813683 INFO  
(SUITE-PeerSyncTest-seed#[66DB77823B55D558]-worker) [    ] o.a.s.SolrTestCaseJ4 
SecureRandom sanity checks: test.solr.allowed.securerandom=null & 
java.security.egd=file:/dev/./urandom
   [junit4]   2> 813688 INFO  
(SUITE-PeerSyncTest-seed#[66DB77823B55D558]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 813701 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 813701 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 813736 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 813758 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 814028 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 814146 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 814150 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@2572a3ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 814153 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@2f40fea3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 814178 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 814178 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 814211 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814249 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814249 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814253 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 814281 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 814316 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 814415 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 814426 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 814427 INFO  (coreLoadExecutor-2438-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@1ebd0e02
   [junit4]   2> 814427 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/init-core-data-001/]
   [junit4]   2> 814429 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=73.2646484375, 
floorSegmentMB=1.9052734375, forceMergeDeletesPctAllowed=9.92460485173445, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3416450175840994, deletesPctAllowed=35.29855953709676
   [junit4]   2> 814432 WARN  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 814493 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 814493 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 814495 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 814495 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 814496 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 814497 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6cc9741a[collection1] main]
   [junit4]   2> 814497 WARN  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 814498 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 814498 INFO  (coreLoadExecutor-2438-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632363864112758784
   [junit4]   2> 814501 INFO  
(searcherExecutor-2439-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6cc9741a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 814502 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 814676 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/control/cores/collection1
   [junit4]   2> 814678 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 814678 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 814678 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 814678 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 814680 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 814680 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 814680 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 814680 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@63a63444{/,null,AVAILABLE}
   [junit4]   2> 814681 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@780f2d10{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44459}
   [junit4]   2> 814681 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.Server Started @814730ms
   [junit4]   2> 814681 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=44459, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/control/cores}
   [junit4]   2> 814682 ERROR (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T20:44:52.418447Z
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/control/solr.xml
   [junit4]   2> 814686 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 814686 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 814688 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 814762 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 814764 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@3309032[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 814768 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@6e0ce86c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 814787 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 814787 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 814818 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814839 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814839 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814842 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/control/cores
   [junit4]   2> 814842 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 814844 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 814867 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 814888 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 814999 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 815009 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 815010 INFO  (coreLoadExecutor-2452-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@1ebd0e02
   [junit4]   2> 815010 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 815013 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=73.2646484375, 
floorSegmentMB=1.9052734375, forceMergeDeletesPctAllowed=9.92460485173445, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3416450175840994, deletesPctAllowed=35.29855953709676
   [junit4]   2> 815015 WARN  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 815072 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 815072 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 815074 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 815074 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 815076 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 815076 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5dfc52f[collection1] 
main]
   [junit4]   2> 815076 WARN  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 815077 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 815077 INFO  (coreLoadExecutor-2452-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632363864719884288
   [junit4]   2> 815081 INFO  
(searcherExecutor-2453-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5dfc52f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 815269 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 815270 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 815270 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 815270 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 815270 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 815272 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 815272 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 815272 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 815272 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b878720{/,null,AVAILABLE}
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@3f7f454c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45169}
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.Server Started @815321ms
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=45169, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard0/cores}
   [junit4]   2> 815273 ERROR (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 815274 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T20:44:53.010002Z
   [junit4]   2> 815274 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 815277 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 815277 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 815279 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 815377 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 815378 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@128c168c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 815382 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@d3dd84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 815407 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 815407 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 815438 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 815462 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 815462 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 815465 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard0/cores
   [junit4]   2> 815465 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 815466 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 815489 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 815509 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 815613 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 815624 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 815624 INFO  (coreLoadExecutor-2466-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@1ebd0e02
   [junit4]   2> 815625 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 815627 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=73.2646484375, 
floorSegmentMB=1.9052734375, forceMergeDeletesPctAllowed=9.92460485173445, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3416450175840994, deletesPctAllowed=35.29855953709676
   [junit4]   2> 815630 WARN  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 815708 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 815708 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 815710 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 815710 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 815712 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 815712 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6e6b8d64[collection1] main]
   [junit4]   2> 815713 WARN  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 815713 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 815714 INFO  (coreLoadExecutor-2466-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632363865387827200
   [junit4]   2> 815717 INFO  
(searcherExecutor-2467-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6e6b8d64[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 815950 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 815951 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 815952 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 815952 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 815952 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 815953 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 815953 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 815953 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 815954 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@161d998b{/,null,AVAILABLE}
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@647adf9d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45121}
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.Server Started @816003ms
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=45121, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard1/cores}
   [junit4]   2> 815955 ERROR (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 815956 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T20:44:53.692009Z
   [junit4]   2> 815956 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 815960 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 815960 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 815962 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 816005 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 816007 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@2bcf0217[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 816011 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@75ba67be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 816030 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 816030 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 816061 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816084 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816084 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816087 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard1/cores
   [junit4]   2> 816087 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 816088 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 816113 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 816133 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 816287 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 816299 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 816299 INFO  (coreLoadExecutor-2480-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@1ebd0e02
   [junit4]   2> 816299 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 816302 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=73.2646484375, 
floorSegmentMB=1.9052734375, forceMergeDeletesPctAllowed=9.92460485173445, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3416450175840994, deletesPctAllowed=35.29855953709676
   [junit4]   2> 816305 WARN  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 816363 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 816363 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 816365 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 816365 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 816367 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 816367 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2e795d5d[collection1] main]
   [junit4]   2> 816368 WARN  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 816369 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 816369 INFO  (coreLoadExecutor-2480-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632363866074644480
   [junit4]   2> 816372 INFO  
(searcherExecutor-2481-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2e795d5d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 816547 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 816548 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 816548 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 816549 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 816549 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 816550 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 816550 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 816550 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 816551 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18a1f742{/,null,AVAILABLE}
   [junit4]   2> 816551 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@4b4930d2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42524}
   [junit4]   2> 816551 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.s.Server Started @816600ms
   [junit4]   2> 816551 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=42524, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard2/cores}
   [junit4]   2> 816552 ERROR (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 816552 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 816552 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 816552 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 816552 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 816552 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T20:44:54.288656Z
   [junit4]   2> 816553 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 816556 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 816556 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 816558 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 816667 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 816668 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@16ad4d72[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 816672 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@1191fb6e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 816691 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 816691 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 816722 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816745 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816745 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816748 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard2/cores
   [junit4]   2> 816748 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 816749 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 816773 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 816792 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 816907 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 816917 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 816918 INFO  (coreLoadExecutor-2494-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@1ebd0e02
   [junit4]   2> 816918 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 816921 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=73.2646484375, 
floorSegmentMB=1.9052734375, forceMergeDeletesPctAllowed=9.92460485173445, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3416450175840994, deletesPctAllowed=35.29855953709676
   [junit4]   2> 816923 WARN  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 816981 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 816981 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 816983 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 816983 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 816984 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 816985 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6ae258f8[collection1] main]
   [junit4]   2> 816985 WARN  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 816986 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 816986 INFO  (coreLoadExecutor-2494-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632363866721615872
   [junit4]   2> 816990 INFO  
(searcherExecutor-2495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6ae258f8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 817490 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 817498 INFO  (qtp682709506-8465) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 2
   [junit4]   2> 817501 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:45169/collection1] nUpdates=100
   [junit4]   2> 817514 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ecf662c[collection1] realtime]
   [junit4]   2> 817515 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:5.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 817515 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 817516 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 817516 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE.  We have no versions.  
sync failed.
   [junit4]   2> 817517 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 817517 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 817517 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:45169/collection1&wt=javabin&version=2}
 status=0 QTime=17
   [junit4]   2> 817520 INFO  (qtp1646006474-8487) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 1
   [junit4]   2> 817521 INFO  (qtp1646006474-8488) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:45169/collection1] nUpdates=100
   [junit4]   2> 817522 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 817522 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 817526 INFO  (qtp1646006474-8488) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5a66a2e3[collection1] realtime]
   [junit4]   2> 817526 INFO  (qtp1646006474-8488) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:4.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 817526 INFO  (qtp1646006474-8488) [    x:collection1] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 817526 INFO  (qtp1646006474-8488) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:45169/collection1&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 817527 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632363867288895488,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817527 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@76e4c86d 
commitCommandVersion:1632363867288895488
   [junit4]   2> 817529 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1ab0335a[collection1] main]
   [junit4]   2> 817530 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817532 INFO  
(searcherExecutor-2467-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1ab0335a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0,
 source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495248, java.version=11.0.1, 
java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817533 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 817534 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632363867296235520,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817534 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1bc11b61 
commitCommandVersion:1632363867296235520
   [junit4]   2> 817535 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2a841ca4[collection1] main]
   [junit4]   2> 817536 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817539 INFO  
(searcherExecutor-2481-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2a841ca4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0,
 source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495260, java.version=11.0.1, 
java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817539 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 817540 INFO  (qtp682709506-8464) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 817542 INFO  (qtp1646006474-8485) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 817547 INFO  (qtp682709506-8465) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[2 (2)]} 0 2
   [junit4]   2> 817548 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:45169/collection1] nUpdates=100
   [junit4]   2> 817552 INFO  (qtp682709506-8466) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7d8d769e[collection1] realtime]
   [junit4]   2> 817553 INFO  (qtp682709506-8466) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:4.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 817553 INFO  (qtp682709506-8466) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 817553 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 817555 INFO  (qtp682709506-8466) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 817556 INFO  (qtp682709506-8466) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 817578 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=  Received 2 versions from 
http://127.0.0.1:45169/collection1 
fingerprint:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 817598 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= Requesting updates from 
http://127.0.0.1:45169/collection1n=1 versions=2
   [junit4]   2> 817601 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 817601 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={getUpdates=2&distrib=false&qt=/get&fingerprint=true&onlyIfActive=false&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 817618 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 16
   [junit4]   2> 817625 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@357122ab[collection1] realtime]
   [junit4]   2> 817626 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:8.0 
result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 817626 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.u.PeerSync Fingerprint comparison: 0
   [junit4]   2> 817626 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 817626 INFO  (qtp1646006474-8486) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:45169/collection1&wt=javabin&version=2}
 status=0 QTime=79
   [junit4]   2> 817627 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632363867393753088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817628 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@76e4c86d 
commitCommandVersion:1632363867393753088
   [junit4]   2> 817628 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4720ad0f[collection1] main]
   [junit4]   2> 817629 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817632 INFO  
(searcherExecutor-2467-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4720ad0f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0,
 source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495248, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) 
Uninverting(_1(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, 
os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495287, java.version=11.0.1, 
java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817632 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 817633 INFO  (qtp1646006474-8487) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632363867400044544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817633 INFO  (qtp1646006474-8487) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1bc11b61 
commitCommandVersion:1632363867400044544
   [junit4]   2> 817634 INFO  (qtp1646006474-8487) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@50fc5d13[collection1] main]
   [junit4]   2> 817634 INFO  (qtp1646006474-8487) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817637 INFO  
(searcherExecutor-2481-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@50fc5d13[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0,
 source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495260, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) 
Uninverting(_1(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, 
os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495356, java.version=11.0.1, 
java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817637 INFO  (qtp1646006474-8487) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 817638 INFO  (qtp682709506-8464) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 817640 INFO  (qtp1646006474-8488) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 817644 INFO  (qtp682709506-8465) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[3 (3)]} 0 2
   [junit4]   2> 817646 INFO  (qtp682709506-8466) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[4 (4)]} 0 1
   [junit4]   2> 817647 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[5 (5)]} 0 0
   [junit4]   2> 817649 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[6 (6)]} 0 0
   [junit4]   2> 817650 INFO  (qtp682709506-8464) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[7 (7)]} 0 0
   [junit4]   2> 817652 INFO  (qtp682709506-8465) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[8 (8)]} 0 0
   [junit4]   2> 817653 INFO  (qtp682709506-8466) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[9 (9)]} 0 0
   [junit4]   2> 817655 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[10 (10)]} 0 0
   [junit4]   2> 817656 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:45169/collection1] nUpdates=100
   [junit4]   2> 817662 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@760d4869[collection1] realtime]
   [junit4]   2> 817662 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:5.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, 
maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, 
maxDoc=8}
   [junit4]   2> 817662 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=6
   [junit4]   2> 817663 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 817664 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, 
maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, 
maxDoc=8}
   [junit4]   2> 817665 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 817665 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=  Received 10 versions from 
http://127.0.0.1:45169/collection1 
fingerprint:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, 
maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, 
maxDoc=8}
   [junit4]   2> 817665 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= Requesting updates from 
http://127.0.0.1:45169/collection1n=8 versions=10,9,8,7,6,5,4,3
   [junit4]   2> 817666 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=10, maxVersionEncountered=10, maxInHash=10, 
versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 817666 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={getUpdates=10,9,8,7,6,5,4,3&distrib=false&qt=/get&fingerprint=true&onlyIfActive=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 817678 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (3), 4 (4), 5 (5), 6 
(6), 7 (7), 8 (8), 9 (9), 10 (10)]} 0 11
   [junit4]   2> 817690 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@32f66a57[collection1] realtime]
   [junit4]   2> 817690 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:12.0 
result:{maxVersionSpecified=10, maxVersionEncountered=10, maxInHash=10, 
versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 817690 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.PeerSync Fingerprint comparison: 0
   [junit4]   2> 817690 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 817691 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:45169/collection1&wt=javabin&version=2}
 status=0 QTime=35
   [junit4]   2> 817692 INFO  (qtp682709506-8464) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632363867461910528,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817692 INFO  (qtp682709506-8464) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@76e4c86d 
commitCommandVersion:1632363867461910528
   [junit4]   2> 817692 INFO  (qtp682709506-8464) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6eb2c0d9[collection1] main]
   [junit4]   2> 817693 INFO  (qtp682709506-8464) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817695 INFO  
(searcherExecutor-2467-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6eb2c0d9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0,
 source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495248, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) 
Uninverting(_1(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, 
os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495287, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) 
Uninverting(_2(9.0.0):c8:[diagnostics={lucene.version=9.0.0, source=flush, 
os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495396, java.version=11.0.1, 
java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817696 INFO  (qtp682709506-8464) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 817697 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632363867467153408,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817697 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1bc11b61 
commitCommandVersion:1632363867467153408
   [junit4]   2> 817700 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2d002d1d[collection1] main]
   [junit4]   2> 817704 INFO  
(searcherExecutor-2481-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d002d1d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0,
 source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495260, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) 
Uninverting(_1(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, 
os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495356, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) 
Uninverting(_2(9.0.0):c8:[diagnostics={lucene.version=9.0.0, source=flush, 
os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556743495421, java.version=11.0.1, 
java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817704 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817704 INFO  (qtp1646006474-8489) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 8
   [junit4]   2> 817706 INFO  (qtp682709506-8466) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&sort=_version_+desc&rows=10000&wt=javabin&version=2} hits=10 
status=0 QTime=0
   [junit4]   2> 817709 INFO  (qtp1646006474-8485) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&sort=_version_+desc&rows=10000&wt=javabin&version=2} hits=10 
status=0 QTime=0
   [junit4]   2> 817715 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[11 (11)]} 0 2
   [junit4]   2> 817717 INFO  (qtp682709506-8465) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[12 (12)]} 0 0
   [junit4]   2> 817718 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[13 (13)]} 0 0
   [junit4]   2> 817719 INFO  (qtp682709506-8464) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[14 (14)]} 0 0
   [junit4]   2> 817720 INFO  (qtp682709506-8466) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[15 (15)]} 0 0
   [junit4]   2> 817721 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[16 (16)]} 0 0
   [junit4]   2> 817722 INFO  (qtp682709506-8465) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[17 (17)]} 0 0
   [junit4]   2> 817723 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[18 (18)]} 0 0
   [junit4]   2> 817724 INFO  (qtp682709506-8464) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[19 (19)]} 0 0
   [junit4]   2> 817725 INFO  (qtp682709506-8466) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[20 (20)]} 0 0
   [junit4]   2> 817725 INFO  (qtp682709506-8467) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[21 (21)]} 0 0
   [junit4]   2> 817726 INFO  (qtp682709506-8465) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[22 (22)]} 0 0
   [junit4]   2> 817727 INFO  (qtp682709506-8468) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[23 (23)]} 0 0
   [junit4]   2> 817728 INFO  (qtp682709506-8464) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&w

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

erty disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null589955976
     [copy] Copying 239 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null589955976
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null589955976

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene1-us-west
[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 77ms :: artifacts dl 7ms
        ---------------------------------------------------------------------
        |                  |            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: 126 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 lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to