Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/4351/
3 tests failed. FAILED: org.apache.solr.search.json.TestJsonRequest.testDistribJsonRequest Error Message: Error from server at http://127.0.0.1:42846/solr/collection1: Server Error request: http://127.0.0.1:42846/solr/collection1/select?shards=127.0.0.1:42846/solr/collection1,127.0.0.1:42674/solr/collection1,127.0.0.1:39459/solr/collection1&json={query:'cat_s:A'}&json={filter:'where_s:NY'}&wt=json&indent=true&version=2.2 Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42846/solr/collection1: Server Error request: http://127.0.0.1:42846/solr/collection1/select?shards=127.0.0.1:42846/solr/collection1,127.0.0.1:42674/solr/collection1,127.0.0.1:39459/solr/collection1&json={query:'cat_s:A'}&json={filter:'where_s:NY'}&wt=json&indent=true&version=2.2 at __randomizedtesting.SeedInfo.seed([EC289EA2ACCCA930:F872E8AFF9A12FF8]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) at org.apache.solr.SolrTestCaseHS.getQueryResponse(SolrTestCaseHS.java:206) at org.apache.solr.SolrTestCaseHS.getJSON(SolrTestCaseHS.java:227) at org.apache.solr.SolrTestCaseHS.assertJQ(SolrTestCaseHS.java:144) at org.apache.solr.SolrTestCaseHS$Client$Tester.assertJQ(SolrTestCaseHS.java:257) at org.apache.solr.SolrTestCaseHS$Client.testJQ(SolrTestCaseHS.java:299) at org.apache.solr.search.json.TestJsonRequest.doJsonRequest(TestJsonRequest.java:101) at org.apache.solr.search.json.TestJsonRequest.testDistribJsonRequest(TestJsonRequest.java:80) 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:1754) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992) 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:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) 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:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) at java.base/java.lang.Thread.run(Thread.java:834) FAILED: org.apache.solr.search.json.TestJsonRequest.testLocalJsonRequest Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite timeout was reached. at __randomizedtesting.SeedInfo.seed([EC289EA2ACCCA930]:0) FAILED: junit.framework.TestSuite.org.apache.solr.search.json.TestJsonRequest Error Message: Suite timeout exceeded (>= 7200000 msec). Stack Trace: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec). at __randomizedtesting.SeedInfo.seed([EC289EA2ACCCA930]:0) Build Log: [...truncated 15249 lines...] [junit4] Suite: org.apache.solr.search.json.TestJsonRequest [junit4] 2> 82978 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf' [junit4] 2> 82978 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/data-dir-8-001 [junit4] 2> 82979 WARN (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1 [junit4] 2> 82979 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 82996 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None") [junit4] 2> 82996 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 82997 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore [junit4] 2> 82997 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 83097 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 83197 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.s.IndexSchema [null] Schema name=example [junit4] 2> 83455 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id [junit4] 2> 84282 WARN (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr]. Features requiring this directory may fail. [junit4] 2> => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore" "write") [junit4] 2> at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) [junit4] 2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore" "write") [junit4] 2> at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?] [junit4] 2> at java.security.AccessController.checkPermission(AccessController.java:897) ~[?:?] [junit4] 2> at java.lang.SecurityManager.checkPermission(SecurityManager.java:322) ~[?:?] [junit4] 2> at java.lang.SecurityManager.checkWrite(SecurityManager.java:752) ~[?:?] [junit4] 2> at java.io.File.mkdir(File.java:1323) ~[?:?] [junit4] 2> at java.io.File.mkdirs(File.java:1355) ~[?:?] [junit4] 2> at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:520) ~[java/:?] [junit4] 2> at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) ~[java/:?] [junit4] 2> at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:79) ~[java/:?] [junit4] 2> at org.apache.solr.core.CoreContainer.load(CoreContainer.java:624) ~[java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:180) ~[java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) ~[java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) ~[java/:?] [junit4] 2> at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) ~[java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:807) ~[java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:797) ~[java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:658) ~[java/:?] [junit4] 2> at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:647) ~[java/:?] [junit4] 2> at org.apache.solr.search.json.TestJsonRequest.beforeTests(TestJsonRequest.java:45) ~[test/:?] [junit4] 2> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] [junit4] 2> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] [junit4] 2> at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) ~[java/:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) ~[java/:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) ~[java/:?] [junit4] 2> at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) ~[java/:?] [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) ~[java/:?] [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) ~[java/:?] [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) ~[randomizedtesting-runner-2.7.6.jar:?] [junit4] 2> at java.lang.Thread.run(Thread.java:834) [?:?] [junit4] 2> 84283 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 84288 WARN (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e1125c7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 84288 WARN (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e1125c7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 84291 WARN (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7605476[provider=null,keyStore=null,trustStore=null] [junit4] 2> 84291 WARN (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7605476[provider=null,keyStore=null,trustStore=null] [junit4] 2> 84293 WARN (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 84353 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 84353 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 84414 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 84435 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 84436 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 84446 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 84530 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 84569 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=example [junit4] 2> 84739 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id [junit4] 2> 84766 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true [junit4] 2> 84774 INFO (coreLoadExecutor-191-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@1555a0b2 [junit4] 2> 84774 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/data-dir-8-001/] [junit4] 2> 84776 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=49.75, floorSegmentMB=1.6923828125, forceMergeDeletesPctAllowed=10.797347201432974, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8085924820544433, deletesPctAllowed=37.867816823118446 [junit4] 2> 84811 WARN (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}} [junit4] 2> 85045 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 85045 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 85054 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 85054 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 85056 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 85056 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ceefe25[collection1] main] [junit4] 2> 85057 WARN (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 85058 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 85058 INFO (coreLoadExecutor-191-thread-1) [ x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1659694813283352576 [junit4] 2> 85061 INFO (SUITE-TestJsonRequest-seed#[EC289EA2ACCCA930]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore end [junit4] 2> 85061 INFO (searcherExecutor-192-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7ceefe25[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 85065 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDistribJsonRequest [junit4] 2> 85116 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 85116 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 85116 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS [junit4] 2> 85117 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 85117 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 85117 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 85117 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3404ad71{/solr,null,AVAILABLE} [junit4] 2> 85135 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@34f6d416{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42846} [junit4] 2> 85135 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.Server Started @85267ms [junit4] 2> 85135 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema_latest.xml, hostContext=/solr, solrconfig=solrconfig-tlog.xml, hostPort=42846} [junit4] 2> 85136 ERROR (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 85136 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 85136 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 85136 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port null [junit4] 2> 85136 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr [junit4] 2> 85136 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-02-27T12:58:36.579437Z [junit4] 2> 85136 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s0-001/solr.xml [junit4] 2> 85141 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 89997 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 90011 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@588f108a[provider=null,keyStore=null,trustStore=null] [junit4] 2> 90011 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@588f108a[provider=null,keyStore=null,trustStore=null] [junit4] 2> 90015 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c0ef46[provider=null,keyStore=null,trustStore=null] [junit4] 2> 90016 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c0ef46[provider=null,keyStore=null,trustStore=null] [junit4] 2> 90017 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 90071 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 90071 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 90145 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 90184 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 90192 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 90204 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s0-001/. [junit4] 2> 90204 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 90211 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 90276 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=example [junit4] 2> 90455 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id [junit4] 2> 90499 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s0-001/./collection1, trusted=true [junit4] 2> 90500 INFO (coreLoadExecutor-205-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@1555a0b2 [junit4] 2> 90500 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s0-001/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s0-001/./collection1/data/] [junit4] 2> 90519 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=49.75, floorSegmentMB=1.6923828125, forceMergeDeletesPctAllowed=10.797347201432974, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8085924820544433, deletesPctAllowed=37.867816823118446 [junit4] 2> 90522 WARN (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}} [junit4] 2> 90702 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 90702 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 90704 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 90704 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 90706 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 90706 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@603f4050[collection1] main] [junit4] 2> 90707 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s0-001/collection1/conf [junit4] 2> 90720 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 90720 INFO (coreLoadExecutor-205-thread-1) [ x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1659694819220389888 [junit4] 2> 90723 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.SolrTestCaseHS ===> Started solr server port=42846 home=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s0-001 [junit4] 2> 90725 INFO (searcherExecutor-206-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@603f4050[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 90751 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 90751 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 90752 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS [junit4] 2> 90752 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 90761 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 90761 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 90761 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7bc5b664{/solr,null,AVAILABLE} [junit4] 2> 90763 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@55f459f8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42674} [junit4] 2> 90763 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.Server Started @90894ms [junit4] 2> 90763 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema_latest.xml, hostContext=/solr, solrconfig=solrconfig-tlog.xml, hostPort=42674} [junit4] 2> 90763 ERROR (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 90763 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 90763 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 90763 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port null [junit4] 2> 90763 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr [junit4] 2> 90763 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-02-27T12:58:42.206730Z [junit4] 2> 90764 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s1-001/solr.xml [junit4] 2> 90769 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 91594 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 91596 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5996db80[provider=null,keyStore=null,trustStore=null] [junit4] 2> 91596 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5996db80[provider=null,keyStore=null,trustStore=null] [junit4] 2> 91613 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4735c7f2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 91613 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4735c7f2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 91615 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 91669 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 91669 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 91743 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 91793 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 91794 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 91798 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s1-001/. [junit4] 2> 91798 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 91829 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 92070 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=example [junit4] 2> 92347 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id [junit4] 2> 92383 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s1-001/./collection1, trusted=true [junit4] 2> 92384 INFO (coreLoadExecutor-219-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@1555a0b2 [junit4] 2> 92384 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s1-001/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s1-001/./collection1/data/] [junit4] 2> 92395 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=49.75, floorSegmentMB=1.6923828125, forceMergeDeletesPctAllowed=10.797347201432974, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8085924820544433, deletesPctAllowed=37.867816823118446 [junit4] 2> 92397 WARN (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}} [junit4] 2> 92565 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 92565 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 92567 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 92567 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 92577 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 92577 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@66514fa2[collection1] main] [junit4] 2> 92578 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s1-001/collection1/conf [junit4] 2> 92579 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 92579 INFO (coreLoadExecutor-219-thread-1) [ x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1659694821169692672 [junit4] 2> 92590 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.SolrTestCaseHS ===> Started solr server port=42674 home=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s1-001 [junit4] 2> 92592 INFO (searcherExecutor-220-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@66514fa2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 92626 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 92626 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 92626 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS [junit4] 2> 92628 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 92628 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 92628 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 92628 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@51c2c5a5{/solr,null,AVAILABLE} [junit4] 2> 92638 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@c75dbfc{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39459} [junit4] 2> 92638 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.s.Server Started @92770ms [junit4] 2> 92638 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema_latest.xml, hostContext=/solr, solrconfig=solrconfig-tlog.xml, hostPort=39459} [junit4] 2> 92639 ERROR (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 92639 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 92639 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 92639 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port null [junit4] 2> 92639 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr [junit4] 2> 92639 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-02-27T12:58:44.082568Z [junit4] 2> 92639 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s2-001/solr.xml [junit4] 2> 92644 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 94302 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 94316 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c673dc3[provider=null,keyStore=null,trustStore=null] [junit4] 2> 94316 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c673dc3[provider=null,keyStore=null,trustStore=null] [junit4] 2> 94320 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f754953[provider=null,keyStore=null,trustStore=null] [junit4] 2> 94320 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f754953[provider=null,keyStore=null,trustStore=null] [junit4] 2> 94322 WARN (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 94380 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 94380 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 94458 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 94512 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 94512 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1555a0b2 [junit4] 2> 94516 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s2-001/. [junit4] 2> 94516 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 94524 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 94621 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=example [junit4] 2> 95059 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id [junit4] 2> 95098 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s2-001/./collection1, trusted=true [junit4] 2> 95107 INFO (coreLoadExecutor-233-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@1555a0b2 [junit4] 2> 95107 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s2-001/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s2-001/./collection1/data/] [junit4] 2> 95110 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=49.75, floorSegmentMB=1.6923828125, forceMergeDeletesPctAllowed=10.797347201432974, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8085924820544433, deletesPctAllowed=37.867816823118446 [junit4] 2> 95124 WARN (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}} [junit4] 2> 95300 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 95300 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 95311 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 95311 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 95312 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 95313 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4477bbe1[collection1] main] [junit4] 2> 95314 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s2-001/collection1/conf [junit4] 2> 95314 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 95315 INFO (coreLoadExecutor-233-thread-1) [ x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1659694824038596608 [junit4] 2> 95317 INFO (TEST-TestJsonRequest.testDistribJsonRequest-seed#[EC289EA2ACCCA930]) [ ] o.a.s.SolrTestCaseHS ===> Started solr server port=39459 home=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.json.TestJsonRequest_EC289EA2ACCCA930-001/s2-001 [junit4] 2> 95319 INFO (searcherExecutor-234-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4477bbe1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 95356 INFO (qtp632193184-546) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1659694824057470976)} 0 23 [junit4] 2> 95373 INFO (qtp144888343-566) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1659694824083685376)} 0 15 [junit4] 2> 95385 INFO (qtp937679629-586) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1659694824101511168)} 0 10 [junit4] 2> 95421 INFO (qtp632193184-547) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1659694824114094080)]} 0 34 [junit4] 2> 95423 INFO (qtp632193184-545) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1659694824150794240)]} 0 0 [junit4] 2> 95425 INFO (qtp937679629-587) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1659694824152891392)]} 0 1 [junit4] 2> 95426 INFO (qtp632193184-546) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1659694824154988544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 95427 INFO (qtp632193184-546) [ x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2f226fb1 commitCommandVersion:1659694824154988544 [junit4] 2> 95478 INFO (qtp632193184-546) [ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@70746755[collection1] main] [junit4] 2> 95479 INFO (qtp632193184-546) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 95483 INFO (searcherExecutor-206-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@70746755[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c2:[diagnostics={source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.4.0-170-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1582808326917, java.version=11.0.4, java.vm.version=11.0.4+10-LTS, lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))} [junit4] 2> 95489 INFO (qtp632193184-546) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 62 [junit4] 2> 95491 INFO (qtp144888343-567) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1659694824223145984,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 95491 INFO (qtp144888343-567) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 95492 INFO (qtp144888343-567) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 95492 INFO (qtp144888343-567) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1 [junit4] 2> 95493 INFO (qtp937679629-585) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1659694824225243136,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 95493 INFO (qtp937679629-585) [ x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@563c8428 commitCommandVersion:1659694824225243136 [junit4] 2> 95519 INFO (qtp937679629-585) [ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e6c4600[collection1] main] [junit4] 2> 95520 INFO (qtp937679629-585) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 95524 INFO (searcherExecutor-234-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4e6c4600[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.4.0-170-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1582808326938, java.version=11.0.4, java.vm.version=11.0.4+10-LTS, lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))} [junit4] 2> 95524 INFO (qtp937679629-585) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 31 [junit4] 2> 95528 INFO (qtp937679629-586) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1659694824259846144)]} 0 2 [junit4] 2> 95530 INFO (qtp144888343-565) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1659694824262991872)]} 0 1 [junit4] 2> 95532 INFO (qtp632193184-547) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1659694824266137600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 95532 INFO (qtp632193184-547) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 95532 INFO (qtp632193184-547) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 95532 INFO (qtp632193184-547) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1 [junit4] 2> 95542 INFO (qtp144888343-566) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1659694824276623360,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 95542 INFO (qtp144888343-566) [ x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4c5d2b7c commitCommandVersion:1659694824276623360 [junit4] 2> 95566 INFO (qtp144888343-566) [ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@67726ad9[collection1] main] [junit4] 2> 95567 INFO (qtp144888343-566) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 95571 INFO (searcherExecutor-220-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@67726ad9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.4.0-170-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1582808327005, java.version=11.0.4, java.vm.version=11.0.4+10-LTS, lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))} [junit4] 2> 95571 INFO (qtp144888343-566) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 37 [junit4] 2> 95573 INFO (qtp937679629-587) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1659694824309129216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 95573 INFO (qtp937679629-587) [ x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@563c8428 commitCommandVersion:1659694824309129216 [junit4] 2> 95622 INFO (qtp937679629-587) [ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@24e7fae3[collection1] main] [junit4] 2> 95623 INFO (qtp937679629-587) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 95672 INFO (searcherExecutor-234-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@24e7fae3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.4.0-170-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1582808326938, java.version=11.0.4, java.vm.version=11.0.4+10-LTS, lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_1(9.0.0):c1:[diagnostics={source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.4.0-170-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1582808327019, java.version=11.0.4, java.vm.version=11.0.4+10-LTS, lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))} [junit4] 2> 95673 INFO (qtp937679629-587) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 100 [junit4] 2> 95678 INFO (qtp144888343-567) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1659694824416083968)]} 0 3 [junit4] 2> 95679 INFO (qtp632193184-545) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1659694824420278272,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 95679 INFO (qtp632193184-545) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 95680 INFO (qtp632193184-545) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 95680 INFO (qtp632193184-545) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0 [junit4] 2> 95697 INFO (qtp144888343-565) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1659694824439152640,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 95697 INFO (qtp144888343-565) [ x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4c5d2b7c commitCommandVersion:1659694824439152640 [junit4] 2> 95741 INFO (qtp144888343-565) [ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f86cb6[collection1] main] [junit4] 2> 95743 INFO (qtp144888343-565) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 95746 INFO (searcherExecutor-220-thread-1-processing-x:collection1) [ x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f86cb6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.4.0-170-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1582808327005, java.version=11.0.4, java.vm.version=11.0.4+10-LTS, lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_1(9.0.0):c1:[diagnostics={source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.4.0-170-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1582808327161, java.version=11.0.4, java.vm.version=11.0.4+10-LTS, lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))} [junit4] 2> 95747 INFO (qtp144888343-565) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 49 [junit4] 2> 95762 INFO (qtp937679629-585) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1659694824507310080,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 95762 INFO (qtp937679629-585) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 95763 INFO (qtp937679629-585) [ x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 95763 INFO (qtp937679629-585) [ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1 [junit4] 2> 95782 INFO (qtp144888343-565) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=127.0.0.1:42674/solr/collection1&rows=10&version=2&q=cat_s:A&omitHeader=false&NOW=1582808327207&json={query:'cat_s:A'}&isShard=true&wt=javabin} hits=0 status=0 QTime=1 [junit4] 2> 95782 INFO (qtp937679629-585) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=127.0.0.1:39459/solr/collection1&rows=10&version=2&q=cat_s:A&omitHeader=false&NOW=1582808327207&json={query:'cat_s:A'}&isShard=true&wt=javabin} hits=1 status=0 QTime=1 [junit4] 2> 95783 INFO (qtp632193184-547) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=127.0.0.1:42846/solr/collection1&rows=10&version=2&q=cat_s:A&omitHeader=false&NOW=1582808327207&json={query:'cat_s:A'}&isShard=true&wt=javabin} hits=1 status=0 QTime=0 [junit4] 2> 95789 INFO (qtp937679629-586) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={q=cat_s:A&df=text&distrib=false&omitHeader=false&shards.purpose=64&NOW=1582808327207&json={query:'cat_s:A'}&ids=4&isShard=true&shard.url=127.0.0.1:39459/solr/collection1&wt=javabin&version=2} status=0 QTime=1 [junit4] 2> 95819 INFO (qtp632193184-545) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={q=cat_s:A&df=text&distrib=false&omitHeader=false&shards.purpose=64&NOW=1582808327207&json={query:'cat_s:A'}&ids=1&isShard=true&shard.url=127.0.0.1:42846/solr/collection1&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 95831 INFO (qtp632193184-546) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={shards=127.0.0.1:42846/solr/collection1,127.0.0.1:42674/solr/collection1,127.0.0.1:39459/solr/collection1&indent=true&json={query:'cat_s:A'}&wt=json&version=2.2} hits=2 status=0 QTime=66 [junit4] 2> 95850 ERROR (qtp632193184-547) [ x:collection1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Expected JSON Object but got Long=5 [junit4] 2> at org.apache.solr.request.json.ObjectUtil.mergeObjects(ObjectUtil.java:115) [junit4] 2> at org.apache.solr.request.json.RequestUtil.mergeJSON(RequestUtil.java:285) [junit4] 2> at org.apache.solr.request.json.RequestUtil.processParams(RequestUtil.java:180) [junit4] 2> at org.apache.solr.util.SolrPluginUtils.setDefaults(SolrPluginUtils.java:165) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:206) [junit4] 2> at org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [junit4] 2> at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:500) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [junit4] 2> at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:834) [junit4] 2> [junit4] 2> 95866 INFO (qtp632193184-547) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={shards=127.0.0.1:42846/solr/collection1,127.0.0.1:42674/solr/collection1,127.0.0.1:39459/solr/collection1&q=*:*&indent=true&json=5&wt=json&version=2.2} status=400 QTime=17 [junit4] 2> 95884 INFO (qtp632193184-546) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=127.0.0.1:42846/solr/collection1&rows=1&json.limit=1&version=2&q=cat_s:A&omitHeader=false&NOW=1582808327312&isShard=true&wt=javabin} hits=1 status=0 QTime=0 [junit4] 2> 95884 INFO (qtp144888343-566) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=127.0.0.1:42674/solr/collection1&rows=1&json.limit=1&version=2&q=cat_s:A&omitHeader=false&NOW=1582808327312&isShard=true&wt=javabin} hits=0 status=0 QTime=0 [junit4] 2> 95884 INFO (qtp937679629-587) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=127.0.0.1:39459/solr/collection1&rows=1&json.limit=1&version=2&q=cat_s:A&omitHeader=false&NOW=1582808327312&isShard=true&wt=javabin} hits=1 status=0 QTime=0 [junit4] 2> 95885 INFO (qtp632193184-547) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={df=text&distrib=false&shards.purpose=64&shard.url=127.0.0.1:42846/solr/collection1&rows=1&json.limit=1&version=2&q=cat_s:A&omitHeader=false&NOW=1582808327312&ids=1&isShard=true&wt=javabin} status=0 QTime=0 [junit4] 2> 95886 INFO (qtp632193184-545) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={shards=127.0.0.1:42846/solr/collection1,127.0.0.1:42674/solr/collection1,127.0.0.1:39459/solr/collection1&q=cat_s:A&indent=true&json.limit=1&wt=json&version=2.2} hits=2 status=0 QTime=17 [junit4] 2> 110890 ERROR (qtp632193184-546) [ x:collection1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:42846/solr/collection1/select [junit4] 2> at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:443) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209) [junit4] 2> at org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [junit4] 2> at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:500) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [junit4] 2> at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:834) [junit4] 2> Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:42846/solr/collection1/select [junit4] 2> at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:407) [junit4] 2> at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:753) [junit4] 2> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.request(HttpShardHandler.java:208) [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:170) [junit4] 2> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [junit4] 2> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [junit4] 2> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [junit4] 2> ... 1 more [junit4] 2> Caused by: java.util.concurrent.TimeoutException [junit4] 2> at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216) [junit4] 2> at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:398) [junit4] 2> ... 12 more [junit4] 2> [junit4] 2> 110891 INFO (qtp632193184-546) [ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={shards=127.0.0.1:42846/solr/collection1,127.0.0.1:42674/solr/collection1,127.0.0.1:39459/solr/collection1&indent=true&json={query:'cat_s:A'}&json={filter:'where_s:NY'}&wt=json&version=2.2} status=500 QTime=15003 [junit4] 2> 110891 ERROR (qtp632193184-546) [ x:collection1 ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:42846/solr/collection1/select [junit4] 2> at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:443) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209) [junit4] 2> at org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [junit4] 2> at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:500) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [junit4] 2> at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:834) [junit4] 2> Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:42846/solr/collection1/select [junit4] 2> at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:407) [junit4] 2> at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:753) [junit4] 2> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.request(HttpShardHandler.java:208) [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:170) [junit4] 2> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [junit4] [...truncated too long message...] ScheduledThreadPoolExecutor.java:899) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [junit4] 2> at [email protected]/java.lang.Thread.run(Thread.java:834) [junit4] 2> 64) Thread[id=549, name=h2sc-134-thread-1, state=RUNNABLE, group=TGRP-TestJsonRequest] [junit4] 2> at [email protected]/sun.nio.ch.EPoll.wait(Native Method) [junit4] 2> at [email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120) [junit4] 2> at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124) [junit4] 2> at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141) [junit4] 2> at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:472) [junit4] 2> at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409) [junit4] 2> at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360) [junit4] 2> at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184) [junit4] 2> at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [junit4] 2> at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135) [junit4] 2> at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$165/0x0000000100395440.run(Unknown Source) [junit4] 2> at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) [junit4] 2> at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$200/0x000000010047e040.run(Unknown Source) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [junit4] 2> at [email protected]/java.lang.Thread.run(Thread.java:834) [junit4] 2> 65) Thread[id=596, name=Thread-109, state=WAITING, group=TGRP-TestJsonRequest] [junit4] 2> at [email protected]/java.lang.Object.wait(Native Method) [junit4] 2> at [email protected]/java.lang.Object.wait(Object.java:328) [junit4] 2> at app//org.apache.solr.core.CloserThread.run(CoreContainer.java:2067) [junit4] 2> 66) Thread[id=559, name=searcherExecutor-206-thread-1, state=WAITING, group=TGRP-TestJsonRequest] [junit4] 2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) [junit4] 2> at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) [junit4] 2> at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081) [junit4] 2> at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [junit4] 2> at [email protected]/java.lang.Thread.run(Thread.java:834) [junit4] 2> 67) Thread[id=594, name=MetricsHistoryHandler-232-thread-1, state=TIMED_WAITING, group=TGRP-TestJsonRequest] [junit4] 2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) [junit4] 2> at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) [junit4] 2> at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) [junit4] 2> at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) [junit4] 2> at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [junit4] 2> at [email protected]/java.lang.Thread.run(Thread.java:834) [junit4] 2> 68) Thread[id=615, name=h2sc-134-thread-7, state=WAITING, group=TGRP-TestJsonRequest] [junit4] 2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) [junit4] 2> at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) [junit4] 2> at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081) [junit4] 2> at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [junit4] 2> at [email protected]/java.lang.Thread.run(Thread.java:834) [junit4] 2> 69) Thread[id=603, name=Connector-Scheduler-34f6d416-1, state=WAITING, group=TGRP-TestJsonRequest] [junit4] 2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) [junit4] 2> at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) [junit4] 2> at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081) [junit4] 2> at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170) [junit4] 2> at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) [junit4] 2> at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [junit4] 2> at [email protected]/java.lang.Thread.run(Thread.java:834) [junit4] 2> NOTE: test params are: codec=Asserting(Lucene84): {where_s_single_not_uninvert_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), _root_=PostingsFormat(name=MockRandom), where_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), where_s_multi_not_uninvert=PostingsFormat(name=Asserting), where_s_multi_not_uninvert_dv=PostingsFormat(name=MockRandom), cat_s=Lucene84, id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), where_s_single_not_uninvert=Lucene84}, docValues:{where_s_single_not_uninvert_dv=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene80), where_s_multi_not_uninvert_dv=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1357, maxMBSortInHeap=7.78469750857338, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@454cd526), locale=ml-IN, timezone=Europe/Tiraspol [junit4] 2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=81,free=410607888,total=528482304 [junit4] 2> NOTE: All tests run in this JVM: [TestSha256AuthenticationProvider, DistributedMLTComponentTest, TestSort, BasicAuthOnSingleNodeTest, OpenExchangeRatesOrgProviderTest, TestCSVLoader, JvmMetricsTest, TestJsonRequest] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestJsonRequest -Dtests.seed=EC289EA2ACCCA930 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ml-IN -Dtests.timezone=Europe/Tiraspol -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.00s J2 | TestJsonRequest (suite) <<< [junit4] > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec). [junit4] > at __randomizedtesting.SeedInfo.seed([EC289EA2ACCCA930]:0) [junit4] Completed [763/905 (1!)] on J2 in 7213.23s, 2 tests, 3 errors <<< FAILURES! [...truncated 52949 lines...] BUILD FAILED /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:635: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:508: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:496: Source checkout is modified!!! Offending files: * solr/licenses/jaeger-core-1.1.0.jar.sha1 * solr/licenses/libthrift-0.13.0.jar.sha1 Total time: 157 minutes 11 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
