Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/13/
1 tests failed.
FAILED: org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability
Error Message:
No live SolrServers available to handle this request
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
at
__randomizedtesting.SeedInfo.seed([6F8B56201AC6F5E9:AE438B66BBA02440]:0)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:669)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:983)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:998)
at
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: https://127.0.0.1:46050/solr/collection1
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:661)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
... 44 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.read(InputRecord.java:503)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
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:549)
... 47 more
Build Log:
[...truncated 16038 lines...]
[junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrClient
[junit4] 2> 18708 INFO
(SUITE-TestLBHttpSolrClient-seed#[6F8B56201AC6F5E9]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/init-core-data-001
[junit4] 2> 19665 INFO
(SUITE-TestLBHttpSolrClient-seed#[6F8B56201AC6F5E9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 19984 INFO
(SUITE-TestLBHttpSolrClient-seed#[6F8B56201AC6F5E9]-worker) [ ] o.e.j.u.log
Logging initialized @20168ms to org.eclipse.jetty.util.log.Slf4jLog
[junit4] 2> 20020 INFO
(SUITE-TestLBHttpSolrClient-seed#[6F8B56201AC6F5E9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 22968 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testReliability
[junit4] 2> 27039 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 28038 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 28058 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 28095 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 28269 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 28269 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 28286 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 28491 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@76d44db{/solr,null,AVAILABLE}
[junit4] 2> 28692 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@9ac6aaa[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 29039 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1cb12c6c{SSL,[ssl,
http/1.1]}{127.0.0.1:34430}
[junit4] 2> 29039 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server Started @29259ms
[junit4] 2> 29040 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=34430}
[junit4] 2> 29440 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider
chain: env;sysprop
[junit4] 2> 29680 ERROR
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 29680 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 29681 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 29681 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 29693 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 29694 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-28T23:18:01.688Z
[junit4] 2> 29825 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 29861 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/solr.xml
[junit4] 2> 30491 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 35187 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 35224 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 35549 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@254445bb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 35731 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 35853 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@6764562a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 38115 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 38129 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 39046 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 39137 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 39138 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 39484 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/.
[junit4] 2> 39519 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 40802 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 41306 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 41650 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 41651 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/./collection1,
trusted=true
[junit4] 2> 42156 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 42375 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/./collection1/data/]
[junit4] 2> 53612 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 53625 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 53732 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@22e5e090[collection1] main]
[junit4] 2> 53821 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/collection1/conf
[junit4] 2> 54018 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 54169 INFO
(searcherExecutor-10-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@22e5e090[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 59895 INFO (qtp1697326511-21) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 1387
[junit4] 2> 60342 INFO (qtp1697326511-22) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 60342 INFO (qtp1697326511-22) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@19e12cd5 commitCommandVersion:0
[junit4] 2> 61685 INFO (qtp1697326511-22) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4f9c8329[collection1] main]
[junit4] 2> 61720 INFO (qtp1697326511-22) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 61751 INFO
(searcherExecutor-10-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4f9c8329[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c10:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic,
timestamp=1548717513241}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 61801 INFO (qtp1697326511-22) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 1448
[junit4] 2> 61859 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 61860 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 61860 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 61860 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 61979 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 61980 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 61980 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 62000 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@422fb8f5{/solr,null,AVAILABLE}
[junit4] 2> 62001 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@5612f1df[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 62036 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@29bf2e29{SSL,[ssl,
http/1.1]}{127.0.0.1:34550}
[junit4] 2> 62037 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server Started @62256ms
[junit4] 2> 62037 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=34550}
[junit4] 2> 62037 ERROR
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 62038 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 62038 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 62038 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 62038 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 62038 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-28T23:18:34.032Z
[junit4] 2> 62039 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/solr.xml
[junit4] 2> 62207 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 63404 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 63439 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 63509 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@71a8ac70[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 63562 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 63726 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@27f41adb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 64021 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 64021 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 64238 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 64668 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 64669 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 64751 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/.
[junit4] 2> 64784 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 64929 INFO (coreLoadExecutor-22-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 65004 INFO (coreLoadExecutor-22-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 65021 INFO (coreLoadExecutor-22-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 65021 INFO (coreLoadExecutor-22-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/./collection1,
trusted=true
[junit4] 2> 65022 INFO (coreLoadExecutor-22-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@5d67df9c
[junit4] 2> 65022 INFO (coreLoadExecutor-22-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/./collection1/data/]
[junit4] 2> 65852 INFO (coreLoadExecutor-22-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 65852 INFO (coreLoadExecutor-22-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 65982 INFO (coreLoadExecutor-22-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@d08261d[collection1] main]
[junit4] 2> 65983 INFO (coreLoadExecutor-22-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/collection1/conf
[junit4] 2> 65996 INFO (coreLoadExecutor-22-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 66017 INFO
(searcherExecutor-23-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@d08261d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 66904 INFO (qtp54676295-45) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 56
[junit4] 2> 66941 INFO (qtp54676295-41) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 66941 INFO (qtp54676295-41) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@292ab3bb commitCommandVersion:0
[junit4] 2> 67180 INFO (qtp54676295-41) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@473d87d[collection1] main]
[junit4] 2> 67180 INFO (qtp54676295-41) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 67217 INFO
(searcherExecutor-23-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@473d87d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c10:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic,
timestamp=1548717518988}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 67235 INFO (qtp54676295-41) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 294
[junit4] 2> 67344 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 67344 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 67344 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 67379 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 67490 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 67491 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 67491 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 67508 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@e69b5cb{/solr,null,AVAILABLE}
[junit4] 2> 67508 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4b29aa4e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 67602 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3ac8d95c{SSL,[ssl,
http/1.1]}{127.0.0.1:46050}
[junit4] 2> 67602 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server Started @67822ms
[junit4] 2> 67602 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-2-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=46050}
[junit4] 2> 67603 ERROR
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 67603 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 67603 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 67603 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 67603 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 67604 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-28T23:18:39.598Z
[junit4] 2> 67604 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-2-001/solr.xml
[junit4] 2> 67689 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 68423 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 68425 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 68476 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@2eb40c6d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 68498 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 68541 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@416cd381[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 68663 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 68663 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 68790 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 68991 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 68992 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 69029 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-2-001/.
[junit4] 2> 69029 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 69899 INFO (coreLoadExecutor-35-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 70714 INFO (coreLoadExecutor-35-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 70751 INFO (coreLoadExecutor-35-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 70751 INFO (coreLoadExecutor-35-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-2-001/./collection1,
trusted=true
[junit4] 2> 70752 INFO (coreLoadExecutor-35-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@5d67df9c
[junit4] 2> 70784 INFO (coreLoadExecutor-35-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-2-001/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-2-001/./collection1/data/]
[junit4] 2> 71704 INFO (coreLoadExecutor-35-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 71704 INFO (coreLoadExecutor-35-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 71794 INFO (coreLoadExecutor-35-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7367db2e[collection1] main]
[junit4] 2> 71794 INFO (coreLoadExecutor-35-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-2-001/collection1/conf
[junit4] 2> 71795 INFO (coreLoadExecutor-35-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 71810 INFO
(searcherExecutor-36-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7367db2e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 72629 INFO (qtp1431442560-67) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 73
[junit4] 2> 72645 INFO (qtp1431442560-67) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 72664 INFO (qtp1431442560-67) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7050ad9d commitCommandVersion:0
[junit4] 2> 72937 INFO (qtp1431442560-67) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@379c2bff[collection1] main]
[junit4] 2> 72957 INFO (qtp1431442560-67) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 72958 INFO
(searcherExecutor-36-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@379c2bff[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c10:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic,
timestamp=1548717524733}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 72959 INFO (qtp1431442560-67) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 315
[junit4] 2> 73023 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1488080456
[junit4] 2> 73041 INFO (coreCloseExecutor-40-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3c3d3d63
[junit4] 2> 73041 INFO (coreCloseExecutor-40-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=3c3d3d63
[junit4] 2> 73042 INFO (coreCloseExecutor-40-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1934dd01: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@479d9949
[junit4] 2> 74481 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 74481 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@aa70b4a: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@e2be7f0
[junit4] 2> 74519 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 74519 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@31d7dfed: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@3d9bbd35
[junit4] 2> 74589 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 74629 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@13fd4265: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@6193e10f
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2ebae222[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@4d79b330[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
[junit4] 2> 74865 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@29bf2e29{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 74867 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@422fb8f5{/solr,null,UNAVAILABLE}
[junit4] 2> 74867 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 76492 INFO (qtp1697326511-20) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1280
[junit4] 2> 76501 INFO (qtp1431442560-64) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=671
[junit4] 2> 76674 INFO (qtp1697326511-18) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2}
hits=10 status=0 QTime=332
[junit4] 2> 76940 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=892020435
[junit4] 2> 77297 INFO (coreCloseExecutor-42-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6f75b61f
[junit4] 2> 77297 INFO (coreCloseExecutor-42-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=6f75b61f
[junit4] 2> 77297 INFO (coreCloseExecutor-42-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6bd60495: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4e24cd9c
[junit4] 2> 77689 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 77689 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@17817bcb: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@198150b1
[junit4] 2> 77758 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 77758 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6bd8ac11: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@3d9bbd35
[junit4] 2> 77761 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 77774 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6204badf: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@6193e10f
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@3ffa5b2e[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@313da2a1[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
[junit4] 2> 77987 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1cb12c6c{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 77988 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@76d44db{/solr,null,UNAVAILABLE}
[junit4] 2> 77988 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 78081 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1218044597
[junit4] 2> 78175 INFO (coreCloseExecutor-44-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3732fd59
[junit4] 2> 78175 INFO (coreCloseExecutor-44-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=3732fd59
[junit4] 2> 78176 INFO (coreCloseExecutor-44-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@674b0018: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@347caf43
[junit4] 2> 78698 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 78698 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c39d2b1: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@45594770
[junit4] 2> 78795 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 78908 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@407178e3: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@3d9bbd35
[junit4] 2> 79001 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 79070 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@9485ff7: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@6193e10f
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@4eb87161[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@25f2b6a[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
[junit4] 2> 79153 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@3ac8d95c{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 79153 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@e69b5cb{/solr,null,UNAVAILABLE}
[junit4] 2> 79153 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 79175 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testReliability
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability
-Dtests.seed=6F8B56201AC6F5E9 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=de-LU -Dtests.timezone=Europe/Prague
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] ERROR 56.6s J1 | TestLBHttpSolrClient.testReliability <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
[junit4] > at
__randomizedtesting.SeedInfo.seed([6F8B56201AC6F5E9:AE438B66BBA02440]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:669)
[junit4] > at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:983)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:998)
[junit4] > at
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:221)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException:
Timeout occured while waiting response from server at:
https://127.0.0.1:46050/solr/collection1
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:661)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
[junit4] > at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
[junit4] > ... 44 more
[junit4] > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] > at java.net.SocketInputStream.socketRead0(Native Method)
[junit4] > at
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:171)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:141)
[junit4] > at
sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
[junit4] > at
sun.security.ssl.InputRecord.read(InputRecord.java:503)
[junit4] > at
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
[junit4] > at
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
[junit4] > at
sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
[junit4] > at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
[junit4] > at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4] > at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
[junit4] > at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
[junit4] > at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
[junit4] > at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
[junit4] > at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:549)
[junit4] > ... 47 more
[junit4] 2> 79282 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 79335 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 79336 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 79336 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 79336 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 79347 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 79347 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 79347 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 79348 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3e786d27{/solr,null,AVAILABLE}
[junit4] 2> 79348 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4a5ca394[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 79363 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@24f73000{SSL,[ssl,
http/1.1]}{127.0.0.1:45021}
[junit4] 2> 79363 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server Started @79582ms
[junit4] 2> 79363 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=45021}
[junit4] 2> 79363 ERROR
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 79364 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 79364 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 79364 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 79364 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 79364 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-28T23:18:51.358Z
[junit4] 2> 79365 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/solr.xml
[junit4] 2> 79678 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 81067 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 81068 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 81300 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@53907be7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 81326 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 81414 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@69ed17c0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 81616 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 81616 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 82437 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 82565 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 82566 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 82582 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/.
[junit4] 2> 82583 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 83361 INFO (coreLoadExecutor-54-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 83689 INFO (coreLoadExecutor-54-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 83802 INFO (coreLoadExecutor-54-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 83802 INFO (coreLoadExecutor-54-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/./collection1,
trusted=true
[junit4] 2> 83803 INFO (coreLoadExecutor-54-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@5d67df9c
[junit4] 2> 83803 INFO (coreLoadExecutor-54-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/./collection1/data/]
[junit4] 2> 84920 INFO (coreLoadExecutor-54-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 84920 INFO (coreLoadExecutor-54-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 84992 INFO (coreLoadExecutor-54-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@378e86d8[collection1] main]
[junit4] 2> 84993 INFO (coreLoadExecutor-54-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-0-001/collection1/conf
[junit4] 2> 85011 INFO (coreLoadExecutor-54-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 85013 INFO
(searcherExecutor-55-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@378e86d8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 85709 INFO (qtp1892912298-101) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 54
[junit4] 2> 85725 INFO (qtp1892912298-105) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 85725 INFO (qtp1892912298-105) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@4889dd51 commitCommandVersion:0
[junit4] 2> 86079 INFO (qtp1892912298-105) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1bcbc736[collection1] main]
[junit4] 2> 86129 INFO (qtp1892912298-105) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 86170 INFO
(searcherExecutor-55-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1bcbc736[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c10:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic,
timestamp=1548717537791}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 86171 INFO (qtp1892912298-105) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 446
[junit4] 2> 86231 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 86231 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 86231 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 86231 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 86526 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 86526 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 86527 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 86527 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1fc4537{/solr,null,AVAILABLE}
[junit4] 2> 86528 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@a995ae[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 86556 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4d53dc82{SSL,[ssl,
http/1.1]}{127.0.0.1:37751}
[junit4] 2> 86556 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server Started @86776ms
[junit4] 2> 86556 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=37751}
[junit4] 2> 86557 ERROR
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 86557 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 86557 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 86557 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 86557 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 86558 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-28T23:18:58.552Z
[junit4] 2> 86558 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/solr.xml
[junit4] 2> 86759 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 87933 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 87934 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 88248 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@6890debc[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 88285 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 88339 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@ad77c0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 88557 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 88557 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 88902 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 88974 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 88974 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 88994 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/.
[junit4] 2> 88994 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 89252 INFO (coreLoadExecutor-67-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 89559 INFO (coreLoadExecutor-67-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 89875 INFO (coreLoadExecutor-67-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 89875 INFO (coreLoadExecutor-67-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/./collection1,
trusted=true
[junit4] 2> 89889 INFO (coreLoadExecutor-67-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@5d67df9c
[junit4] 2> 89889 INFO (coreLoadExecutor-67-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/./collection1/data/]
[junit4] 2> 91595 INFO (coreLoadExecutor-67-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 91595 INFO (coreLoadExecutor-67-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 91598 INFO (coreLoadExecutor-67-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@625cdd18[collection1] main]
[junit4] 2> 91632 INFO (coreLoadExecutor-67-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-1-001/collection1/conf
[junit4] 2> 91632 INFO (coreLoadExecutor-67-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 91728 INFO
(searcherExecutor-68-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@625cdd18[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 92347 INFO (qtp1207094401-130) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 252
[junit4] 2> 92399 INFO (qtp1207094401-130) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 92399 INFO (qtp1207094401-130) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@71a097af commitCommandVersion:0
[junit4] 2> 93022 INFO (qtp1207094401-130) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4c7828c5[collection1] main]
[junit4] 2> 93023 INFO (qtp1207094401-130) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 93039 INFO
(searcherExecutor-68-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4c7828c5[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c10:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic,
timestamp=1548717544465}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 93056 INFO (qtp1207094401-130) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 658
[junit4] 2> 93205 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 93299 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 93299 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 93299 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 93310 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 93311 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 93311 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 93311 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7dbe36b0{/solr,null,AVAILABLE}
[junit4] 2> 93312 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@5e670391[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 93345 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5959314f{SSL,[ssl,
http/1.1]}{127.0.0.1:39250}
[junit4] 2> 93346 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.s.Server Started @93565ms
[junit4] 2> 93346 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-2-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=39250}
[junit4] 2> 93346 ERROR
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 93346 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 93346 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 93347 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 93347 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 93347 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-28T23:19:05.341Z
[junit4] 2> 93347 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-2-001/solr.xml
[junit4] 2> 93420 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 94816 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 94817 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 94909 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4a222089[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 94927 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 94939 WARN
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4d8828bc[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 95358 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 95358 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 95649 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 95855 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 95856 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d67df9c
[junit4] 2> 95891 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_6F8B56201AC6F5E9-001/instance-2-001/.
[junit4] 2> 95891 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[6F8B56201AC6F5E9]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 96113 INFO (coreLoadExecutor-80-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 96151 INFO (coreLoadExecutor-80-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 96260 INFO (coreLoadExecutor-80-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 96260 INFO (coreLoadExecutor-80-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHtt
[...truncated too long message...]
BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null480149999
[copy] Copying 256 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null480149999
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null480149999
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 56ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 224 minutes 48 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]