Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/338/
2 tests failed.
FAILED:
org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter
Error Message:
expected:<3> but was:<2>
Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
at
__randomizedtesting.SeedInfo.seed([A33F525E380497EE:F66FBACC94FD581E]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:145)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:834)
FAILED:
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test
Error Message:
.responseHeader.status:200!=0
Stack Trace:
junit.framework.AssertionFailedError: .responseHeader.status:200!=0
at
__randomizedtesting.SeedInfo.seed([A33F525E380497EE:2B6B6D8496F8FA16]:0)
at junit.framework.Assert.fail(Assert.java:57)
at
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:999)
at
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1026)
at
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:680)
at
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:643)
at
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:143)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:834)
Build Log:
[...truncated 13751 lines...]
[junit4] Suite:
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/init-core-data-001
[junit4] 2> 2420514 INFO
(SUITE-TestDistributedStatsComponentCardinality-seed#[A33F525E380497EE]-worker)
[ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2420515 WARN
(SUITE-TestDistributedStatsComponentCardinality-seed#[A33F525E380497EE]-worker)
[ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 2420515 INFO
(SUITE-TestDistributedStatsComponentCardinality-seed#[A33F525E380497EE]-worker)
[ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2420516 INFO
(SUITE-TestDistributedStatsComponentCardinality-seed#[A33F525E380497EE]-worker)
[ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-9062")
[junit4] 2> 2420516 INFO
(SUITE-TestDistributedStatsComponentCardinality-seed#[A33F525E380497EE]-worker)
[ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/m_u/
[junit4] 2> 2420732 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/control/cores/collection1
[junit4] 2> 2420733 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2420733 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2420733 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2420734 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
[junit4] 2> 2420734 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2420734 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2420734 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2420744 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@351313ba{/m_u,null,AVAILABLE}
[junit4] 2> 2420744 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@78fc3fe2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45032}
[junit4] 2> 2420745 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.Server Started @2420833ms
[junit4] 2> 2420745 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_u,
hostPort=45032,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/control/cores}
[junit4] 2> 2420745 ERROR
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 2420745 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2420745 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 9.0.0
[junit4] 2> 2420745 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 2420745 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2420745 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-04-20T04:10:56.494544Z
[junit4] 2> 2420745 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/control/solr.xml
[junit4] 2> 2420748 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 2420748 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2420749 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2420945 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2420950 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@189e53a8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2420988 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@2c631164[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2421030 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2421030 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 2421059 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2421070 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2421070 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2421080 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/control/cores
[junit4] 2> 2421080 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2421081 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2421109 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 2421161 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2421475 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2421530 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from configset
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 2421533 INFO (coreLoadExecutor-4888-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@211b3204
[junit4] 2> 2421533 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/control/cores/collection1/data/]
[junit4] 2> 2421537 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2421874 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2421874 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 2421881 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2421881 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2421882 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=18, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=10.486328125,
floorSegmentMB=1.4443359375, forceMergeDeletesPctAllowed=13.237191947586263,
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=44.67111079936372
[junit4] 2> 2421883 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6240f193[collection1] main]
[junit4] 2> 2421884 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 2421905 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 2421974 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2421975 INFO (coreLoadExecutor-4888-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1631304766166401024
[junit4] 2> 2421976 INFO
(searcherExecutor-4889-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 2421991 INFO
(searcherExecutor-4889-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 2421992 INFO
(searcherExecutor-4889-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 2421992 INFO
(searcherExecutor-4889-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 2421992 INFO
(searcherExecutor-4889-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 2421992 INFO
(searcherExecutor-4889-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 2421993 INFO
(searcherExecutor-4889-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 2421993 INFO
(searcherExecutor-4889-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 2421993 INFO
(searcherExecutor-4889-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 2422016 INFO
(searcherExecutor-4889-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6240f193[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2422256 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard0/cores/collection1
[junit4] 2> 2422256 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2422257 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2422257 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2422266 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
[junit4] 2> 2422315 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2422315 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2422315 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2422316 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4641f52f{/m_u,null,AVAILABLE}
[junit4] 2> 2422316 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@31e30369{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33337}
[junit4] 2> 2422316 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.Server Started @2422404ms
[junit4] 2> 2422316 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_u,
hostPort=33337,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard0/cores}
[junit4] 2> 2422317 ERROR
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 2422317 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2422317 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 9.0.0
[junit4] 2> 2422317 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 2422317 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2422317 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-04-20T04:10:58.066263Z
[junit4] 2> 2422317 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard0/solr.xml
[junit4] 2> 2422320 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 2422320 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2422321 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2422416 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2422417 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@6c20a3e1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2422445 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4dee940e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2422486 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2422486 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 2422511 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2422540 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2422540 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2422542 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard0/cores
[junit4] 2> 2422542 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2422544 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2422584 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 2422621 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2422794 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2422810 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from configset
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 2422810 INFO (coreLoadExecutor-4902-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@211b3204
[junit4] 2> 2422811 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard0/cores/collection1/data/]
[junit4] 2> 2422813 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2422925 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2422925 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 2422929 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2422929 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2422929 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=18, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=10.486328125,
floorSegmentMB=1.4443359375, forceMergeDeletesPctAllowed=13.237191947586263,
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=44.67111079936372
[junit4] 2> 2422930 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8521a1e[collection1]
main]
[junit4] 2> 2422930 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 2422961 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 2423104 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2423104 INFO (coreLoadExecutor-4902-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1631304767350243328
[junit4] 2> 2423113 INFO
(searcherExecutor-4903-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 2423166 INFO
(searcherExecutor-4903-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 2423166 INFO
(searcherExecutor-4903-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 2423166 INFO
(searcherExecutor-4903-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 2423186 INFO
(searcherExecutor-4903-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 2423186 INFO
(searcherExecutor-4903-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 2423187 INFO
(searcherExecutor-4903-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 2423187 INFO
(searcherExecutor-4903-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 2423187 INFO
(searcherExecutor-4903-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 2423215 INFO
(searcherExecutor-4903-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@8521a1e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2423651 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard1/cores/collection1
[junit4] 2> 2423651 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2423652 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2423652 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2423652 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
[junit4] 2> 2423660 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2423660 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2423660 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2423660 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3e1642e3{/m_u,null,AVAILABLE}
[junit4] 2> 2423663 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@56608363{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38710}
[junit4] 2> 2423663 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.Server Started @2423751ms
[junit4] 2> 2423663 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_u,
hostPort=38710,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard1/cores}
[junit4] 2> 2423663 ERROR
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 2423663 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2423663 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 9.0.0
[junit4] 2> 2423663 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 2423663 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2423663 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-04-20T04:10:59.412683Z
[junit4] 2> 2423663 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard1/solr.xml
[junit4] 2> 2423666 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 2423666 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2423667 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2423803 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2423805 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@2cbabaa3[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2423863 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@5d82e422[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2423903 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2423903 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 2423946 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2423987 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2423987 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2423989 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard1/cores
[junit4] 2> 2423989 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2424001 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2424214 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 2424275 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2424447 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2424463 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from configset
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 2424463 INFO (coreLoadExecutor-4916-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@211b3204
[junit4] 2> 2424464 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard1/cores/collection1/data/]
[junit4] 2> 2424465 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2424626 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2424627 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 2424637 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2424637 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2424638 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=18, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=10.486328125,
floorSegmentMB=1.4443359375, forceMergeDeletesPctAllowed=13.237191947586263,
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=44.67111079936372
[junit4] 2> 2424638 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2d98314a[collection1] main]
[junit4] 2> 2424639 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 2424650 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 2424715 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2424715 INFO (coreLoadExecutor-4916-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1631304769039499264
[junit4] 2> 2424717 INFO
(searcherExecutor-4917-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 2424718 INFO
(searcherExecutor-4917-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 2424718 INFO
(searcherExecutor-4917-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 2424718 INFO
(searcherExecutor-4917-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 2424718 INFO
(searcherExecutor-4917-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 2424718 INFO
(searcherExecutor-4917-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 2424719 INFO
(searcherExecutor-4917-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 2424719 INFO
(searcherExecutor-4917-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 2424719 INFO
(searcherExecutor-4917-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 2424720 INFO
(searcherExecutor-4917-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2d98314a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2424935 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard2/cores/collection1
[junit4] 2> 2424936 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2424936 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2424936 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2424936 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
[junit4] 2> 2424937 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2424937 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2424937 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2424938 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@74503be7{/m_u,null,AVAILABLE}
[junit4] 2> 2424938 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@2c4d18bf{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40051}
[junit4] 2> 2424938 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.s.Server Started @2425026ms
[junit4] 2> 2424938 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_u,
hostPort=40051,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard2/cores}
[junit4] 2> 2424938 ERROR
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 2424938 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2424938 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 9.0.0
[junit4] 2> 2424938 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 2424938 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2424939 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-04-20T04:11:00.688003Z
[junit4] 2> 2424939 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard2/solr.xml
[junit4] 2> 2424949 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 2424949 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2424951 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2425169 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2425170 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@2904910e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2425173 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@316ace48[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2425186 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2425186 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 2425203 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2425215 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2425215 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@211b3204
[junit4] 2> 2425217 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard2/cores
[junit4] 2> 2425217 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2425218 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2425251 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 2425283 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2425378 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2425386 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from configset
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 2425386 INFO (coreLoadExecutor-4930-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@211b3204
[junit4] 2> 2425386 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_A33F525E380497EE-001/tempDir-001/shard2/cores/collection1/data/]
[junit4] 2> 2425388 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2425537 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2425537 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 2425548 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2425548 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2425549 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=18, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=10.486328125,
floorSegmentMB=1.4443359375, forceMergeDeletesPctAllowed=13.237191947586263,
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=44.67111079936372
[junit4] 2> 2425549 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@66eea5ea[collection1] main]
[junit4] 2> 2425550 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 2425570 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 2425641 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2425641 INFO (coreLoadExecutor-4930-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1631304770010480640
[junit4] 2> 2425643 INFO
(searcherExecutor-4931-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 2425649 INFO
(searcherExecutor-4931-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 2425649 INFO
(searcherExecutor-4931-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 2425649 INFO
(searcherExecutor-4931-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 2425650 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 2425650 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[A33F525E380497EE]) [
] o.a.s.h.c.TestDistributedStatsComponentCardinality Building an index of
12259 docs
[junit4] 2> 2425651 INFO
(searcherExecutor-4931-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 2425652 INFO
(searcherExecutor-4931-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 2425652 INFO
(searcherExecutor-4931-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 2425652 INFO
(searcherExecutor-4931-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 2425653 INFO
(searcherExecutor-4931-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 2425654 INFO
(searcherExecutor-4931-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@66eea5ea[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2425667 INFO (qtp1152050054-16284) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[1 (1631304770027257856)]} 0 10
[junit4] 2> 2425670 INFO (qtp2054751536-16304) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[1 (1631304770039840768)]} 0 1
[junit4] 2> 2425671 INFO (qtp1152050054-16285) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[2 (1631304770041937920)]} 0 0
[junit4] 2> 2425674 INFO (qtp1901548551-16326) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[2 (1631304770044035072)]} 0 1
[junit4] 2> 2425682 INFO (qtp1152050054-16286) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[3 (1631304770053472256)]} 0 0
[junit4] 2> 2425691 INFO (qtp208156179-16347) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[3 (1631304770055569408)]} 0 7
[junit4] 2> 2426088 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[4 (1631304770478145536)]} 0 0
[junit4] 2> 2426104 INFO (qtp2054751536-16306) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[4 (1631304770495971328)]} 0 0
[junit4] 2> 2426105 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[5 (1631304770497019904)]} 0 0
[junit4] 2> 2426132 INFO (qtp1901548551-16327) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[5 (1631304770525331456)]} 0 0
[junit4] 2> 2426141 INFO (qtp1152050054-16284) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[6 (1631304770533720064)]} 0 0
[junit4] 2> 2426160 INFO (qtp208156179-16348) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[6 (1631304770554691584)]} 0 0
[junit4] 2> 2426162 INFO (qtp1152050054-16285) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[7 (1631304770555740160)]} 0 0
[junit4] 2> 2426164 INFO (qtp2054751536-16308) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[7 (1631304770558885888)]} 0 0
[junit4] 2> 2426165 INFO (qtp1152050054-16286) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[8 (1631304770559934464)]} 0 0
[junit4] 2> 2426165 INFO (qtp1901548551-16328) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[8 (1631304770559934464)]} 0 0
[junit4] 2> 2426166 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[9 (1631304770560983040)]} 0 0
[junit4] 2> 2426167 INFO (qtp208156179-16349) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[9 (1631304770560983040)]} 0 0
[junit4] 2> 2426167 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[10 (1631304770562031616)]} 0 0
[junit4] 2> 2426168 INFO (qtp2054751536-16307) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[10 (1631304770562031616)]} 0 0
[junit4] 2> 2426201 INFO (qtp1152050054-16284) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[11 (1631304770597683200)]} 0 0
[junit4] 2> 2426205 INFO (qtp1901548551-16329) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[11 (1631304770601877504)]} 0 0
[junit4] 2> 2426213 INFO (qtp1152050054-16285) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[12 (1631304770610266112)]} 0 0
[junit4] 2> 2426214 INFO (qtp208156179-16350) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[12 (1631304770611314688)]} 0 0
[junit4] 2> 2426214 INFO (qtp1152050054-16286) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[13 (1631304770611314688)]} 0 0
[junit4] 2> 2426215 INFO (qtp2054751536-16305) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[13 (1631304770612363264)]} 0 0
[junit4] 2> 2426216 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[14 (1631304770613411840)]} 0 0
[junit4] 2> 2426216 INFO (qtp1901548551-16325) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[14 (1631304770613411840)]} 0 0
[junit4] 2> 2426233 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[15 (1631304770631237632)]} 0 0
[junit4] 2> 2426234 INFO (qtp208156179-16346) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[15 (1631304770632286208)]} 0 0
[junit4] 2> 2426250 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[16 (1631304770648014848)]} 0 0
[junit4] 2> 2426250 INFO (qtp2054751536-16304) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[16 (1631304770649063424)]} 0 0
[junit4] 2> 2426251 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[17 (1631304770650112000)]} 0 0
[junit4] 2> 2426251 INFO (qtp1901548551-16326) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[17 (1631304770650112000)]} 0 0
[junit4] 2> 2426252 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[18 (1631304770651160576)]} 0 0
[junit4] 2> 2426253 INFO (qtp208156179-16347) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[18 (1631304770651160576)]} 0 0
[junit4] 2> 2426253 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[19 (1631304770652209152)]} 0 0
[junit4] 2> 2426307 INFO (qtp2054751536-16306) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[19 (1631304770707783680)]} 0 0
[junit4] 2> 2426308 INFO (qtp1152050054-16284) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[20 (1631304770709880832)]} 0 0
[junit4] 2> 2426315 INFO (qtp1901548551-16327) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[20 (1631304770716172288)]} 0 0
[junit4] 2> 2426323 INFO (qtp1152050054-16285) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[21 (1631304770724560896)]} 0 0
[junit4] 2> 2426323 INFO (qtp208156179-16348) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[21 (1631304770725609472)]} 0 0
[junit4] 2> 2426335 INFO (qtp1152050054-16286) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[22 (1631304770738192384)]} 0 0
[junit4] 2> 2426347 INFO (qtp2054751536-16308) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[22 (1631304770750775296)]} 0 0
[junit4] 2> 2426348 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[23 (1631304770750775296)]} 0 0
[junit4] 2> 2426348 INFO (qtp1901548551-16328) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[23 (1631304770751823872)]} 0 0
[junit4] 2> 2426359 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[24 (1631304770763358208)]} 0 0
[junit4] 2> 2426367 INFO (qtp208156179-16349) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[24 (1631304770771746816)]} 0 0
[junit4] 2> 2426368 INFO (qtp1152050054-16284) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[25 (1631304770772795392)]} 0 0
[junit4] 2> 2426368 INFO (qtp2054751536-16307) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[25 (1631304770772795392)]} 0 0
[junit4] 2> 2426369 INFO (qtp1152050054-16285) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[26 (1631304770773843968)]} 0 0
[junit4] 2> 2426371 INFO (qtp1901548551-16329) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[26 (1631304770775941120)]} 0 0
[junit4] 2> 2426383 INFO (qtp1152050054-16286) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[27 (1631304770788524032)]} 0 0
[junit4] 2> 2426403 INFO (qtp208156179-16350) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[27 (1631304770809495552)]} 0 0
[junit4] 2> 2426408 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[28 (1631304770814738432)]} 0 0
[junit4] 2> 2426409 INFO (qtp2054751536-16305) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[28 (1631304770815787008)]} 0 0
[junit4] 2> 2426409 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[29 (1631304770815787008)]} 0 0
[junit4] 2> 2426410 INFO (qtp1901548551-16325) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[29 (1631304770816835584)]} 0 0
[junit4] 2> 2426411 INFO (qtp1152050054-16284) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[30 (1631304770816835584)]} 0 0
[junit4] 2> 2426411 INFO (qtp208156179-16346) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[30 (1631304770817884160)]} 0 0
[junit4] 2> 2426440 INFO (qtp1152050054-16285) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[31 (1631304770848292864)]} 0 0
[junit4] 2> 2426444 INFO (qtp2054751536-16304) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[31 (1631304770852487168)]} 0 0
[junit4] 2> 2426445 INFO (qtp1152050054-16286) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[32 (1631304770852487168)]} 0 0
[junit4] 2> 2426445 INFO (qtp1901548551-16326) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[32 (1631304770853535744)]} 0 0
[junit4] 2> 2426446 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[33 (1631304770853535744)]} 0 0
[junit4] 2> 2426446 INFO (qtp208156179-16347) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[33 (1631304770854584320)]} 0 0
[junit4] 2> 2426447 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[34 (1631304770855632896)]} 0 0
[junit4] 2> 2426447 INFO (qtp2054751536-16306) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[34 (1631304770855632896)]} 0 0
[junit4] 2> 2426481 INFO (qtp1152050054-16284) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[35 (1631304770890235904)]} 0 0
[junit4] 2> 2426497 INFO (qtp1901548551-16327) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[35 (1631304770908061696)]} 0 0
[junit4] 2> 2426513 INFO (qtp1152050054-16285) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[36 (1631304770924838912)]} 0 0
[junit4] 2> 2426517 INFO (qtp208156179-16348) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[36 (1631304770929033216)]} 0 0
[junit4] 2> 2426518 INFO (qtp1152050054-16286) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[37 (1631304770929033216)]} 0 0
[junit4] 2> 2426529 INFO (qtp2054751536-16308) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[37 (1631304770941616128)]} 0 0
[junit4] 2> 2426530 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[38 (1631304770942664704)]} 0 0
[junit4] 2> 2426531 INFO (qtp1901548551-16328) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[38 (1631304770943713280)]} 0 0
[junit4] 2> 2426531 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[39 (1631304770943713280)]} 0 0
[junit4] 2> 2426532 INFO (qtp208156179-16349) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[39 (1631304770944761856)]} 0 0
[junit4] 2> 2426532 INFO (qtp1152050054-16284) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[40 (1631304770944761856)]} 0 0
[junit4] 2> 2426541 INFO (qtp2054751536-16307) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[40 (1631304770954199040)]} 0 0
[junit4] 2> 2426546 INFO (qtp1152050054-16285) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[41 (1631304770959441920)]} 0 0
[junit4] 2> 2426549 INFO (qtp1901548551-16329) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[41 (1631304770962587648)]} 0 0
[junit4] 2> 2426550 INFO (qtp1152050054-16286) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[42 (1631304770963636224)]} 0 0
[junit4] 2> 2426550 INFO (qtp208156179-16350) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[42 (1631304770963636224)]} 0 0
[junit4] 2> 2426551 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[43 (1631304770964684800)]} 0 0
[junit4] 2> 2426551 INFO (qtp2054751536-16305) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[43 (1631304770964684800)]} 0 0
[junit4] 2> 2426552 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[44 (1631304770965733376)]} 0 0
[junit4] 2> 2426553 INFO (qtp1901548551-16325) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[44 (1631304770965733376)]} 0 0
[junit4] 2> 2426566 INFO (qtp1152050054-16284) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[45 (1631304770979364864)]} 0 0
[junit4] 2> 2426566 INFO (qtp208156179-16346) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[45 (1631304770980413440)]} 0 0
[junit4] 2> 2426567 INFO (qtp1152050054-16285) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[46 (1631304770981462016)]} 0 0
[junit4] 2> 2426567 INFO (qtp2054751536-16304) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[46 (1631304770981462016)]} 0 0
[junit4] 2> 2426568 INFO (qtp1152050054-16286) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[47 (1631304770982510592)]} 0 0
[junit4] 2> 2426569 INFO (qtp1901548551-16326) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[47 (1631304770982510592)]} 0 0
[junit4] 2> 2426569 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[48 (1631304770983559168)]} 0 0
[junit4] 2> 2426582 INFO (qtp208156179-16347) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[48 (1631304770997190656)]} 0 0
[junit4] 2> 2426583 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[49 (1631304770998239232)]} 0 0
[junit4] 2> 2426594 INFO (qtp2054751536-16306) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[49 (1631304771009773568)]} 0 0
[junit4] 2> 2426595 INFO (qtp1152050054-16283) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[50 (1631304771010822144)]} 0 0
[junit4] 2> 2426602 INFO (qtp1901548551-16327) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[50 (1631304771018162176)]} 0 0
[junit4] 2> 2426603 INFO (qtp1152050054-16284) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[51 (1631304771018162176)]} 0 0
[junit4] 2> 2426603 INFO (qtp208156179-16348) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[51 (1631304771019210752)]} 0 0
[junit4] 2> 2426604 INFO (qtp1152050054-16285) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[52 (1631304771020259328)]} 0 0
[junit4] 2> 2426604 INFO (qtp2054751536-16308) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[52 (1631304771020259328)]} 0 0
[junit4] 2> 2426605 INFO (qtp1152050054-16286) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[53 (1631304771021307904)]} 0 0
[junit4] 2> 2426605 INFO (qtp1901548551-16328) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[53 (1631304771021307904)]} 0 0
[junit4] 2> 2426623 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[54 (1631304771040182272)]} 0 0
[junit4] 2> 2426624 INFO (qtp208156179-16349) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[54 (1631304771040182272)]} 0 0
[junit4] 2> 2426624 INFO (qtp1152050054-16287) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[55 (1631304771041230848)]} 0 0
[junit4] 2> 2426625 INFO (qtp2054751536-16307) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/m_u path=/update
params={wt=javabin&version=2}{add=[55 (1631304771042279424)]} 0 0
[junit4] 2> 2426625 INFO (qtp1152050
[...truncated too long message...]
sts-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null462429866
[copy] Copying 239 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null462429866
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null462429866
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
#;[email protected]
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] downloading
https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar
...
[ivy:cachepath]
...................................................................................................................................................................................
(2676kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] [SUCCESSFUL ]
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r!org.eclipse.jgit.jar
(432ms)
[ivy:cachepath] downloading
https://repo1.maven.org/maven2/org/slf4j/slf4j-nop/1.7.2/slf4j-nop-1.7.2.jar ...
[ivy:cachepath] ... (3kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] [SUCCESSFUL ] org.slf4j#slf4j-nop;1.7.2!slf4j-nop.jar
(41ms)
[ivy:cachepath] downloading
https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar ...
[ivy:cachepath] ............................. (273kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] [SUCCESSFUL ] com.jcraft#jsch;0.1.54!jsch.jar (42ms)
[ivy:cachepath] downloading
https://repo1.maven.org/maven2/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar ...
[ivy:cachepath] ................ (67kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] [SUCCESSFUL ] com.jcraft#jzlib;1.1.1!jzlib.jar (33ms)
[ivy:cachepath] downloading
https://repo1.maven.org/maven2/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar
...
[ivy:cachepath] ............................... (312kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] [SUCCESSFUL ]
org.bouncycastle#bcpg-jdk15on;1.60!bcpg-jdk15on.jar (79ms)
[ivy:cachepath] :: resolution report :: resolve 4497ms :: artifacts dl 647ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 9 | 5 | 5 | 0 || 9 | 5 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 249 minutes 53 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]