You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/09/01 00:03:59 UTC

[JENKINS-Experimental-GC] Lucene-Solr-master-Linux (64bit/jdk-12.0.2) - Build # 27850 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27850/
Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

All tests passed

Build Log:
[...truncated 1332 lines...]
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x00007f185d18e74e, pid=2067549, tid=2082814
#
# JRE version: OpenJDK Runtime Environment (12.0.2+10) (build 12.0.2+10)
# Java VM: OpenJDK 64-Bit Server VM (12.0.2+10, mixed mode, tiered, z gc, linux-amd64)
# Problematic frame:
# J 28052 c2 org.apache.solr.schema.TrieField.storedToIndexed(Lorg/apache/lucene/index/IndexableField;Lorg/apache/lucene/util/BytesRefBuilder;)V (155 bytes) @ 0x00007f185d18e74e [0x00007f185d18d940+0x0000000000000e0e]
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-cwd/hs_err_pid2067549.log
Compiled method (c1)  155285 26068       3       org.apache.solr.schema.TrieField::createFields (229 bytes)
 total in heap  [0x00007f1857658b10,0x00007f185765cf88] = 17528
 relocation     [0x00007f1857658c88,0x00007f1857659050] = 968
 main code      [0x00007f1857659060,0x00007f185765be80] = 11808
 stub code      [0x00007f185765be80,0x00007f185765c0a8] = 552
 oops           [0x00007f185765c0a8,0x00007f185765c0b8] = 16
 metadata       [0x00007f185765c0b8,0x00007f185765c190] = 216
 scopes data    [0x00007f185765c190,0x00007f185765c860] = 1744
 scopes pcs     [0x00007f185765c860,0x00007f185765ced0] = 1648
 dependencies   [0x00007f185765ced0,0x00007f185765ced8] = 8
 nul chk table  [0x00007f185765ced8,0x00007f185765cf88] = 176
Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
#
# If you would like to submit a bug report, please visit:
#   https://github.com/AdoptOpenJDK/openjdk-build/issues
#
WARNING: Test org.apache.solr.TestRandomFaceting wrote 34,176,219 bytes of output.
WARNING: Test org.apache.solr.client.solrj.impl.ConnectionReuseTest wrote 20,427,297 bytes of output.
WARNING: Test org.apache.solr.TestDistributedSearch wrote 28,051,019 bytes of output.

org.apache.solr.pkg.TestPackages > testPluginLoading FAILED
    java.lang.AssertionError: req: org.apache.solr.filestore.TestDistribPackageStore$$Lambda$1107/0x00007ff8ec22dcb0@24facabe . attempt: 9 Mismatch for value : '[config, queryResponseWriter, json1, _packageinfo_, package]' in response , {
      "responseHeader":{
        "status":0,
        "QTime":0},
      "config":{"queryResponseWriter":{"json1":{
            "name":"json1",
            "class":"mypkg:org.apache.solr.core.RuntimeLibResponseWriter"}}}}
        at __randomizedtesting.SeedInfo.seed([C907CE328BAD6FB6:1F812ECF68B3A82C]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:256)
        at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:223)
        at org.apache.solr.pkg.TestPackages.verifyCmponent(TestPackages.java:471)
        at org.apache.solr.pkg.TestPackages.testPluginLoading(TestPackages.java:185)
        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:567)
        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:835)

org.apache.solr.pkg.TestPackages > test suite's output saved to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.pkg.TestPackages.txt, copied below:
  2> 240197 INFO  (SUITE-TestPackages-seed#[C907CE328BAD6FB6]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
  2> 240200 INFO  (SUITE-TestPackages-seed#[C907CE328BAD6FB6]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/data-dir-31-001
  2> 240200 WARN  (SUITE-TestPackages-seed#[C907CE328BAD6FB6]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
  2> 240200 INFO  (SUITE-TestPackages-seed#[C907CE328BAD6FB6]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
  2> 240202 INFO  (SUITE-TestPackages-seed#[C907CE328BAD6FB6]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
  2> 240202 INFO  (SUITE-TestPackages-seed#[C907CE328BAD6FB6]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
  2> 240213 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPluginLoading
  2> 240214 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001
  2> 240214 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
  2> 240214 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
  2> 240214 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
  2> 240215 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
  2> 240314 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.ZkTestServer start zk server on port: 43939
  2> 240314 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43939
  2> 240314 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43939
  2> 240314 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43939
  2> 240320 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 240323 INFO  (zkConnectionManagerCallback-3095-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 240323 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 240357 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 240393 INFO  (zkConnectionManagerCallback-3097-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 240393 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 240399 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 240403 INFO  (zkConnectionManagerCallback-3099-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 240403 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 240520 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 240521 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 240521 INFO  (jetty-launcher-3100-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
  2> 240544 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 240544 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 240544 INFO  (jetty-launcher-3100-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
  2> 240548 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 240548 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 240548 INFO  (jetty-launcher-3100-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
  2> 240568 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 240569 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 240569 INFO  (jetty-launcher-3100-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
  2> 240600 INFO  (jetty-launcher-3100-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
  2> 240600 INFO  (jetty-launcher-3100-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
  2> 240600 INFO  (jetty-launcher-3100-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
  2> 240603 INFO  (jetty-launcher-3100-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4962867b{/solr,null,AVAILABLE}
  2> 240619 INFO  (jetty-launcher-3100-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
  2> 240619 INFO  (jetty-launcher-3100-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
  2> 240619 INFO  (jetty-launcher-3100-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
  2> 240619 INFO  (jetty-launcher-3100-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
  2> 240619 INFO  (jetty-launcher-3100-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
  2> 240619 INFO  (jetty-launcher-3100-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
  2> 240619 INFO  (jetty-launcher-3100-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@61b72145{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41215}
  2> 240619 INFO  (jetty-launcher-3100-thread-1) [     ] o.e.j.s.Server Started @240807ms
  2> 240619 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41215}
  2> 240620 ERROR (jetty-launcher-3100-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
  2> 240620 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
  2> 240620 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
  2> 240620 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
  2> 240620 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
  2> 240620 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-31T23:40:37.957168Z
  2> 240621 INFO  (jetty-launcher-3100-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e9879e3{/solr,null,AVAILABLE}
  2> 240622 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 240623 INFO  (jetty-launcher-3100-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
  2> 240623 INFO  (jetty-launcher-3100-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
  2> 240623 INFO  (jetty-launcher-3100-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
  2> 240655 INFO  (jetty-launcher-3100-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f7b4f96{/solr,null,AVAILABLE}
  2> 240656 INFO  (jetty-launcher-3100-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a57f771{/solr,null,AVAILABLE}
  2> 240675 INFO  (jetty-launcher-3100-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@50e23d2b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40115}
  2> 240675 INFO  (jetty-launcher-3100-thread-2) [     ] o.e.j.s.Server Started @240862ms
  2> 240675 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40115}
  2> 240675 ERROR (jetty-launcher-3100-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
  2> 240675 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
  2> 240675 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
  2> 240675 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
  2> 240675 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
  2> 240675 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-31T23:40:38.012794Z
  2> 240706 INFO  (jetty-launcher-3100-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3e98f927{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44325}
  2> 240706 INFO  (jetty-launcher-3100-thread-3) [     ] o.e.j.s.Server Started @240894ms
  2> 240706 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44325}
  2> 240707 ERROR (jetty-launcher-3100-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
  2> 240707 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
  2> 240707 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
  2> 240707 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
  2> 240707 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
  2> 240707 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-31T23:40:38.044453Z
  2> 240708 INFO  (jetty-launcher-3100-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5b9f1c1c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:32769}
  2> 240709 INFO  (jetty-launcher-3100-thread-4) [     ] o.e.j.s.Server Started @240896ms
  2> 240709 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32769}
  2> 240709 ERROR (jetty-launcher-3100-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
  2> 240709 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
  2> 240709 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
  2> 240709 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
  2> 240709 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
  2> 240709 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-31T23:40:38.046507Z
  2> 240711 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 240715 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 240719 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 240724 INFO  (zkConnectionManagerCallback-3102-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 240724 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 240725 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
  2> 240725 INFO  (zkConnectionManagerCallback-3106-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 240726 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 240735 INFO  (zkConnectionManagerCallback-3108-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 240735 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 240743 INFO  (zkConnectionManagerCallback-3104-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 240743 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 240744 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
  2> 240745 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
  2> 240746 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
  2> 240750 WARN  (jetty-launcher-3100-thread-1-SendThread(127.0.0.1:43939)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100d9d16a4a0003.
  2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100d9d16a4a0003, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
  2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100d9d16a4a0003, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
  2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
  2> 240852 WARN  (jetty-launcher-3100-thread-2-SendThread(127.0.0.1:43939)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100d9d16a4a0006.
  2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100d9d16a4a0006, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
  2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100d9d16a4a0006, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
  2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
  2> 240852 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
  2> 240854 WARN  (jetty-launcher-3100-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2520950e[provider=null,keyStore=null,trustStore=null]
  2> 240854 WARN  (jetty-launcher-3100-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2520950e[provider=null,keyStore=null,trustStore=null]
  2> 240870 WARN  (jetty-launcher-3100-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@754ae774[provider=null,keyStore=null,trustStore=null]
  2> 240870 WARN  (jetty-launcher-3100-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@754ae774[provider=null,keyStore=null,trustStore=null]
  2> 240871 INFO  (jetty-launcher-3100-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43939/solr
  2> 240875 INFO  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 240876 INFO  (zkConnectionManagerCallback-3118-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 240876 INFO  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 240931 INFO  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41215_solr
  2> 240931 INFO  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] o.a.s.c.Overseer Overseer (id=72297087492554759-127.0.0.1:41215_solr-n_0000000000) starting
  2> 240940 INFO  (OverseerStateUpdate-72297087492554759-127.0.0.1:41215_solr-n_0000000000) [n:127.0.0.1:41215_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41215_solr
  2> 240954 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
  2> 240956 WARN  (jetty-launcher-3100-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23491276[provider=null,keyStore=null,trustStore=null]
  2> 240956 WARN  (jetty-launcher-3100-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23491276[provider=null,keyStore=null,trustStore=null]
  2> 240963 WARN  (jetty-launcher-3100-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3e818918[provider=null,keyStore=null,trustStore=null]
  2> 240963 WARN  (jetty-launcher-3100-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3e818918[provider=null,keyStore=null,trustStore=null]
  2> 240965 INFO  (jetty-launcher-3100-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43939/solr
  2> 240970 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 240970 INFO  (zkConnectionManagerCallback-3132-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 240971 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 240973 INFO  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41215_solr
  2> 240978 INFO  (OverseerStateUpdate-72297087492554759-127.0.0.1:41215_solr-n_0000000000) [n:127.0.0.1:41215_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
  2> 240981 INFO  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
  2> 240981 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
  2> 240981 WARN  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] 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
  2> 240989 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:32769_solr as DOWN
  2> 240989 INFO  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
  2> 240993 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
  2> 240993 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32769_solr
  2> 240996 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
  2> 241004 INFO  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41215.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241005 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
  2> 241006 WARN  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] 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
  2> 241011 INFO  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41215.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241011 INFO  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41215.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241012 INFO  (jetty-launcher-3100-thread-1) [n:127.0.0.1:41215_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node1
  2> 241017 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
  2> 241017 INFO  (zkCallback-3131-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
  2> 241032 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32769.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241041 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32769.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241041 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32769.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241042 INFO  (jetty-launcher-3100-thread-4) [n:127.0.0.1:32769_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node4
  2> 241053 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
  2> 241057 WARN  (jetty-launcher-3100-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10088be2[provider=null,keyStore=null,trustStore=null]
  2> 241057 WARN  (jetty-launcher-3100-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10088be2[provider=null,keyStore=null,trustStore=null]
  2> 241064 WARN  (jetty-launcher-3100-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6ab112bb[provider=null,keyStore=null,trustStore=null]
  2> 241064 WARN  (jetty-launcher-3100-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6ab112bb[provider=null,keyStore=null,trustStore=null]
  2> 241065 INFO  (jetty-launcher-3100-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43939/solr
  2> 241080 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 241080 INFO  (zkConnectionManagerCallback-3156-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 241081 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 241097 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
  2> 241099 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40115_solr as DOWN
  2> 241100 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
  2> 241100 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40115_solr
  2> 241101 INFO  (zkCallback-3131-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
  2> 241101 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
  2> 241101 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
  2> 241102 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
  2> 241102 WARN  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] 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
  2> 241154 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
  2> 241162 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
  2> 241174 WARN  (jetty-launcher-3100-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14c1804c[provider=null,keyStore=null,trustStore=null]
  2> 241174 WARN  (jetty-launcher-3100-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14c1804c[provider=null,keyStore=null,trustStore=null]
  2> 241175 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40115.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241184 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40115.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241185 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40115.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241186 INFO  (jetty-launcher-3100-thread-2) [n:127.0.0.1:40115_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node2
  2> 241189 WARN  (jetty-launcher-3100-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@778283b[provider=null,keyStore=null,trustStore=null]
  2> 241189 WARN  (jetty-launcher-3100-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@778283b[provider=null,keyStore=null,trustStore=null]
  2> 241194 INFO  (jetty-launcher-3100-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43939/solr
  2> 241203 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 241204 INFO  (zkConnectionManagerCallback-3174-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 241204 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 241207 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
  2> 241210 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44325_solr as DOWN
  2> 241211 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
  2> 241211 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44325_solr
  2> 241212 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
  2> 241213 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
  2> 241214 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
  2> 241214 INFO  (zkCallback-3131-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
  2> 241214 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
  2> 241214 WARN  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] 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
  2> 241227 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
  2> 241289 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44325.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241319 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44325.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241333 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44325.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 241340 INFO  (jetty-launcher-3100-thread-3) [n:127.0.0.1:44325_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node3
  2> 241401 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
  2> 241407 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 241442 INFO  (zkConnectionManagerCallback-3187-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 241442 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 241444 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
  2> 241444 INFO  (TEST-TestPackages.testPluginLoading-seed#[C907CE328BAD6FB6]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43939/solr ready
  2> 241495 INFO  (qtp811532636-4980) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:41215_solr} status=0 QTime=3
  2> 241496 INFO  (updateExecutor-3169-thread-1-processing-n:127.0.0.1:44325_solr) [n:127.0.0.1:44325_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:41215_solr 
  2> 241501 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=1
  2> 241503 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
  2> 241505 INFO  (updateExecutor-3169-thread-1-processing-n:127.0.0.1:44325_solr) [n:127.0.0.1:44325_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
  2> 241505 INFO  (updateExecutor-3169-thread-1-processing-n:127.0.0.1:44325_solr) [n:127.0.0.1:44325_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
  2> 241536 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:41215_solr} status=0 QTime=7
  2> 241537 INFO  (updateExecutor-3128-thread-1-processing-n:127.0.0.1:32769_solr) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:41215_solr 
  2> 241540 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
  2> 241541 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
  2> 241544 INFO  (updateExecutor-3128-thread-1-processing-n:127.0.0.1:32769_solr) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
  2> 241546 INFO  (updateExecutor-3128-thread-1-processing-n:127.0.0.1:32769_solr) [n:127.0.0.1:32769_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
  2> 241574 INFO  (qtp1579538591-4987) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:41215_solr} status=0 QTime=21
  2> 241575 INFO  (updateExecutor-3152-thread-1-processing-n:127.0.0.1:40115_solr) [n:127.0.0.1:40115_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:41215_solr 
  2> 241581 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
  2> 241581 INFO  (qtp1869664987-4978) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=104
  2> 241582 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
  2> 241583 INFO  (updateExecutor-3152-thread-1-processing-n:127.0.0.1:40115_solr) [n:127.0.0.1:40115_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
  2> 241583 INFO  (updateExecutor-3152-thread-1-processing-n:127.0.0.1:40115_solr) [n:127.0.0.1:40115_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
  1> sync resp: http://127.0.0.1:41215/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
  2> 241604 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=3
  2> 241613 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
  2> 241623 INFO  (qtp1579538591-4987) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
  2> 241643 INFO  (qtp811532636-4980) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
  2> 241661 INFO  (qtp1431894215-4995) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 241663 INFO  (qtp1431894215-4995) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/runtimelibs.jar
  2> 241665 INFO  (qtp1579538591-4987) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
  2> 241667 INFO  (qtp1869664987-4978) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
  2> 241669 INFO  (qtp811532636-4997) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
  2> 241669 INFO  (qtp1431894215-4995) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/runtimelibs.jar
  2> 241670 INFO  (qtp1431894215-4995) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
  2> 241683 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:32769_solr} status=0 QTime=0
  2> 241683 INFO  (updateExecutor-3152-thread-1-processing-n:127.0.0.1:40115_solr) [n:127.0.0.1:40115_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:32769_solr 
  2> 241684 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
  2> 241684 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:32769_solr} status=0 QTime=0
  2> 241685 INFO  (updateExecutor-3114-thread-2-processing-n:127.0.0.1:41215_solr) [n:127.0.0.1:41215_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:32769_solr 
  2> 241685 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
  2> 241685 INFO  (qtp811532636-4980) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:32769_solr} status=0 QTime=0
  2> 241685 INFO  (updateExecutor-3169-thread-1-processing-n:127.0.0.1:44325_solr) [n:127.0.0.1:44325_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:32769_solr 
  2> 241685 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
  2> 241686 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
  2> 241686 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
  2> 241686 INFO  (qtp1431894215-4995) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/runtimelibs.jar params={sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc%2BI6O7BOdNuMct/xoZ4h73aZHZGc0%2BnmI1f/U3bOlMPINlSOM6LK3JpQ%3D%3D&wt=javabin&version=2} status=0 QTime=39
  2> 241686 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
  2> 241687 INFO  (updateExecutor-3152-thread-1-processing-n:127.0.0.1:40115_solr) [n:127.0.0.1:40115_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
  2> 241687 INFO  (updateExecutor-3152-thread-1-processing-n:127.0.0.1:40115_solr) [n:127.0.0.1:40115_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
  2> 241687 INFO  (updateExecutor-3114-thread-2-processing-n:127.0.0.1:41215_solr) [n:127.0.0.1:41215_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
  2> 241687 INFO  (updateExecutor-3114-thread-2-processing-n:127.0.0.1:41215_solr) [n:127.0.0.1:41215_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
  2> 241688 INFO  (updateExecutor-3169-thread-1-processing-n:127.0.0.1:44325_solr) [n:127.0.0.1:44325_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
  2> 241688 INFO  (updateExecutor-3169-thread-1-processing-n:127.0.0.1:44325_solr) [n:127.0.0.1:44325_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
  2> 241708 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241719 INFO  (qtp1431894215-4995) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241736 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241744 INFO  (qtp811532636-4980) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241753 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 241754 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/testurpv1.jar
  2> 241756 INFO  (qtp811532636-4997) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
  2> 241761 INFO  (qtp1431894215-4995) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
  2> 241762 INFO  (qtp1869664987-4978) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
  2> 241763 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/testurpv1.jar
  2> 241766 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
  2> 241774 INFO  (qtp811532636-4980) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:40115_solr} status=0 QTime=0
  2> 241774 INFO  (updateExecutor-3169-thread-1-processing-n:127.0.0.1:44325_solr) [n:127.0.0.1:44325_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:40115_solr 
  2> 241780 INFO  (qtp1579538591-4987) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
  2> 241781 INFO  (qtp1579538591-4987) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
  2> 241782 INFO  (qtp1431894215-4999) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:40115_solr} status=0 QTime=0
  2> 241782 INFO  (updateExecutor-3169-thread-1-processing-n:127.0.0.1:44325_solr) [n:127.0.0.1:44325_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
  2> 241782 INFO  (updateExecutor-3169-thread-1-processing-n:127.0.0.1:44325_solr) [n:127.0.0.1:44325_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
  2> 241782 INFO  (updateExecutor-3128-thread-2-processing-n:127.0.0.1:32769_solr) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:40115_solr 
  2> 241782 INFO  (updateExecutor-3114-thread-2-processing-n:127.0.0.1:41215_solr) [n:127.0.0.1:41215_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:40115_solr 
  2> 241782 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:40115_solr} status=0 QTime=0
  2> 241783 INFO  (qtp1579538591-4987) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
  2> 241783 INFO  (qtp1579538591-4987) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
  2> 241784 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/testurpv1.jar params={sig=h6UmMzuPqu4hQFGLBMJh/6kDSEXpJlgLsQDXx0KuxXWkV5giilRP57K3towiJRh2J%2BrqihqIghNCi3YgzgUnWQ%3D%3D&wt=javabin&version=2} status=0 QTime=34
  2> 241785 INFO  (qtp1579538591-5005) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
  2> 241785 INFO  (updateExecutor-3114-thread-2-processing-n:127.0.0.1:41215_solr) [n:127.0.0.1:41215_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
  2> 241785 INFO  (updateExecutor-3114-thread-2-processing-n:127.0.0.1:41215_solr) [n:127.0.0.1:41215_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
  2> 241789 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241795 INFO  (qtp1431894215-4995) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241816 INFO  (qtp1579538591-4987) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
  2> 241817 INFO  (updateExecutor-3128-thread-2-processing-n:127.0.0.1:32769_solr) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
  2> 241817 INFO  (updateExecutor-3128-thread-2-processing-n:127.0.0.1:32769_solr) [n:127.0.0.1:32769_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
  2> 241901 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241905 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241913 INFO  (qtp811532636-4980) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241917 INFO  (qtp811532636-4980) [n:127.0.0.1:44325_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 241918 INFO  (qtp811532636-4980) [n:127.0.0.1:44325_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/expressible.jar
  2> 241920 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
  2> 241921 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
  2> 241921 INFO  (qtp1869664987-4978) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
  2> 241921 INFO  (qtp811532636-4980) [n:127.0.0.1:44325_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/expressible.jar
  2> 241922 INFO  (qtp811532636-4980) [n:127.0.0.1:44325_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
  2> 241924 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:44325_solr} status=0 QTime=0
  2> 241924 INFO  (updateExecutor-3114-thread-2-processing-n:127.0.0.1:41215_solr) [n:127.0.0.1:41215_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:44325_solr 
  2> 241924 INFO  (qtp1431894215-4995) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:44325_solr} status=0 QTime=0
  2> 241925 INFO  (updateExecutor-3128-thread-2-processing-n:127.0.0.1:32769_solr) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:44325_solr 
  2> 241925 INFO  (qtp811532636-4997) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
  2> 241925 INFO  (qtp811532636-4997) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
  2> 241926 INFO  (qtp811532636-4997) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
  2> 241926 INFO  (qtp811532636-4997) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
  2> 241927 INFO  (updateExecutor-3128-thread-2-processing-n:127.0.0.1:32769_solr) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
  2> 241927 INFO  (updateExecutor-3114-thread-2-processing-n:127.0.0.1:41215_solr) [n:127.0.0.1:41215_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
  2> 241927 INFO  (updateExecutor-3128-thread-2-processing-n:127.0.0.1:32769_solr) [n:127.0.0.1:32769_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
  2> 241927 INFO  (updateExecutor-3114-thread-2-processing-n:127.0.0.1:41215_solr) [n:127.0.0.1:41215_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
  2> 241947 INFO  (qtp1579538591-4987) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:44325_solr} status=0 QTime=22
  2> 241948 INFO  (updateExecutor-3152-thread-2-processing-n:127.0.0.1:40115_solr) [n:127.0.0.1:40115_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:44325_solr 
  2> 241948 INFO  (qtp811532636-4980) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/expressible.jar params={sig=ZOT11arAiPmPZYOHzqodiNnxO9pRyRozWZEBX8XGjU1/HJptFnZK%2BDI7eXnUtbNaMcbXE2Ze8hh4M/eGyhY8BQ%3D%3D&wt=javabin&version=2} status=0 QTime=32
  2> 241950 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
  2> 241952 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241954 INFO  (qtp811532636-4997) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
  2> 241955 INFO  (updateExecutor-3152-thread-2-processing-n:127.0.0.1:40115_solr) [n:127.0.0.1:40115_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
  2> 241955 INFO  (updateExecutor-3152-thread-2-processing-n:127.0.0.1:40115_solr) [n:127.0.0.1:40115_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
  2> 241965 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241974 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 241981 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 242060 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242061 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242064 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242064 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242065 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242066 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242072 DEBUG (zkCallback-3131-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
  2> 242072 DEBUG (zkCallback-3117-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
  2> 242072 DEBUG (zkCallback-3173-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
  2> 242075 DEBUG (zkCallback-3155-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
  2> 242078 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
  2> 242079 INFO  (qtp1869664987-4978) [n:127.0.0.1:41215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
  2> 242079 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
  2> 242080 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
  2> 242080 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.p.PackageLoader A new package: mypkg introduced
  2> 242081 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
  2> 242086 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242087 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242089 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242089 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242091 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242093 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242097 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
  2> 242097 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
  2> 242097 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
  2> 242097 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
  2> 242098 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
  2> 242098 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
  2> 242098 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
  2> 242098 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
  2> 242097 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
  2> 242097 INFO  (zkCallback-3131-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
  2> 242098 INFO  (zkCallback-3131-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
  2> 242098 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242098 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242099 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242099 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242099 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242099 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node4/filestore/mypkg]
  2> 242100 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242100 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
  2> 242100 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=108
  2> 242100 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242101 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242101 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242101 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242101 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242102 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242102 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242102 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242103 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242103 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242103 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242103 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 242104 INFO  (qtp1869664987-4978) [n:127.0.0.1:41215_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=testPluginLoadingColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
  2> 242104 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node1/filestore/mypkg]
  2> 242104 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node2/filestore/mypkg]
  2> 242104 INFO  (zkCallback-3155-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
  2> 242104 INFO  (zkCallback-3117-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
  2> 242105 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node3/filestore/mypkg]
  2> 242105 INFO  (zkCallback-3173-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
  2> 242112 INFO  (OverseerThreadFactory-3135-thread-1-processing-n:127.0.0.1:41215_solr) [n:127.0.0.1:41215_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testPluginLoadingColl
  2> 242225 INFO  (OverseerStateUpdate-72297087492554759-127.0.0.1:41215_solr-n_0000000000) [n:127.0.0.1:41215_solr     ] o.a.s.c.o.SliceMutator createReplica() {
  2>   "operation":"ADDREPLICA",
  2>   "collection":"testPluginLoadingColl",
  2>   "shard":"shard1",
  2>   "core":"testPluginLoadingColl_shard1_replica_n1",
  2>   "state":"down",
  2>   "base_url":"http://127.0.0.1:44325/solr",
  2>   "node_name":"127.0.0.1:44325_solr",
  2>   "type":"NRT",
  2>   "waitForFinalState":"false"} 
  2> 242236 INFO  (OverseerStateUpdate-72297087492554759-127.0.0.1:41215_solr-n_0000000000) [n:127.0.0.1:41215_solr     ] o.a.s.c.o.SliceMutator createReplica() {
  2>   "operation":"ADDREPLICA",
  2>   "collection":"testPluginLoadingColl",
  2>   "shard":"shard1",
  2>   "core":"testPluginLoadingColl_shard1_replica_n2",
  2>   "state":"down",
  2>   "base_url":"http://127.0.0.1:40115/solr",
  2>   "node_name":"127.0.0.1:40115_solr",
  2>   "type":"NRT",
  2>   "waitForFinalState":"false"} 
  2> 242239 INFO  (OverseerStateUpdate-72297087492554759-127.0.0.1:41215_solr-n_0000000000) [n:127.0.0.1:41215_solr     ] o.a.s.c.o.SliceMutator createReplica() {
  2>   "operation":"ADDREPLICA",
  2>   "collection":"testPluginLoadingColl",
  2>   "shard":"shard2",
  2>   "core":"testPluginLoadingColl_shard2_replica_n5",
  2>   "state":"down",
  2>   "base_url":"http://127.0.0.1:41215/solr",
  2>   "node_name":"127.0.0.1:41215_solr",
  2>   "type":"NRT",
  2>   "waitForFinalState":"false"} 
  2> 242242 INFO  (OverseerStateUpdate-72297087492554759-127.0.0.1:41215_solr-n_0000000000) [n:127.0.0.1:41215_solr     ] o.a.s.c.o.SliceMutator createReplica() {
  2>   "operation":"ADDREPLICA",
  2>   "collection":"testPluginLoadingColl",
  2>   "shard":"shard2",
  2>   "core":"testPluginLoadingColl_shard2_replica_n7",
  2>   "state":"down",
  2>   "base_url":"http://127.0.0.1:32769/solr",
  2>   "node_name":"127.0.0.1:32769_solr",
  2>   "type":"NRT",
  2>   "waitForFinalState":"false"} 
  2> 242471 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr    x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard1_replica_n2&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
  2> 242471 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr    x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard2_replica_n5&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
  2> 242472 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr    x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
  2> 242484 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr    x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard1_replica_n1&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
  2> 242484 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr    x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard2_replica_n7&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
  2> 242527 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
  2> 242528 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
  2> 242528 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr c:testPluginLoadingColl s:shard2 r:core_node6 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
  2> 242540 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.s.IndexSchema Schema name=minimal
  2> 242540 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
  2> 242541 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
  2> 242542 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr c:testPluginLoadingColl s:shard2 r:core_node6 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.s.IndexSchema Schema name=minimal
  2> 242544 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
  2> 242544 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard1_replica_n1' using configuration from configset conf, trusted=true
  2> 242545 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
  2> 242545 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard2_replica_n7' using configuration from configset conf, trusted=true
  2> 242545 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr c:testPluginLoadingColl s:shard2 r:core_node6 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
  2> 242545 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr c:testPluginLoadingColl s:shard2 r:core_node6 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard2_replica_n5' using configuration from configset conf, trusted=true
  2> 242546 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44325.solr.core.testPluginLoadingColl.shard1.replica_n1' (registry 'solr.core.testPluginLoadingColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 242546 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32769.solr.core.testPluginLoadingColl.shard2.replica_n7' (registry 'solr.core.testPluginLoadingColl.shard2.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 242546 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node3/testPluginLoadingColl_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node3/testPluginLoadingColl_shard1_replica_n1/data/]
  2> 242546 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard2_replica_n7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node4/testPluginLoadingColl_shard2_replica_n7], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node4/testPluginLoadingColl_shard2_replica_n7/data/]
  2> 242546 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr c:testPluginLoadingColl s:shard2 r:core_node6 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41215.solr.core.testPluginLoadingColl.shard2.replica_n5' (registry 'solr.core.testPluginLoadingColl.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 242547 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr c:testPluginLoadingColl s:shard2 r:core_node6 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard2_replica_n5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node1/testPluginLoadingColl_shard2_replica_n5], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node1/testPluginLoadingColl_shard2_replica_n5/data/]
  2> 242551 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
  2> 242553 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
  2> 242553 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard1_replica_n2' using configuration from configset conf, trusted=true
  2> 242553 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40115.solr.core.testPluginLoadingColl.shard1.replica_n2' (registry 'solr.core.testPluginLoadingColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3719b90b
  2> 242554 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node2/testPluginLoadingColl_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.pkg.TestPackages_C907CE328BAD6FB6-001/tempDir-001/node2/testPluginLoadingColl_shard1_replica_n2/data/]
  2> 242680 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
  2> 242680 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
  2> 242696 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr c:testPluginLoadingColl s:shard2 r:core_node6 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
  2> 242696 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr c:testPluginLoadingColl s:shard2 r:core_node6 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
  2> 242914 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
  2> 242914 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
  2> 242916 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr c:testPluginLoadingColl s:shard2 r:core_node6 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
  2> 242916 INFO  (qtp1869664987-4983) [n:127.0.0.1:41215_solr c:testPluginLoadingColl s:shard2 r:core_node6 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
  2> 242924 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
  2> 242924 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
  2> 242925 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
  2> 242925 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
  2> 242927 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
  2> 242929 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
  2> 242929 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
  2> 242931 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
  2> 242931 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
  2> 242931 INFO  (qtp811532636-5011) [n:127.0.0.1:44325_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
  2> 242931 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
  2> 242931 INFO  (qtp1431894215-4984) [n:127.0.0.1:32769_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n7 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
  2> 242932 INFO  (qtp1579538591-4989) [n:127.0.0.1:40115_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
  2> 242

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

t org.apache.solr.request.TestIntervalFaceting wrote 24,914,455 bytes of output.
:solr:core:test (FAILURE): 4019 test(s), 1 failure(s), 182 skipped

4019 tests completed, 1 failed, 182 skipped

> Task :solr:core:test FAILED
> Task :solr:server:test NO-SOURCE
> Task :solr:solr-ref-guide:test NO-SOURCE
> Task :solr:solrj:test
:solr:solrj:test (SUCCESS): 1663 test(s), 24 skipped

> Task :solr:test-framework:test
:solr:test-framework:test (SUCCESS): 9 test(s)

> Task :solr:webapp:test NO-SOURCE
> Task :lucene:analysis:common:test
:lucene:analysis:common:test (SUCCESS): 1638 test(s), 9 skipped

> Task :lucene:analysis:icu:test
:lucene:analysis:icu:test (SUCCESS): 149 test(s), 11 skipped

> Task :lucene:analysis:kuromoji:test
:lucene:analysis:kuromoji:test (SUCCESS): 159 test(s), 7 skipped

> Task :lucene:analysis:morfologik:test
:lucene:analysis:morfologik:test (SUCCESS): 18 test(s)

> Task :lucene:analysis:nori:test
:lucene:analysis:nori:test (SUCCESS): 69 test(s), 4 skipped

> Task :lucene:analysis:opennlp:test
:lucene:analysis:opennlp:test (SUCCESS): 26 test(s)

> Task :lucene:analysis:phonetic:test
:lucene:analysis:phonetic:test (SUCCESS): 41 test(s)

> Task :lucene:analysis:smartcn:test
:lucene:analysis:smartcn:test (SUCCESS): 21 test(s)

> Task :lucene:analysis:stempel:test
:lucene:analysis:stempel:test (SUCCESS): 15 test(s)

> Task :solr:contrib:analysis-extras:test
:solr:contrib:analysis-extras:test (SUCCESS): 30 test(s)

> Task :solr:contrib:analytics:test
:solr:contrib:analytics:test (SUCCESS): 472 test(s)

> Task :solr:contrib:clustering:test
:solr:contrib:clustering:test (SUCCESS): 30 test(s)

> Task :solr:contrib:extraction:test
:solr:contrib:extraction:test (SUCCESS): 20 test(s)

> Task :solr:contrib:jaegertracer-configurator:test
:solr:contrib:jaegertracer-configurator:test (SUCCESS): 3 test(s)

> Task :solr:contrib:langid:test
:solr:contrib:langid:test (SUCCESS): 43 test(s)

> Task :solr:contrib:ltr:test
:solr:contrib:ltr:test (SUCCESS): 127 test(s), 1 skipped

> Task :solr:contrib:prometheus-exporter:test
:solr:contrib:prometheus-exporter:test (SUCCESS): 17 test(s), 5 skipped

> Task :solr:contrib:velocity:test
:solr:contrib:velocity:test (SUCCESS): 15 test(s), 2 skipped

> Task :solr:contrib:velocity:cleanTaskTmp
> Task :solr:contrib:prometheus-exporter:cleanTaskTmp
> Task :solr:contrib:ltr:cleanTaskTmp
> Task :solr:contrib:langid:cleanTaskTmp
> Task :solr:contrib:jaegertracer-configurator:cleanTaskTmp
> Task :solr:contrib:extraction:cleanTaskTmp
> Task :solr:contrib:clustering:cleanTaskTmp
> Task :solr:contrib:analytics:cleanTaskTmp
> Task :solr:contrib:analysis-extras:cleanTaskTmp
> Task :lucene:analysis:stempel:cleanTaskTmp
> Task :lucene:analysis:smartcn:cleanTaskTmp
> Task :lucene:analysis:phonetic:cleanTaskTmp
> Task :lucene:analysis:opennlp:cleanTaskTmp
> Task :lucene:analysis:nori:cleanTaskTmp
> Task :lucene:analysis:morfologik:cleanTaskTmp
> Task :lucene:analysis:kuromoji:cleanTaskTmp
> Task :lucene:analysis:icu:cleanTaskTmp
> Task :lucene:analysis:common:cleanTaskTmp
> Task :solr:webapp:cleanTaskTmp
> Task :solr:test-framework:cleanTaskTmp
> Task :solr:solrj:cleanTaskTmp
> Task :solr:solr-ref-guide:cleanTaskTmp
> Task :solr:server:cleanTaskTmp
> Task :solr:core:cleanTaskTmp
> Task :lucene:test-framework:cleanTaskTmp
> Task :lucene:suggest:cleanTaskTmp
> Task :lucene:spatial3d:cleanTaskTmp
> Task :lucene:spatial-extras:cleanTaskTmp
> Task :lucene:sandbox:cleanTaskTmp
> Task :lucene:replicator:cleanTaskTmp
> Task :lucene:queryparser:cleanTaskTmp
> Task :lucene:queries:cleanTaskTmp
> Task :lucene:monitor:cleanTaskTmp
> Task :lucene:misc:cleanTaskTmp
> Task :lucene:memory:cleanTaskTmp
> Task :lucene:luke:cleanTaskTmp
> Task :lucene:join:cleanTaskTmp
> Task :lucene:highlighter:cleanTaskTmp
> Task :lucene:grouping:cleanTaskTmp
> Task :lucene:facet:cleanTaskTmp
> Task :lucene:expressions:cleanTaskTmp
> Task :lucene:demo:cleanTaskTmp
> Task :lucene:core:cleanTaskTmp
> Task :lucene:codecs:cleanTaskTmp
> Task :lucene:classification:cleanTaskTmp
> Task :lucene:benchmark:cleanTaskTmp
> Task :cleanGradleTmp
> Task :lucene:backward-codecs:check
> Task :lucene:benchmark:check
> Task :lucene:classification:check
> Task :lucene:codecs:check
> Task :lucene:core:check
> Task :lucene:demo:check
> Task :lucene:expressions:check
> Task :lucene:facet:check
> Task :lucene:grouping:check
> Task :lucene:highlighter:check
> Task :lucene:join:check
> Task :lucene:luke:check
> Task :lucene:memory:check
> Task :lucene:misc:check
> Task :lucene:monitor:check
> Task :lucene:queries:check
> Task :lucene:queryparser:check
> Task :lucene:replicator:check
> Task :lucene:sandbox:check
> Task :lucene:spatial-extras:check
> Task :lucene:spatial3d:check
> Task :lucene:suggest:check
> Task :lucene:test-framework:check
> Task :solr:contrib:check
> Task :solr:example:check
> Task :solr:packaging:check
> Task :solr:server:check

> Task :solr:solr-ref-guide:setupLazyProps
Building ref guide with:
  solr-root-path -> ../../../../solr/
  solr-guide-draft-status -> DRAFT
  solr-guide-version -> 9.0-DRAFT
  solr-guide-version-path -> 9_0-DRAFT
  solr-docs-version -> 9.0
  javadoc.link -> https://docs.oracle.com/en/java/javase/11/docs/api/
  java-javadocs -> https://docs.oracle.com/en/java/javase/11/docs/api/
  solr-javadocs -> https://lucene.apache.org/solr/9_0_0/
  html-solr-javadocs -> https://lucene.apache.org/solr/9_0_0/
  lucene-javadocs -> https://lucene.apache.org/core/9_0_0/
  html-lucene-javadocs -> https://lucene.apache.org/core/9_0_0/
  build-date -> 2020-08-31
  DSTAMP -> 2020-08-31
  build-year -> 2020
  current.year -> 2020
  ivyversions./commons-codec/commons-codec -> 1.13
  ivyversions.io.dropwizard.metrics.version -> 4.1.5
  ivyversions.org.apache.logging.log4j.version -> 2.13.2
  ivyversions./org.apache.opennlp/opennlp-tools -> 1.9.1
  ivyversions.org.apache.tika.version -> 1.24
  ivyversions.org.apache.velocity.tools.version -> 3.0
  ivyversions./org.apache.zookeeper/zookeeper -> 3.6.1
  ivy-zookeeper-version -> 3.6.1
  ivy-log4j-version -> 2.13.2
  ivy-tika-version -> 1.24
  ivy-opennlp-version -> 1.9.1
  ivy-commons-codec-version -> 1.13
  ivy-velocity-tools-version -> 3.0
  ivy-dropwizard-version -> 4.1.5

> Task :solr:solr-ref-guide:prepareSources

> Task :solr:solr-ref-guide:buildNavDataFiles
Building up tree of all known pages
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper (file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-core/9.2.6.0/653601d48b38528e76840c6eac1ae46e2dae1a74/jruby-core-9.2.6.0.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of org.jruby.util.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Looping over pages to build nav data
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/content/_data/scrollnav.json
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/content/_data/sidebar.json

> Task :solr:solr-ref-guide:bareBonesAsciiDoctor

> Task :solr:solr-ref-guide:bareBonesHtmlValidation
Processed 2422 links (1729 relative) to 3521 anchors in 246 files

> Task :solr:solr-ref-guide:check
> Task :solr:solrj:check
> Task :solr:test-framework:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:analytics:check
> Task :solr:contrib:clustering:check
> Task :solr:contrib:extraction:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check
> Task :solr:contrib:ltr:check
> Task :solr:contrib:prometheus-exporter:check
> Task :solr:contrib:velocity:check

ERROR: The following test(s) have failed:
  - org.apache.solr.pkg.TestPackages.testPluginLoading (:solr:core)
    Test output: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.pkg.TestPackages.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.pkg.TestPackages" -Ptests.jvms=6 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -Ptests.seed=C907CE328BAD6FB6 -Ptests.multiplier=3 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:core:test'.
> Process 'Gradle Test Executor 139' finished with non-zero exit value 134
  This problem might be caused by incorrect test process configuration.
  Please refer to the test execution section in the User Manual at https://docs.gradle.org/6.4.1/userguide/java_testing.html#sec:test_execution

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 48m 12s
840 actionable tasks: 840 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS-Experimental-GC] Lucene-Solr-master-Linux (64bit/jdk-11.0.6) - Build # 27851 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27851/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

All tests passed

Build Log:
[...truncated 1328 lines...]
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x00007f7f79b992c6, pid=2730072, tid=2744583
#
# JRE version: OpenJDK Runtime Environment (11.0.6+10) (build 11.0.6+10)
# Java VM: OpenJDK 64-Bit Server VM (11.0.6+10, mixed mode, tiered, z gc, linux-amd64)
# Problematic frame:
# J 29081 c2 org.apache.solr.schema.TrieField.storedToIndexed(Lorg/apache/lucene/index/IndexableField;Lorg/apache/lucene/util/BytesRefBuilder;)V (155 bytes) @ 0x00007f7f79b992c6 [0x00007f7f79b985c0+0x0000000000000d06]
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-cwd/hs_err_pid2730072.log
Compiled method (c2)  133508 29081       4       org.apache.solr.schema.TrieField::storedToIndexed (155 bytes)
 total in heap  [0x00007f7f79b98390,0x00007f7f79b99e88] = 6904
 relocation     [0x00007f7f79b98508,0x00007f7f79b985a8] = 160
 main code      [0x00007f7f79b985c0,0x00007f7f79b99640] = 4224
 stub code      [0x00007f7f79b99640,0x00007f7f79b99658] = 24
 oops           [0x00007f7f79b99658,0x00007f7f79b99668] = 16
 metadata       [0x00007f7f79b99668,0x00007f7f79b996a8] = 64
 scopes data    [0x00007f7f79b996a8,0x00007f7f79b99a90] = 1000
 scopes pcs     [0x00007f7f79b99a90,0x00007f7f79b99d70] = 736
 dependencies   [0x00007f7f79b99d70,0x00007f7f79b99d78] = 8
 handler table  [0x00007f7f79b99d78,0x00007f7f79b99df0] = 120
 nul chk table  [0x00007f7f79b99df0,0x00007f7f79b99e88] = 152
Compiled method (c1)  133510 27126       3       org.apache.solr.schema.TrieField::createFields (229 bytes)
 total in heap  [0x00007f7f73250e90,0x00007f7f732552e8] = 17496
 relocation     [0x00007f7f73251008,0x00007f7f732513c8] = 960
 main code      [0x00007f7f732513e0,0x00007f7f732541e0] = 11776
 stub code      [0x00007f7f732541e0,0x00007f7f73254408] = 552
 oops           [0x00007f7f73254408,0x00007f7f73254418] = 16
 metadata       [0x00007f7f73254418,0x00007f7f732544f0] = 216
 scopes data    [0x00007f7f732544f0,0x00007f7f73254bc0] = 1744
 scopes pcs     [0x00007f7f73254bc0,0x00007f7f73255230] = 1648
 dependencies   [0x00007f7f73255230,0x00007f7f73255238] = 8
 nul chk table  [0x00007f7f73255238,0x00007f7f732552e8] = 176
Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
#
# If you would like to submit a bug report, please visit:
#   https://github.com/AdoptOpenJDK/openjdk-support/issues
#
WARNING: Test org.apache.solr.TestRandomFaceting wrote 40,066,803 bytes of output.
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x00007f22bc82a83e, pid=2730068, tid=2748377
#
# JRE version: OpenJDK Runtime Environment (11.0.6+10) (build 11.0.6+10)
# Java VM: OpenJDK 64-Bit Server VM (11.0.6+10, mixed mode, tiered, z gc, linux-amd64)
# Problematic frame:
# J 34562 c2 org.apache.solr.update.processor.DocBasedVersionConstraintsProcessor.convertFieldValueUsingType(Ljava/lang/Object;Lorg/apache/solr/schema/SchemaField;)Ljava/lang/Object; (41 bytes) @ 0x00007f22bc82a83e [0x00007f22bc829de0+0x0000000000000a5e]
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-cwd/hs_err_pid2730068.log
Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
#
# If you would like to submit a bug report, please visit:
#   https://github.com/AdoptOpenJDK/openjdk-support/issues
#
WARNING: Test org.apache.solr.TestDistributedSearch wrote 27,807,280 bytes of output.
WARNING: Test org.apache.solr.cloud.CloudExitableDirectoryReaderTest wrote 19,145,633 bytes of output.
WARNING: Test org.apache.solr.cloud.SplitShardTest wrote 11,226,133 bytes of output.
WARNING: Test org.apache.solr.search.TestRandomCollapseQParserPlugin wrote 31,474,087 bytes of output.
WARNING: Test org.apache.solr.search.facet.TestJsonFacets wrote 28,719,103 bytes of output.
WARNING: Test org.apache.solr.search.facet.TestCloudJSONFacetSKG wrote 73,655,497 bytes of output.
WARNING: Test org.apache.solr.search.TestRangeQuery wrote 27,508,258 bytes of output.
Could not stop org.gradle.internal.actor.internal.DefaultActorFactory$NonBlockingActor@5a5ace81.
org.gradle.internal.dispatch.DispatchException: Could not dispatch message [MethodInvocation method: stop()].
	at org.gradle.internal.dispatch.ExceptionTrackingFailureHandler.dispatchFailed(ExceptionTrackingFailureHandler.java:35)
	at org.gradle.internal.dispatch.FailureHandlingDispatch.dispatch(FailureHandlingDispatch.java:32)
	at org.gradle.internal.dispatch.AsyncDispatch.dispatchMessages(AsyncDispatch.java:87)
	at org.gradle.internal.dispatch.AsyncDispatch.access$000(AsyncDispatch.java:36)
	at org.gradle.internal.dispatch.AsyncDispatch$1.run(AsyncDispatch.java:71)
	at org.gradle.internal.concurrent.InterruptibleRunnable.run(InterruptibleRunnable.java:42)
	at org.gradle.internal.operations.CurrentBuildOperationPreservingRunnable.run(CurrentBuildOperationPreservingRunnable.java:42)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.gradle.process.internal.ExecException: Process 'Gradle Test Executor 140' finished with non-zero exit value 134
This problem might be caused by incorrect test process configuration.
Please refer to the test execution section in the User Manual at https://docs.gradle.org/6.4.1/userguide/java_testing.html#sec:test_execution
	at org.gradle.api.internal.tasks.testing.worker.ForkingTestClassProcessor.stop(ForkingTestClassProcessor.java:181)
	at org.gradle.api.internal.tasks.testing.processors.RestartEveryNTestClassProcessor.endBatch(RestartEveryNTestClassProcessor.java:77)
	at org.gradle.api.internal.tasks.testing.processors.RestartEveryNTestClassProcessor.stop(RestartEveryNTestClassProcessor.java:62)
	at jdk.internal.reflect.GeneratedMethodAccessor825.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.FailureHandlingDispatch.dispatch(FailureHandlingDispatch.java:30)
	... 11 more
:solr:core:test (SUCCESS): 3562 test(s), 160 skipped

> Task :solr:core:test FAILED
> Task :solr:server:test NO-SOURCE
> Task :solr:solr-ref-guide:test NO-SOURCE
> Task :solr:solrj:test
:solr:solrj:test (SUCCESS): 1663 test(s), 19 skipped

> Task :solr:test-framework:test
:solr:test-framework:test (SUCCESS): 9 test(s)

> Task :solr:webapp:test NO-SOURCE

> Task :lucene:analysis:common:test
:lucene:analysis:common:test (SUCCESS): 1638 test(s), 9 skipped

> Task :lucene:analysis:icu:test
:lucene:analysis:icu:test (SUCCESS): 149 test(s), 11 skipped

> Task :lucene:analysis:kuromoji:test
:lucene:analysis:kuromoji:test (SUCCESS): 159 test(s), 7 skipped

> Task :lucene:analysis:morfologik:test
:lucene:analysis:morfologik:test (SUCCESS): 18 test(s)

> Task :lucene:analysis:nori:test
:lucene:analysis:nori:test (SUCCESS): 69 test(s), 4 skipped

> Task :lucene:analysis:opennlp:test
:lucene:analysis:opennlp:test (SUCCESS): 26 test(s)

> Task :lucene:analysis:phonetic:test
:lucene:analysis:phonetic:test (SUCCESS): 41 test(s)

> Task :lucene:analysis:smartcn:test
:lucene:analysis:smartcn:test (SUCCESS): 21 test(s)

> Task :lucene:analysis:stempel:test
:lucene:analysis:stempel:test (SUCCESS): 15 test(s)

> Task :solr:contrib:analysis-extras:test
:solr:contrib:analysis-extras:test (SUCCESS): 30 test(s)

> Task :solr:contrib:analytics:test
:solr:contrib:analytics:test (SUCCESS): 472 test(s)

> Task :solr:contrib:clustering:test
:solr:contrib:clustering:test (SUCCESS): 30 test(s)

> Task :solr:contrib:extraction:test
:solr:contrib:extraction:test (SUCCESS): 20 test(s)

> Task :solr:contrib:jaegertracer-configurator:test
:solr:contrib:jaegertracer-configurator:test (SUCCESS): 3 test(s)

> Task :solr:contrib:langid:test
:solr:contrib:langid:test (SUCCESS): 43 test(s)

> Task :solr:contrib:ltr:test
:solr:contrib:ltr:test (SUCCESS): 127 test(s), 1 skipped

> Task :solr:contrib:prometheus-exporter:test
:solr:contrib:prometheus-exporter:test (SUCCESS): 17 test(s), 5 skipped

> Task :solr:contrib:velocity:test
:solr:contrib:velocity:test (SUCCESS): 15 test(s), 2 skipped

> Task :solr:contrib:velocity:cleanTaskTmp
> Task :solr:contrib:prometheus-exporter:cleanTaskTmp
> Task :solr:contrib:ltr:cleanTaskTmp
> Task :solr:contrib:langid:cleanTaskTmp
> Task :solr:contrib:jaegertracer-configurator:cleanTaskTmp
> Task :solr:contrib:extraction:cleanTaskTmp
> Task :solr:contrib:clustering:cleanTaskTmp
> Task :solr:contrib:analytics:cleanTaskTmp
> Task :solr:contrib:analysis-extras:cleanTaskTmp
> Task :lucene:analysis:stempel:cleanTaskTmp
> Task :lucene:analysis:smartcn:cleanTaskTmp
> Task :lucene:analysis:phonetic:cleanTaskTmp
> Task :lucene:analysis:opennlp:cleanTaskTmp
> Task :lucene:analysis:nori:cleanTaskTmp
> Task :lucene:analysis:morfologik:cleanTaskTmp
> Task :lucene:analysis:kuromoji:cleanTaskTmp
> Task :lucene:analysis:icu:cleanTaskTmp
> Task :lucene:analysis:common:cleanTaskTmp
> Task :solr:webapp:cleanTaskTmp
> Task :solr:test-framework:cleanTaskTmp
> Task :solr:solrj:cleanTaskTmp
> Task :solr:solr-ref-guide:cleanTaskTmp
> Task :solr:server:cleanTaskTmp
> Task :solr:core:cleanTaskTmp
> Task :lucene:test-framework:cleanTaskTmp
> Task :lucene:suggest:cleanTaskTmp
> Task :lucene:spatial3d:cleanTaskTmp
> Task :lucene:spatial-extras:cleanTaskTmp
> Task :lucene:sandbox:cleanTaskTmp
> Task :lucene:replicator:cleanTaskTmp
> Task :lucene:queryparser:cleanTaskTmp
> Task :lucene:queries:cleanTaskTmp
> Task :lucene:monitor:cleanTaskTmp
> Task :lucene:misc:cleanTaskTmp
> Task :lucene:memory:cleanTaskTmp
> Task :lucene:luke:cleanTaskTmp
> Task :lucene:join:cleanTaskTmp
> Task :lucene:highlighter:cleanTaskTmp
> Task :lucene:grouping:cleanTaskTmp
> Task :lucene:facet:cleanTaskTmp
> Task :lucene:expressions:cleanTaskTmp
> Task :lucene:demo:cleanTaskTmp
> Task :lucene:core:cleanTaskTmp
> Task :lucene:codecs:cleanTaskTmp
> Task :lucene:classification:cleanTaskTmp
> Task :lucene:benchmark:cleanTaskTmp
> Task :cleanGradleTmp
> Task :lucene:backward-codecs:check
> Task :lucene:benchmark:check
> Task :lucene:classification:check
> Task :lucene:codecs:check
> Task :lucene:core:check
> Task :lucene:demo:check
> Task :lucene:expressions:check
> Task :lucene:facet:check
> Task :lucene:grouping:check
> Task :lucene:highlighter:check
> Task :lucene:join:check
> Task :lucene:luke:check
> Task :lucene:memory:check
> Task :lucene:misc:check
> Task :lucene:monitor:check
> Task :lucene:queries:check
> Task :lucene:queryparser:check
> Task :lucene:replicator:check
> Task :lucene:sandbox:check
> Task :lucene:spatial-extras:check
> Task :lucene:spatial3d:check
> Task :lucene:suggest:check
> Task :lucene:test-framework:check
> Task :solr:contrib:check
> Task :solr:example:check
> Task :solr:packaging:check
> Task :solr:server:check

> Task :solr:solr-ref-guide:setupLazyProps
Building ref guide with:
  solr-root-path -> ../../../../solr/
  solr-guide-draft-status -> DRAFT
  solr-guide-version -> 9.0-DRAFT
  solr-guide-version-path -> 9_0-DRAFT
  solr-docs-version -> 9.0
  javadoc.link -> https://docs.oracle.com/en/java/javase/11/docs/api/
  java-javadocs -> https://docs.oracle.com/en/java/javase/11/docs/api/
  solr-javadocs -> https://lucene.apache.org/solr/9_0_0/
  html-solr-javadocs -> https://lucene.apache.org/solr/9_0_0/
  lucene-javadocs -> https://lucene.apache.org/core/9_0_0/
  html-lucene-javadocs -> https://lucene.apache.org/core/9_0_0/
  build-date -> 2020-09-01
  DSTAMP -> 2020-09-01
  build-year -> 2020
  current.year -> 2020
  ivyversions./commons-codec/commons-codec -> 1.13
  ivyversions.io.dropwizard.metrics.version -> 4.1.5
  ivyversions.org.apache.logging.log4j.version -> 2.13.2
  ivyversions./org.apache.opennlp/opennlp-tools -> 1.9.1
  ivyversions.org.apache.tika.version -> 1.24
  ivyversions.org.apache.velocity.tools.version -> 3.0
  ivyversions./org.apache.zookeeper/zookeeper -> 3.6.1
  ivy-zookeeper-version -> 3.6.1
  ivy-log4j-version -> 2.13.2
  ivy-tika-version -> 1.24
  ivy-opennlp-version -> 1.9.1
  ivy-commons-codec-version -> 1.13
  ivy-velocity-tools-version -> 3.0
  ivy-dropwizard-version -> 4.1.5

> Task :solr:solr-ref-guide:prepareSources

> Task :solr:solr-ref-guide:buildNavDataFiles
Building up tree of all known pages
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper (file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-core/9.2.6.0/653601d48b38528e76840c6eac1ae46e2dae1a74/jruby-core-9.2.6.0.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of org.jruby.util.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Looping over pages to build nav data
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/content/_data/scrollnav.json
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/content/_data/sidebar.json

> Task :solr:solr-ref-guide:bareBonesAsciiDoctor

> Task :solr:solr-ref-guide:bareBonesHtmlValidation
Processed 2422 links (1729 relative) to 3521 anchors in 246 files

> Task :solr:solr-ref-guide:check
> Task :solr:solrj:check
> Task :solr:test-framework:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:analytics:check
> Task :solr:contrib:clustering:check
> Task :solr:contrib:extraction:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check
> Task :solr:contrib:ltr:check
> Task :solr:contrib:prometheus-exporter:check
> Task :solr:contrib:velocity:check

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:core:test'.
> Process 'Gradle Test Executor 136' finished with non-zero exit value 134
  This problem might be caused by incorrect test process configuration.
  Please refer to the test execution section in the User Manual at https://docs.gradle.org/6.4.1/userguide/java_testing.html#sec:test_execution

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 41m 35s
839 actionable tasks: 839 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any