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/01/17 21:20:16 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-12.0.1) - Build # 25360 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.pkg.TestPackages.testPluginLoading

Error Message:
req: org.apache.solr.filestore.TestDistribPackageStore$$Lambda$1282/0x00007f08d3c268b0@4ef9fe2f . 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"}}}}

Stack Trace:
java.lang.AssertionError: req: org.apache.solr.filestore.TestDistribPackageStore$$Lambda$1282/0x00007f08d3c268b0@4ef9fe2f . 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([5D00F295AA01A2E7:8B861268491F657D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:242)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:213)
	at org.apache.solr.pkg.TestPackages.verifyCmponent(TestPackages.java:431)
	at org.apache.solr.pkg.TestPackages.testPluginLoading(TestPackages.java:153)
	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)




Build Log:
[...truncated 14176 lines...]
   [junit4] JVM J4: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J4-20200117_205429_09012365958596559522505.sysout
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGILL (0x4) at pc=0x00007f19b1b4d0f2, pid=8358, tid=13397
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (12.0.1+12) (build 12.0.1+12)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (12.0.1+12, mixed mode, tiered, z gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # J 34986 c2 org.apache.solr.schema.TrieField.storedToIndexed(Lorg/apache/lucene/index/IndexableField;Lorg/apache/lucene/util/BytesRefBuilder;)V (155 bytes) @ 0x00007f19b1b4d0f2 [0x00007f19b1b4c9a0+0x0000000000000752]
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J4/hs_err_pid8358.log
   [junit4] Compiled method (c2)  466070 34986       4       org.apache.solr.schema.TrieField::storedToIndexed (155 bytes)
   [junit4]  total in heap  [0x00007f19b1b4c790,0x00007f19b1b4d8d0] = 4416
   [junit4]  relocation     [0x00007f19b1b4c908,0x00007f19b1b4c988] = 128
   [junit4]  main code      [0x00007f19b1b4c9a0,0x00007f19b1b4d300] = 2400
   [junit4]  stub code      [0x00007f19b1b4d300,0x00007f19b1b4d338] = 56
   [junit4]  oops           [0x00007f19b1b4d338,0x00007f19b1b4d348] = 16
   [junit4]  metadata       [0x00007f19b1b4d348,0x00007f19b1b4d388] = 64
   [junit4]  scopes data    [0x00007f19b1b4d388,0x00007f19b1b4d618] = 656
   [junit4]  scopes pcs     [0x00007f19b1b4d618,0x00007f19b1b4d7f8] = 480
   [junit4]  dependencies   [0x00007f19b1b4d7f8,0x00007f19b1b4d800] = 8
   [junit4]  handler table  [0x00007f19b1b4d800,0x00007f19b1b4d878] = 120
   [junit4]  nul chk table  [0x00007f19b1b4d878,0x00007f19b1b4d8d0] = 88
   [junit4] Compiled method (c2)  466070 25000       4       org.apache.solr.schema.TrieField::createFields (229 bytes)
   [junit4]  total in heap  [0x00007f19b1474290,0x00007f19b14757c0] = 5424
   [junit4]  relocation     [0x00007f19b1474408,0x00007f19b1474500] = 248
   [junit4]  main code      [0x00007f19b1474500,0x00007f19b1474f60] = 2656
   [junit4]  stub code      [0x00007f19b1474f60,0x00007f19b1474fd0] = 112
   [junit4]  oops           [0x00007f19b1474fd0,0x00007f19b1474ff0] = 32
   [junit4]  meta
   [junit4] data       [0x00007f19b1474ff0,0x00007f19b1475050] = 96
   [junit4]  scopes data    [0x00007f19b1475050,0x00007f19b1475370] = 800
   [junit4]  scopes pcs     [0x00007f19b1475370,0x00007f19b14755f0] = 640
   [junit4]  dependencies   [0x00007f19b14755f0,0x00007f19b14755f8] = 8
   [junit4]  handler table  [0x00007f19b14755f8,0x00007f19b1475760] = 360
   [junit4]  nul chk table  [0x00007f19b1475760,0x00007f19b14757c0] = 96
   [junit4] Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://github.com/AdoptOpenJDK/openjdk-build/issues
   [junit4] #
   [junit4] <<< JVM J4: EOF ----

[...truncated 507 lines...]
   [junit4] Suite: org.apache.solr.pkg.TestPackages
   [junit4]   2> 686862 INFO  (SUITE-TestPackages-seed#[5D00F295AA01A2E7]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.pkg.TestPackages_5D00F295AA01A2E7-001/data-dir-130-001
   [junit4]   2> 686862 WARN  (SUITE-TestPackages-seed#[5D00F295AA01A2E7]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 686862 INFO  (SUITE-TestPackages-seed#[5D00F295AA01A2E7]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 686863 INFO  (SUITE-TestPackages-seed#[5D00F295AA01A2E7]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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)
   [junit4]   2> 686864 INFO  (SUITE-TestPackages-seed#[5D00F295AA01A2E7]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 686866 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAPI
   [junit4]   2> 686867 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.pkg.TestPackages_5D00F295AA01A2E7-001/tempDir-001
   [junit4]   2> 686867 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 686868 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 686868 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 686968 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.ZkTestServer start zk server on port:45181
   [junit4]   2> 686968 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45181
   [junit4]   2> 686968 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45181
   [junit4]   2> 686968 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45181
   [junit4]   2> 686970 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 686971 INFO  (zkConnectionManagerCallback-3772-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 686971 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 686973 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 686973 INFO  (zkConnectionManagerCallback-3774-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 686973 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 686975 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 686977 INFO  (zkConnectionManagerCallback-3776-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 686977 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687094 WARN  (jetty-launcher-3777-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 687094 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 687094 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 687094 INFO  (jetty-launcher-3777-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 687103 WARN  (jetty-launcher-3777-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 687103 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 687103 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 687103 INFO  (jetty-launcher-3777-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 687107 WARN  (jetty-launcher-3777-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 687107 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 687107 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 687107 INFO  (jetty-launcher-3777-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 687111 WARN  (jetty-launcher-3777-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 687111 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 687111 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 687111 INFO  (jetty-launcher-3777-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 687120 INFO  (jetty-launcher-3777-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 687120 INFO  (jetty-launcher-3777-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 687120 INFO  (jetty-launcher-3777-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 687121 INFO  (jetty-launcher-3777-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e200924{/solr,null,AVAILABLE}
   [junit4]   2> 687149 INFO  (jetty-launcher-3777-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@57111091{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:41299}
   [junit4]   2> 687149 INFO  (jetty-launcher-3777-thread-1) [     ] o.e.j.s.Server Started @687419ms
   [junit4]   2> 687149 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41299}
   [junit4]   2> 687149 ERROR (jetty-launcher-3777-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 687149 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 687149 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 687149 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 687149 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 687149 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-17T21:05:56.532733Z
   [junit4]   2> 687153 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687156 INFO  (jetty-launcher-3777-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 687156 INFO  (jetty-launcher-3777-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 687156 INFO  (jetty-launcher-3777-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 687157 INFO  (jetty-launcher-3777-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 687157 INFO  (jetty-launcher-3777-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 687157 INFO  (jetty-launcher-3777-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 687157 INFO  (jetty-launcher-3777-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f8d3552{/solr,null,AVAILABLE}
   [junit4]   2> 687157 INFO  (zkConnectionManagerCallback-3779-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687157 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687158 INFO  (jetty-launcher-3777-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 687158 INFO  (jetty-launcher-3777-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 687158 INFO  (jetty-launcher-3777-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 687158 INFO  (jetty-launcher-3777-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@559256a2{/solr,null,AVAILABLE}
   [junit4]   2> 687158 INFO  (jetty-launcher-3777-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@152f890d{/solr,null,AVAILABLE}
   [junit4]   2> 687161 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1aba2080{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:43079}
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-4) [     ] o.e.j.s.Server Started @687432ms
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5e9a76f7{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:34113}
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-2) [     ] o.e.j.s.Server Started @687432ms
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43079}
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34113}
   [junit4]   2> 687162 ERROR (jetty-launcher-3777-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 687162 ERROR (jetty-launcher-3777-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-17T21:05:56.545689Z
   [junit4]   2> 687162 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-17T21:05:56.545695Z
   [junit4]   2> 687164 INFO  (jetty-launcher-3777-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@19d08de5{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:40291}
   [junit4]   2> 687164 INFO  (jetty-launcher-3777-thread-3) [     ] o.e.j.s.Server Started @687434ms
   [junit4]   2> 687164 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40291}
   [junit4]   2> 687164 ERROR (jetty-launcher-3777-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 687164 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 687165 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 687165 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 687165 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 687165 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-17T21:05:56.548038Z
   [junit4]   2> 687165 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687166 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687169 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687169 INFO  (zkConnectionManagerCallback-3783-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687169 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687170 INFO  (zkConnectionManagerCallback-3782-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687170 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687170 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 687170 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 687170 INFO  (zkConnectionManagerCallback-3785-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687170 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687171 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 687422 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 687424 WARN  (jetty-launcher-3777-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c19359[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687424 WARN  (jetty-launcher-3777-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c19359[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687426 WARN  (jetty-launcher-3777-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12b3c9e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687426 WARN  (jetty-launcher-3777-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12b3c9e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687426 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45181/solr
   [junit4]   2> 687427 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687427 INFO  (zkConnectionManagerCallback-3793-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687428 INFO  (jetty-launcher-3777-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687451 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 687452 WARN  (jetty-launcher-3777-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@482c9439[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687452 WARN  (jetty-launcher-3777-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@482c9439[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687453 WARN  (jetty-launcher-3777-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@19deeae2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687453 WARN  (jetty-launcher-3777-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@19deeae2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687454 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45181/solr
   [junit4]   2> 687454 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687455 INFO  (zkConnectionManagerCallback-3799-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687455 INFO  (jetty-launcher-3777-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687645 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 687646 WARN  (jetty-launcher-3777-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f4894f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687646 WARN  (jetty-launcher-3777-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f4894f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687647 WARN  (jetty-launcher-3777-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@21a2848a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687647 WARN  (jetty-launcher-3777-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@21a2848a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687648 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45181/solr
   [junit4]   2> 687648 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687650 INFO  (zkConnectionManagerCallback-3807-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687650 INFO  (jetty-launcher-3777-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687670 INFO  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687671 INFO  (zkConnectionManagerCallback-3809-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687671 INFO  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687677 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 687678 WARN  (jetty-launcher-3777-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b6d7502[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687678 WARN  (jetty-launcher-3777-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b6d7502[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687679 WARN  (jetty-launcher-3777-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@482294bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687679 WARN  (jetty-launcher-3777-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@482294bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687680 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45181/solr
   [junit4]   2> 687684 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687693 INFO  (zkConnectionManagerCallback-3817-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687693 INFO  (jetty-launcher-3777-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687708 INFO  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41299_solr
   [junit4]   2> 687708 INFO  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_solr     ] o.a.s.c.Overseer Overseer (id=72059894947119114-127.0.0.1:41299_solr-n_0000000000) starting
   [junit4]   2> 687710 INFO  (OverseerStateUpdate-72059894947119114-127.0.0.1:41299_solr-n_0000000000) [n:127.0.0.1:41299_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41299_solr
   [junit4]   2> 687713 INFO  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41299_solr
   [junit4]   2> 687714 INFO  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 687715 INFO  (zkCallback-3808-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 687715 WARN  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_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
   [junit4]   2> 687730 INFO  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 687747 INFO  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41299.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 687752 INFO  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41299.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 687752 INFO  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41299.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 687753 INFO  (jetty-launcher-3777-thread-1) [n:127.0.0.1:41299_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.pkg.TestPackages_5D00F295AA01A2E7-001/tempDir-001/node1/.
   [junit4]   2> 687771 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687773 INFO  (zkConnectionManagerCallback-3821-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687773 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687775 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 687777 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40291_solr as DOWN
   [junit4]   2> 687778 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 687778 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40291_solr
   [junit4]   2> 687778 INFO  (zkCallback-3808-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 687779 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 687779 WARN  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_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
   [junit4]   2> 687788 INFO  (zkCallback-3820-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 687793 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 687807 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40291.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 687812 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40291.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 687812 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40291.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 687813 INFO  (jetty-launcher-3777-thread-3) [n:127.0.0.1:40291_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.pkg.TestPackages_5D00F295AA01A2E7-001/tempDir-001/node3/.
   [junit4]   2> 687871 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687872 INFO  (zkConnectionManagerCallback-3827-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687872 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687875 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 687877 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34113_solr as DOWN
   [junit4]   2> 687878 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 687878 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34113_solr
   [junit4]   2> 687879 INFO  (zkCallback-3808-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 687879 INFO  (zkCallback-3820-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 687879 INFO  (zkCallback-3826-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 687879 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 687880 WARN  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_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
   [junit4]   2> 687888 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 687899 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34113.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 687903 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34113.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 687903 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34113.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 687904 INFO  (jetty-launcher-3777-thread-2) [n:127.0.0.1:34113_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.pkg.TestPackages_5D00F295AA01A2E7-001/tempDir-001/node2/.
   [junit4]   2> 687976 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687976 INFO  (zkConnectionManagerCallback-3833-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687976 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687978 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 687980 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43079_solr as DOWN
   [junit4]   2> 687980 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 687980 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43079_solr
   [junit4]   2> 687981 INFO  (zkCallback-3820-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 687981 INFO  (zkCallback-3808-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 687981 INFO  (zkCallback-3826-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 687982 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 687982 WARN  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_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
   [junit4]   2> 687987 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 687987 INFO  (zkCallback-3832-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 687997 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43079.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 688002 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43079.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 688003 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43079.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d99dbf6
   [junit4]   2> 688004 INFO  (jetty-launcher-3777-thread-4) [n:127.0.0.1:43079_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.pkg.TestPackages_5D00F295AA01A2E7-001/tempDir-001/node4/.
   [junit4]   2> 688030 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 688031 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 688032 INFO  (zkConnectionManagerCallback-3842-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 688032 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 688033 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 688034 INFO  (TEST-TestPackages.testAPI-seed#[5D00F295AA01A2E7]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45181/solr ready
   [junit4]   2> 688073 INFO  (qtp1445618539-14835) [n:127.0.0.1:40291_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 688087 INFO  (qtp418113479-14837) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688103 INFO  (qtp291537040-14840) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688114 INFO  (qtp1430310499-14843) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688115 INFO  (qtp1445618539-14835) [n:127.0.0.1:40291_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 688115 INFO  (qtp1445618539-14835) [n:127.0.0.1:40291_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 688123 INFO  (qtp291537040-14842) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688131 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688139 INFO  (qtp418113479-14839) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688139 INFO  (qtp1445618539-14835) [n:127.0.0.1:40291_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 688139 ERROR (qtp1445618539-14835) [n:127.0.0.1:40291_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{add={package=test_pkg, version=0.12, files=[/mypkg/v.0.12/jar_a.jar, /mypkg/v.0.12/jar_b.jar]}, errorMessages=[No such file: /mypkg/v.0.12/jar_a.jar, No such file: /mypkg/v.0.12/jar_b.jar]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:237)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:237) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:159) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:341) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 688139 INFO  (qtp1445618539-14835) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=400 QTime=87
   [junit4]   2> 688155 INFO  (qtp418113479-14837) [n:127.0.0.1:41299_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 688163 INFO  (qtp1445618539-14835) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688172 INFO  (qtp291537040-14840) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688181 INFO  (qtp1430310499-14843) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688181 INFO  (qtp418113479-14837) [n:127.0.0.1:41299_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 688182 INFO  (qtp418113479-14837) [n:127.0.0.1:41299_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 688192 INFO  (qtp1445618539-14846) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={getFrom=127.0.0.1:41299_solr} status=0 QTime=0
   [junit4]   2> 688192 INFO  (updateExecutor-3789-thread-1-processing-n:127.0.0.1:40291_solr) [n:127.0.0.1:40291_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_a.jar from 127.0.0.1:41299_solr 
   [junit4]   2> 688201 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={getFrom=127.0.0.1:41299_solr} status=0 QTime=1
   [junit4]   2> 688201 INFO  (updateExecutor-3803-thread-1-processing-n:127.0.0.1:43079_solr) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_a.jar from 127.0.0.1:41299_solr 
   [junit4]   2> 688203 INFO  (qtp418113479-14839) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 688210 INFO  (qtp418113479-14850) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 688211 INFO  (qtp291537040-14842) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={getFrom=127.0.0.1:41299_solr} status=0 QTime=1
   [junit4]   2> 688212 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_a.jar from 127.0.0.1:41299_solr 
   [junit4]   2> 688213 INFO  (qtp418113479-14837) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/v.0.12/jar_a.jar params={wt=javabin&version=2} status=0 QTime=61
   [junit4]   2> 688215 INFO  (qtp418113479-14849) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 688218 INFO  (qtp418113479-14837) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 688218 INFO  (updateExecutor-3789-thread-1-processing-n:127.0.0.1:40291_solr) [n:127.0.0.1:40291_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 688218 INFO  (updateExecutor-3789-thread-1-processing-n:127.0.0.1:40291_solr) [n:127.0.0.1:40291_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 688221 INFO  (updateExecutor-3803-thread-1-processing-n:127.0.0.1:43079_solr) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 688221 INFO  (updateExecutor-3803-thread-1-processing-n:127.0.0.1:43079_solr) [n:127.0.0.1:43079_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 688224 INFO  (qtp418113479-14850) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 688231 INFO  (qtp418113479-14850) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 688233 INFO  (qtp418113479-14850) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 688235 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 688235 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 688242 INFO  (qtp1445618539-14835) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688252 INFO  (qtp291537040-14840) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688262 INFO  (qtp1430310499-14843) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688278 ERROR (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{add={package=test_pkg, version=0.12, files=[/mypkg/v.0.12/jar_a.jar]}, errorMessages=[/mypkg/v.0.12/jar_a.jar has no signature]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:237)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:237) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:159) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:341) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 688279 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=400 QTime=2
   [junit4]   2> 688310 INFO  (qtp291537040-14842) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:40291_solr} status=0 QTime=0
   [junit4]   2> 688310 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:40291_solr 
   [junit4]   2> 688318 INFO  (qtp1430310499-14843) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:40291_solr} status=0 QTime=0
   [junit4]   2> 688319 INFO  (qtp1445618539-14835) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 688319 INFO  (updateExecutor-3803-thread-1-processing-n:127.0.0.1:43079_solr) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:40291_solr 
   [junit4]   2> 688327 INFO  (qtp1445618539-14858) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 688328 INFO  (qtp418113479-14839) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:40291_solr} status=0 QTime=0
   [junit4]   2> 688328 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 688328 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 688329 INFO  (updateExecutor-3795-thread-2-processing-n:127.0.0.1:41299_solr) [n:127.0.0.1:41299_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:40291_solr 
   [junit4]   2> 688329 INFO  (qtp1445618539-14846) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=32
   [junit4]   1> sync resp: https://127.0.0.1:40291/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 688334 INFO  (qtp1445618539-14858) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 688336 INFO  (qtp1445618539-14846) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 688340 INFO  (qtp418113479-14850) [n:127.0.0.1:41299_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
   [junit4]   2> 688347 INFO  (qtp1445618539-14858) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 688392 INFO  (updateExecutor-3795-thread-2-processing-n:127.0.0.1:41299_solr) [n:127.0.0.1:41299_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 688392 INFO  (updateExecutor-3795-thread-2-processing-n:127.0.0.1:41299_solr) [n:127.0.0.1:41299_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 688397 INFO  (qtp1445618539-14846) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 688399 INFO  (updateExecutor-3803-thread-1-processing-n:127.0.0.1:43079_solr) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 688399 INFO  (updateExecutor-3803-thread-1-processing-n:127.0.0.1:43079_solr) [n:127.0.0.1:43079_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 688459 INFO  (qtp418113479-14850) [n:127.0.0.1:41299_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=1
   [junit4]   2> 688470 INFO  (qtp1445618539-14846) [n:127.0.0.1:40291_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
   [junit4]   2> 688480 INFO  (qtp291537040-14840) [n:127.0.0.1:34113_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
   [junit4]   2> 688490 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_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
   [junit4]   2> 688494 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688498 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 688517 INFO  (qtp1445618539-14846) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688527 INFO  (qtp418113479-14850) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688539 INFO  (qtp291537040-14842) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688539 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 688540 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 688549 INFO  (qtp291537040-14840) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={getFrom=127.0.0.1:43079_solr} status=0 QTime=0
   [junit4]   2> 688550 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_b.jar from 127.0.0.1:43079_solr 
   [junit4]   2> 688558 INFO  (qtp418113479-14837) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={getFrom=127.0.0.1:43079_solr} status=0 QTime=0
   [junit4]   2> 688558 INFO  (updateExecutor-3795-thread-2-processing-n:127.0.0.1:41299_solr) [n:127.0.0.1:41299_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_b.jar from 127.0.0.1:43079_solr 
   [junit4]   2> 688562 INFO  (qtp1430310499-14866) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_b.jar.json params={} status=0 QTime=0
   [junit4]   2> 688571 INFO  (qtp1430310499-14866) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={} status=0 QTime=0
   [junit4]   2> 688571 INFO  (qtp1430310499-14843) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_b.jar.json params={} status=0 QTime=0
   [junit4]   2> 688572 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 688572 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 688576 INFO  (qtp1445618539-14858) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={getFrom=127.0.0.1:43079_solr} status=0 QTime=9
   [junit4]   2> 688577 INFO  (updateExecutor-3789-thread-2-processing-n:127.0.0.1:40291_solr) [n:127.0.0.1:40291_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_b.jar from 127.0.0.1:43079_solr 
   [junit4]   2> 688577 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/v.0.12/jar_b.jar params={sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc%2BI6O7BOdNuMct/xoZ4h73aZHZGc0%2BnmI1f/U3bOlMPINlSOM6LK3JpQ%3D%3D&wt=javabin&version=2} status=0 QTime=85
   [junit4]   2> 688580 INFO  (qtp1430310499-14867) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={} status=0 QTime=0
   [junit4]   2> 688581 INFO  (updateExecutor-3795-thread-2-processing-n:127.0.0.1:41299_solr) [n:127.0.0.1:41299_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 688581 INFO  (updateExecutor-3795-thread-2-processing-n:127.0.0.1:41299_solr) [n:127.0.0.1:41299_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 688589 INFO  (qtp1430310499-14867) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_b.jar.json params={} status=0 QTime=0
   [junit4]   2> 688589 INFO  (qtp418113479-14850) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688598 INFO  (qtp1430310499-14843) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={} status=0 QTime=0
   [junit4]   2> 688600 INFO  (updateExecutor-3789-thread-2-processing-n:127.0.0.1:40291_solr) [n:127.0.0.1:40291_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 688600 INFO  (updateExecutor-3789-thread-2-processing-n:127.0.0.1:40291_solr) [n:127.0.0.1:40291_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 688600 INFO  (qtp1445618539-14846) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688613 INFO  (qtp291537040-14842) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688622 INFO  (qtp1430310499-14867) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688636 INFO  (qtp291537040-14842) [n:127.0.0.1:34113_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688637 INFO  (qtp291537040-14842) [n:127.0.0.1:34113_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688640 DEBUG (zkCallback-3820-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 688640 DEBUG (zkCallback-3832-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 688640 DEBUG (zkCallback-3826-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 688640 DEBUG (zkCallback-3808-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 688649 INFO  (zkCallback-3826-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 688649 INFO  (zkCallback-3820-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 688649 INFO  (zkCallback-3832-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 688649 INFO  (zkCallback-3826-thread-1) [     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 688649 INFO  (zkCallback-3820-thread-1) [     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 688649 INFO  (zkCallback-3808-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 688649 INFO  (zkCallback-3808-thread-1) [     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 688650 INFO  (zkCallback-3832-thread-1) [     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 688650 INFO  (zkCallback-3820-thread-1) [     ] o.a.s.p.PackageLoader A new version: 0.12 added for package: test_pkg with artifacts [/mypkg/v.0.12/jar_b.jar]
   [junit4]   2> 688650 INFO  (zkCallback-3826-thread-1) [     ] o.a.s.p.PackageLoader A new version: 0.12 added for package: test_pkg with artifacts [/mypkg/v.0.12/jar_b.jar]
   [junit4]   2> 688650 INFO  (zkCallback-3808-thread-1) [     ] o.a.s.p.PackageLoader A new version: 0.12 added for package: test_pkg with artifacts [/mypkg/v.0.12/jar_b.jar]
   [junit4]   2> 688650 INFO  (zkCallback-3832-thread-1) [     ] o.a.s.p.PackageLoader A new version: 0.12 added for package: test_pkg with artifacts [/mypkg/v.0.12/jar_b.jar]
   [junit4]   2> 688651 INFO  (zkCallback-3808-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688651 INFO  (zkCallback-3832-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688651 INFO  (zkCallback-3826-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688652 INFO  (zkCallback-3832-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688652 INFO  (zkCallback-3826-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688652 INFO  (zkCallback-3808-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688654 INFO  (zkCallback-3832-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.pkg.TestPackages_5D00F295AA01A2E7-001/tempDir-001/node4/filestore/mypkg/v.0.12]
   [junit4]   2> 688654 INFO  (zkCallback-3808-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.pkg.TestPackages_5D00F295AA01A2E7-001/tempDir-001/node1/filestore/mypkg/v.0.12]
   [junit4]   2> 688654 INFO  (zkCallback-3826-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.pkg.TestPackages_5D00F295AA01A2E7-001/tempDir-001/node2/filestore/mypkg/v.0.12]
   [junit4]   2> 688654 INFO  (zkCallback-3808-thread-1) [     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 688654 INFO  (zkCallback-3832-thread-1) [     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 688654 INFO  (zkCallback-3826-thread-1) [     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 688655 INFO  (qtp1430310499-14867) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688657 INFO  (zkCallback-3820-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688658 INFO  (zkCallback-3820-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688658 INFO  (zkCallback-3820-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.pkg.TestPackages_5D00F295AA01A2E7-001/tempDir-001/node3/filestore/mypkg/v.0.12]
   [junit4]   2> 688658 INFO  (zkCallback-3820-thread-1) [     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 688669 INFO  (qtp418113479-14850) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688681 INFO  (qtp1445618539-14846) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688682 INFO  (qtp291537040-14842) [n:127.0.0.1:34113_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 688682 INFO  (qtp291537040-14842) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=47
   [junit4]   2> 688687 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 688688 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 688697 INFO  (qtp1445618539-14859) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688707 INFO  (qtp418113479-14849) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688715 INFO  (qtp291537040-14840) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688715 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 688716 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 688723 INFO  (qtp291537040-14842) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={getFrom=127.0.0.1:43079_solr} status=0 QTime=0
   [junit4]   2> 688724 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.13/jar_a.jar from 127.0.0.1:43079_solr 
   [junit4]   2> 688730 INFO  (qtp1430310499-14867) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 688731 INFO  (qtp418113479-14850) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={getFrom=127.0.0.1:43079_solr} status=0 QTime=0
   [junit4]   2> 688731 INFO  (updateExecutor-3795-thread-2-processing-n:127.0.0.1:41299_solr) [n:127.0.0.1:41299_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.13/jar_a.jar from 127.0.0.1:43079_solr 
   [junit4]   2> 688739 INFO  (qtp1445618539-14846) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={getFrom=127.0.0.1:43079_solr} status=0 QTime=0
   [junit4]   2> 688740 INFO  (updateExecutor-3789-thread-2-processing-n:127.0.0.1:40291_solr) [n:127.0.0.1:40291_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.13/jar_a.jar from 127.0.0.1:43079_solr 
   [junit4]   2> 688740 INFO  (qtp1430310499-14843) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 688741 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/v.0.13/jar_a.jar params={sig=j%2BRflxi64tXdqosIhbusqi6GTwZq8znunC/dzwcWW0/dHlFGKDurOaE1Nz9FSPJuXbHkVLj638yZ0Lp1ssnoYA%3D%3D&wt=javabin&version=2} status=0 QTime=56
   [junit4]   2> 688743 INFO  (qtp1430310499-14866) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 688744 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 688744 INFO  (updateExecutor-3813-thread-1-processing-n:127.0.0.1:34113_solr) [n:127.0.0.1:34113_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 688746 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 688751 INFO  (qtp1430310499-14867) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 688752 INFO  (updateExecutor-3795-thread-2-processing-n:127.0.0.1:41299_solr) [n:127.0.0.1:41299_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 688752 INFO  (updateExecutor-3795-thread-2-processing-n:127.0.0.1:41299_solr) [n:127.0.0.1:41299_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 688753 INFO  (qtp1430310499-14845) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 688753 INFO  (qtp418113479-14849) [n:127.0.0.1:41299_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688754 INFO  (updateExecutor-3789-thread-2-processing-n:127.0.0.1:40291_solr) [n:127.0.0.1:40291_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 688754 INFO  (updateExecutor-3789-thread-2-processing-n:127.0.0.1:40291_solr) [n:127.0.0.1:40291_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 688763 INFO  (qtp1445618539-14859) [n:127.0.0.1:40291_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688771 INFO  (qtp291537040-14840) [n:127.0.0.1:34113_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 688790 INFO  (qtp1430310499-14866) [n:127.0.0.1:43079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={meta=true

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

b/netty-common-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-handler-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-resolver-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-native-epoll-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-native-unix-common-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/slf4j-api-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/stax2-api-3.1.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-3.5.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-jute-3.5.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-common-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-hpack-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/javax.servlet-api-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-java-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-continuation-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-deploy-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-http-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-io-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-jmx-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-rewrite-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-security-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlet-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlets-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-util-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-webapp-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-xml-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-core-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-graphite-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jetty9-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jmx-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jvm-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/byte-buddy-1.9.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-compress-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-logging-1.1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-text-1.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-common-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-minikdc-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-servlet-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-admin-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-client-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-common-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-crypto-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-identity-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-server-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-simplekdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-config-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-kdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-util-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mockito-core-2.23.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/objenesis-2.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/opentracing-mock-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/analysis-extras/lib/icu4j-62.2.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.6.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J4-20200117_205429_09014089923156558295079.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J4-20200117_205429_09010615375302668613137.suites -stdin
   [junit4] ERROR: JVM J4 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J4-20200117_205429_09012365958596559522505.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:835)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:578: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:232: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:549: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1510: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1037: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J4-20200117_205429_09012365958596559522505.sysout

Total time: 49 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2