You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/02/09 09:46:25 UTC

[JENKINS] Lucene-Solr-7.7-Linux (64bit/jdk-9.0.4) - Build # 154 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.7-Linux/154/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderElectionTest.testStressElection

Error Message:
Could not get leader props for collection1 shard1

Stack Trace:
java.lang.RuntimeException: Could not get leader props for collection1 shard1
	at __randomizedtesting.SeedInfo.seed([149FD44F2D278CBA:EBC900E14A699DA9]:0)
	at org.apache.solr.cloud.LeaderElectionTest.getLeaderUrl(LeaderElectionTest.java:262)
	at org.apache.solr.cloud.LeaderElectionTest.getLeaderThread(LeaderElectionTest.java:415)
	at org.apache.solr.cloud.LeaderElectionTest.testStressElection(LeaderElectionTest.java:524)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13617 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionTest_149FD44F2D278CBA-001/init-core-data-001
   [junit4]   2> 538723 WARN  (SUITE-LeaderElectionTest-seed#[149FD44F2D278CBA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 538723 INFO  (SUITE-LeaderElectionTest-seed#[149FD44F2D278CBA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 538724 INFO  (SUITE-LeaderElectionTest-seed#[149FD44F2D278CBA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 538724 INFO  (SUITE-LeaderElectionTest-seed#[149FD44F2D278CBA]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 538726 INFO  (TEST-LeaderElectionTest.testElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testElection
   [junit4]   2> 538726 INFO  (TEST-LeaderElectionTest.testElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 538727 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 538727 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 538827 INFO  (TEST-LeaderElectionTest.testElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer start zk server on port:43691
   [junit4]   2> 538827 INFO  (TEST-LeaderElectionTest.testElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43691
   [junit4]   2> 538827 INFO  (TEST-LeaderElectionTest.testElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43691
   [junit4]   2> 538831 INFO  (zkConnectionManagerCallback-2825-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538832 INFO  (zkConnectionManagerCallback-2827-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538833 INFO  (zkConnectionManagerCallback-2829-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538842 INFO  (zkConnectionManagerCallback-2833-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539330 INFO  (zkConnectionManagerCallback-2837-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539331 INFO  (zkConnectionManagerCallback-2841-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539332 INFO  (zkConnectionManagerCallback-2845-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539334 INFO  (zkConnectionManagerCallback-2849-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539335 INFO  (zkConnectionManagerCallback-2853-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539336 INFO  (zkConnectionManagerCallback-2857-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539338 INFO  (zkConnectionManagerCallback-2861-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539339 INFO  (zkConnectionManagerCallback-2865-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539340 INFO  (zkConnectionManagerCallback-2869-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539342 INFO  (zkConnectionManagerCallback-2873-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539343 INFO  (zkConnectionManagerCallback-2877-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539344 INFO  (zkConnectionManagerCallback-2881-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539345 INFO  (zkConnectionManagerCallback-2885-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539346 INFO  (zkConnectionManagerCallback-2889-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539347 INFO  (Thread-shard10) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539348 INFO  (Thread-shard12) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539348 INFO  (Thread-shard11) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539348 INFO  (Thread-shard16) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539348 INFO  (Thread-shard15) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539349 INFO  (Thread-shard14) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539349 INFO  (Thread-shard111) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539349 INFO  (Thread-shard10) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72078804706197507-shard10-n_0000000000
   [junit4]   2> 539349 INFO  (Thread-shard13) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539349 INFO  (Thread-shard112) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539349 INFO  (Thread-shard110) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539350 INFO  (Thread-shard19) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539350 INFO  (Thread-shard18) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539350 INFO  (Thread-shard17) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539355 INFO  (Thread-shard113) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539355 INFO  (Thread-shard114) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 539456 INFO  (zkCallback-2852-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72078804706197512-shard15-n_0000000001
   [junit4]   2> 539958 INFO  (zkCallback-2836-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72078804706197508-shard11-n_0000000002
   [junit4]   2> 540464 INFO  (zkCallback-2864-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72078804706197515-shard18-n_0000000006
   [junit4]   2> 540466 INFO  (zkCallback-2872-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72078804706197517-shard110-n_0000000007
   [junit4]   2> 540474 INFO  (zkCallback-2860-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72078804706197514-shard17-n_0000000008
   [junit4]   2> 540476 INFO  (zkCallback-2880-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72078804706197519-shard112-n_0000000009
   [junit4]   2> 540979 INFO  (zkCallback-2884-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72078804706197520-shard113-n_0000000012
   [junit4]   2> 540980 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100134a7e590010, likely client has closed socket
   [junit4]   2> 540981 INFO  (zkCallback-2888-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72078804706197521-shard114-n_0000000013
   [junit4]   2> 540983 INFO  (TEST-LeaderElectionTest.testElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 540984 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72078804706197508-shard11-n_0000000002
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72078804706197510-shard13-n_0000000003
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72078804706197519-shard112-n_0000000009
   [junit4]   2> 
   [junit4]   2> 540985 INFO  (TEST-LeaderElectionTest.testElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43691
   [junit4]   2> 540985 INFO  (TEST-LeaderElectionTest.testElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43691
   [junit4]   2> 540985 INFO  (TEST-LeaderElectionTest.testElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testElection
   [junit4]   2> 540988 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCancelElection
   [junit4]   2> 540988 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 540988 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 540989 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 541088 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer start zk server on port:38477
   [junit4]   2> 541089 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38477
   [junit4]   2> 541089 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38477
   [junit4]   2> 541094 INFO  (zkConnectionManagerCallback-2893-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541098 INFO  (zkConnectionManagerCallback-2895-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541114 INFO  (zkConnectionManagerCallback-2897-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541247 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection2/leaders/slice1
   [junit4]   2> 541248 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection2/leaders/slice1/leader after winning as /collections/collection2/leader_elect/slice1/election/72078804854505474-dummynode1-n_0000000000
   [junit4]   2> 542250 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection2/leaders/slice1
   [junit4]   2> 543258 INFO  (zkCallback-2896-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection2/leaders/slice1/leader after winning as /collections/collection2/leader_elect/slice1/election/72078804854505474-dummynode2-n_0000000001
   [junit4]   2> 544259 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 544266 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38477
   [junit4]   2> 544266 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38477
   [junit4]   2> 544266 INFO  (TEST-LeaderElectionTest.testCancelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCancelElection
   [junit4]   2> 544272 INFO  (TEST-LeaderElectionTest.testStressElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStressElection
   [junit4]   2> 544272 INFO  (TEST-LeaderElectionTest.testStressElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 544273 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 544273 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 544373 INFO  (TEST-LeaderElectionTest.testStressElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer start zk server on port:37615
   [junit4]   2> 544373 INFO  (TEST-LeaderElectionTest.testStressElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37615
   [junit4]   2> 544373 INFO  (TEST-LeaderElectionTest.testStressElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37615
   [junit4]   2> 544380 INFO  (zkConnectionManagerCallback-2901-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544382 INFO  (zkConnectionManagerCallback-2903-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544390 INFO  (zkConnectionManagerCallback-2905-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544399 INFO  (zkConnectionManagerCallback-2909-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544412 INFO  (zkConnectionManagerCallback-2913-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544412 INFO  (stressElection-2984-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544413 INFO  (stressElection-2984-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72078805069922307-shard10-n_0000000000
   [junit4]   2> 544439 INFO  (zkConnectionManagerCallback-2917-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544463 INFO  (stressElection-2984-thread-2) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544474 INFO  (zkConnectionManagerCallback-2921-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544477 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x100134a94070004: Connection reset by peer
   [junit4]   2> 544490 INFO  (zkConnectionManagerCallback-2925-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544515 INFO  (zkConnectionManagerCallback-2929-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544515 INFO  (stressElection-2984-thread-3) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544526 INFO  (stressElection-2984-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544526 ERROR (stressElection-2984-thread-1) [    ] o.a.s.c.LeaderElectionTest setup failed
   [junit4]   2> java.lang.RuntimeException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leaders/shard1
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.<init>(ElectionContext.java:148) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElectionTest$TestLeaderElectionContext.<init>(LeaderElectionTest.java:92) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElectionTest$ClientThread.setupOnConnect(LeaderElectionTest.java:164) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElectionTest$ClientThread.run(LeaderElectionTest.java:176) [test/:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:299) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leaders/shard1
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1111) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:334) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:334) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:108) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.<init>(ElectionContext.java:146) ~[java/:?]
   [junit4]   2> 	... 9 more
   [junit4]   2> 544567 INFO  (zkConnectionManagerCallback-2933-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544580 WARN  (zkConnectionManagerCallback-2905-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d046eb4 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 544580 WARN  (zkConnectionManagerCallback-2905-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 544580 INFO  (zkConnectionManagerCallback-2937-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544582 INFO  (zkConnectionManagerCallback-2941-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544583 INFO  (zkConnectionManagerCallback-2945-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544585 INFO  (zkConnectionManagerCallback-2949-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544590 INFO  (zkConnectionManagerCallback-2953-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544592 INFO  (zkConnectionManagerCallback-2957-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544598 INFO  (zkConnectionManagerCallback-2961-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544623 INFO  (zkConnectionManagerCallback-2965-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544630 INFO  (zkConnectionManagerCallback-2969-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544633 INFO  (zkConnectionManagerCallback-2973-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544703 INFO  (stressElection-2984-thread-5) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544764 INFO  (stressElection-2984-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544764 INFO  (stressElection-2984-thread-6) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544765 INFO  (stressElection-2984-thread-4) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544779 INFO  (stressElection-2984-thread-7) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544804 INFO  (stressElection-2984-thread-8) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544855 INFO  (stressElection-2984-thread-9) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544871 INFO  (stressElection-2984-thread-10) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544879 INFO  (stressElection-2984-thread-11) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544892 INFO  (stressElection-2984-thread-12) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544909 INFO  (stressElection-2984-thread-13) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544975 INFO  (stressElection-2984-thread-14) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 544975 ERROR (stressElection-2984-thread-14) [    ] o.a.s.c.LeaderElectionTest setup failed
   [junit4]   2> java.lang.RuntimeException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leaders/shard1
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.<init>(ElectionContext.java:148) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElectionTest$TestLeaderElectionContext.<init>(LeaderElectionTest.java:92) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElectionTest$ClientThread.setupOnConnect(LeaderElectionTest.java:164) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElectionTest$ClientThread.run(LeaderElectionTest.java:176) [test/:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:299) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leaders/shard1
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1111) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:334) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:334) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:108) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.<init>(ElectionContext.java:146) ~[java/:?]
   [junit4]   2> 	... 9 more
   [junit4]   2> 545068 INFO  (stressElection-2984-thread-15) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 545576 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100134a94070011, likely client has closed socket
   [junit4]   2> 546127 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100134a9407000a, likely client has closed socket
   [junit4]   2> 546233 WARN  (TEST-LeaderElectionTest.testStressElection-seed#[149FD44F2D278CBA]-SendThread(localhost.localdomain:37615)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x100134a94070002 has expired
   [junit4]   2> 546233 WARN  (zkConnectionManagerCallback-2905-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d046eb4 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 546233 WARN  (zkConnectionManagerCallback-2905-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 546236 WARN  (zkConnectionManagerCallback-2905-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 546237 INFO  (zkConnectionManagerCallback-2905-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 546237 INFO  (zkConnectionManagerCallback-2905-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 546238 INFO  (zkConnectionManagerCallback-2905-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 546238 INFO  (zkConnectionManagerCallback-2905-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 546677 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100134a9407000d, likely client has closed socket
   [junit4]   2> 546778 WARN  (zkConnectionManagerCallback-2905-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d046eb4 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 546778 WARN  (zkConnectionManagerCallback-2905-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 547778 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100134a9407000e, likely client has closed socket
   [junit4]   2> 547875 WARN  (zkConnectionManagerCallback-2905-thread-1-SendThread(localhost.localdomain:37615)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x100134a94070014 has expired
   [junit4]   2> 547875 WARN  (zkConnectionManagerCallback-2905-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d046eb4 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 547875 WARN  (zkConnectionManagerCallback-2905-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 547875 WARN  (zkConnectionManagerCallback-2905-thread-1-EventThread) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 547876 INFO  (zkConnectionManagerCallback-2905-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 547876 INFO  (zkConnectionManagerCallback-2905-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 547876 INFO  (zkConnectionManagerCallback-2905-thread-1-EventThread) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 547876 INFO  (zkConnectionManagerCallback-2905-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 548328 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100134a94070008, likely client has closed socket
   [junit4]   2> 554483 WARN  (Thread-5328-SendThread(localhost.localdomain:37615)) [    ] o.a.z.ClientCnxn Session 0x100134a94070004 for server localhost.localdomain/127.0.0.1:37615, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.nio.channels.CancelledKeyException: null
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:77) ~[?:?]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.enableWrite(ClientCnxnSocketNIO.java:389) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:373) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1145) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 554584 WARN  (zkConnectionManagerCallback-2913-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@789f8b43 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 554766 WARN  (Thread-5328-SendThread(localhost.localdomain:37615)) [    ] o.a.z.ClientCnxn Session 0x100134a94070011 for server localhost.localdomain/127.0.0.1:37615, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.nio.channels.CancelledKeyException: null
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:77) ~[?:?]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.enableWrite(ClientCnxnSocketNIO.java:389) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:373) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1145) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 554812 WARN  (Thread-5328-SendThread(localhost.localdomain:37615)) [    ] o.a.z.ClientCnxn Session 0x100134a94070008 for server localhost.localdomain/127.0.0.1:37615, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.nio.channels.CancelledKeyException: null
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:77) ~[?:?]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.enableWrite(ClientCnxnSocketNIO.java:389) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:373) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1145) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 554866 WARN  (Thread-5328-SendThread(localhost.localdomain:37615)) [    ] o.a.z.ClientCnxn Session 0x100134a9407000d for server localhost.localdomain/127.0.0.1:37615, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.nio.channels.CancelledKeyException: null
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:77) ~[?:?]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.enableWrite(ClientCnxnSocketNIO.java:389) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:373) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1145) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 554867 WARN  (zkConnectionManagerCallback-2965-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5d9604b3 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 554867 WARN  (zkConnectionManagerCallback-2965-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 554890 WARN  (Thread-5328-SendThread(localhost.localdomain:37615)) [    ] o.a.z.ClientCnxn Session 0x100134a9407000a for server localhost.localdomain/127.0.0.1:37615, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.nio.channels.CancelledKeyException: null
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:77) ~[?:?]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.enableWrite(ClientCnxnSocketNIO.java:389) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:373) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1145) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 554902 WARN  (Thread-5328-SendThread(localhost.localdomain:37615)) [    ] o.a.z.ClientCnxn Session 0x100134a9407000e for server localhost.localdomain/127.0.0.1:37615, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.nio.channels.CancelledKeyException: null
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:77) ~[?:?]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.enableWrite(ClientCnxnSocketNIO.java:389) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:373) ~[zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1145) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 554912 WARN  (zkConnectionManagerCallback-2929-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@79b79910 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 554912 WARN  (zkConnectionManagerCallback-2929-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 554966 WARN  (zkConnectionManagerCallback-2949-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4aee48cd name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 554966 WARN  (zkConnectionManagerCallback-2949-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 554990 WARN  (zkConnectionManagerCallback-2937-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3b5635f name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 554990 WARN  (zkConnectionManagerCallback-2937-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 555003 WARN  (zkConnectionManagerCallback-2953-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4873a487 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 555003 WARN  (zkConnectionManagerCallback-2953-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 556016 INFO  (zkConnectionManagerCallback-2965-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 556100 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100134a94070004, likely client has closed socket
   [junit4]   2> 556139 INFO  (zkConnectionManagerCallback-2929-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 556196 INFO  (zkConnectionManagerCallback-2953-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 556320 INFO  (zkConnectionManagerCallback-2937-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 556891 INFO  (zkConnectionManagerCallback-2949-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   1> / (1)
   [junit4]   1>  /collections (2)
   [junit4]   1>   /collections/collection1 (2)
   [junit4]   1>    /collections/collection1/leaders (1)
   [junit4]   1>     /collections/collection1/leaders/shard1 (0)
   [junit4]   1>    /collections/collection1/leader_elect (1)
   [junit4]   1>     /collections/collection1/leader_elect/shard1 (1)
   [junit4]   1>      /collections/collection1/leader_elect/shard1/election (14)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922320-shard113-n_0000000007 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922312-shard15-n_0000000008 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922322-shard115-n_0000000003 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922316-shard19-n_0000000010 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922308-shard11-n_0000000001 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922319-shard112-n_0000000014 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922314-shard17-n_0000000011 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922311-shard14-n_0000000002 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922313-shard16-n_0000000013 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922323-shard116-n_0000000004 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922321-shard114-n_0000000005 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922315-shard18-n_0000000006 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922318-shard111-n_0000000012 (0)
   [junit4]   1>       /collections/collection1/leader_elect/shard1/election/72078805069922317-shard110-n_0000000009 (0)
   [junit4]   1>   /collections/collection2 (0)
   [junit4]   1> 
   [junit4]   2> 586149 INFO  (TEST-LeaderElectionTest.testStressElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 586149 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100134a94070000, likely client has closed socket
   [junit4]   2> 586151 INFO  (TEST-LeaderElectionTest.testStressElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37615
   [junit4]   2> 586151 INFO  (TEST-LeaderElectionTest.testStressElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37615
   [junit4]   2> 586151 INFO  (TEST-LeaderElectionTest.testStressElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStressElection
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderElectionTest -Dtests.method=testStressElection -Dtests.seed=149FD44F2D278CBA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=or -Dtests.timezone=Africa/Harare -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   41.9s J1 | LeaderElectionTest.testStressElection <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Could not get leader props for collection1 shard1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([149FD44F2D278CBA:EBC900E14A699DA9]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElectionTest.getLeaderUrl(LeaderElectionTest.java:262)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElectionTest.getLeaderThread(LeaderElectionTest.java:415)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElectionTest.testStressElection(LeaderElectionTest.java:524)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 586157 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParallelElection
   [junit4]   2> 586157 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 586157 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 586157 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2965-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5d9604b3 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2937-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3b5635f name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2965-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2957-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@643d46af name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2949-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4aee48cd name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2957-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2949-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2953-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4873a487 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2933-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@477001ac name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2961-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fa01817 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2953-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2933-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2961-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2929-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@79b79910 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2929-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2945-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@66057b94 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2973-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7faf5c6e name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2945-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2973-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2937-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2925-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4b434e29 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2925-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2941-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3283c8d0 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2941-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2969-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6cb8c77 name: ZooKeeperConnection Watcher:127.0.0.1:37615/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 586250 WARN  (zkConnectionManagerCallback-2969-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 586257 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer start zk server on port:43985
   [junit4]   2> 586257 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43985
   [junit4]   2> 586257 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43985
   [junit4]   2> 586259 INFO  (zkConnectionManagerCallback-2977-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586262 INFO  (zkConnectionManagerCallback-2979-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586263 INFO  (zkConnectionManagerCallback-2981-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586265 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.LeaderElectionTest Testing parallel election across 13 shards
   [junit4]   2> 586266 INFO  (zkConnectionManagerCallback-2985-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586267 INFO  (Thread-parshard21) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard2
   [junit4]   2> 586268 INFO  (Thread-parshard61) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard6
   [junit4]   2> 586268 INFO  (Thread-parshard71) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard7
   [junit4]   2> 586268 INFO  (Thread-parshard41) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard4
   [junit4]   2> 586268 INFO  (Thread-parshard51) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard5
   [junit4]   2> 586268 INFO  (Thread-parshard11) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard1
   [junit4]   2> 586269 INFO  (Thread-parshard31) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard3
   [junit4]   2> 586269 INFO  (Thread-parshard21) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard2/leader after winning as /collections/collection1/leader_elect/parshard2/election/72078807814569987-parshard21-n_0000000000
   [junit4]   2> 586269 INFO  (Thread-parshard111) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard11
   [junit4]   2> 586269 INFO  (Thread-parshard61) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard6/leader after winning as /collections/collection1/leader_elect/parshard6/election/72078807814569987-parshard61-n_0000000000
   [junit4]   2> 586269 INFO  (Thread-parshard131) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard13
   [junit4]   2> 586269 INFO  (Thread-parshard121) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard12
   [junit4]   2> 586269 INFO  (Thread-parshard101) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard10
   [junit4]   2> 586270 INFO  (Thread-parshard91) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard9
   [junit4]   2> 586270 INFO  (Thread-parshard81) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard8
   [junit4]   2> 586270 INFO  (Thread-parshard71) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard7/leader after winning as /collections/collection1/leader_elect/parshard7/election/72078807814569987-parshard71-n_0000000000
   [junit4]   2> 586271 INFO  (Thread-parshard51) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard5/leader after winning as /collections/collection1/leader_elect/parshard5/election/72078807814569987-parshard51-n_0000000000
   [junit4]   2> 586271 INFO  (Thread-parshard41) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard4/leader after winning as /collections/collection1/leader_elect/parshard4/election/72078807814569987-parshard41-n_0000000000
   [junit4]   2> 586271 INFO  (Thread-parshard11) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard1/leader after winning as /collections/collection1/leader_elect/parshard1/election/72078807814569987-parshard11-n_0000000000
   [junit4]   2> 586271 INFO  (Thread-parshard31) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard3/leader after winning as /collections/collection1/leader_elect/parshard3/election/72078807814569987-parshard31-n_0000000000
   [junit4]   2> 586272 INFO  (Thread-parshard111) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard11/leader after winning as /collections/collection1/leader_elect/parshard11/election/72078807814569987-parshard111-n_0000000000
   [junit4]   2> 586272 INFO  (Thread-parshard121) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard12/leader after winning as /collections/collection1/leader_elect/parshard12/election/72078807814569987-parshard121-n_0000000000
   [junit4]   2> 586272 INFO  (Thread-parshard91) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard9/leader after winning as /collections/collection1/leader_elect/parshard9/election/72078807814569987-parshard91-n_0000000000
   [junit4]   2> 586272 INFO  (Thread-parshard131) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard13/leader after winning as /collections/collection1/leader_elect/parshard13/election/72078807814569987-parshard131-n_0000000000
   [junit4]   2> 586272 INFO  (Thread-parshard81) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard8/leader after winning as /collections/collection1/leader_elect/parshard8/election/72078807814569987-parshard81-n_0000000000
   [junit4]   2> 586272 INFO  (Thread-parshard101) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard10/leader after winning as /collections/collection1/leader_elect/parshard10/election/72078807814569987-parshard101-n_0000000000
   [junit4]   2> 586368 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.LeaderElectionTest First replicas brought up and registered
   [junit4]   2> 586369 INFO  (zkConnectionManagerCallback-2989-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586371 INFO  (Thread-parshard12) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard1
   [junit4]   2> 586372 INFO  (Thread-parshard62) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard6
   [junit4]   2> 586372 INFO  (Thread-parshard82) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard8
   [junit4]   2> 586372 INFO  (Thread-parshard72) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard7
   [junit4]   2> 586372 INFO  (Thread-parshard42) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard4
   [junit4]   2> 586372 INFO  (Thread-parshard52) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard5
   [junit4]   2> 586373 INFO  (Thread-parshard32) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard3
   [junit4]   2> 586373 INFO  (Thread-parshard22) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard2
   [junit4]   2> 586373 INFO  (Thread-parshard132) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard13
   [junit4]   2> 586373 INFO  (Thread-parshard122) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard12
   [junit4]   2> 586373 INFO  (Thread-parshard102) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard10
   [junit4]   2> 586373 INFO  (Thread-parshard112) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard11
   [junit4]   2> 586373 INFO  (Thread-parshard92) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/parshard9
   [junit4]   2> 586471 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.LeaderElectionTest Second replicas brought up and registered
   [junit4]   2> 586473 INFO  (zkCallback-2988-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard3/leader after winning as /collections/collection1/leader_elect/parshard3/election/72078807814569988-parshard32-n_0000000001
   [junit4]   2> 586473 INFO  (zkCallback-2988-thread-2) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard6/leader after winning as /collections/collection1/leader_elect/parshard6/election/72078807814569988-parshard62-n_0000000001
   [junit4]   2> 586473 INFO  (zkCallback-2988-thread-3) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard9/leader after winning as /collections/collection1/leader_elect/parshard9/election/72078807814569988-parshard92-n_0000000001
   [junit4]   2> 586473 INFO  (zkCallback-2988-thread-4) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard11/leader after winning as /collections/collection1/leader_elect/parshard11/election/72078807814569988-parshard112-n_0000000001
   [junit4]   2> 586473 INFO  (zkCallback-2988-thread-5) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard4/leader after winning as /collections/collection1/leader_elect/parshard4/election/72078807814569988-parshard42-n_0000000001
   [junit4]   2> 586473 INFO  (zkCallback-2988-thread-6) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard7/leader after winning as /collections/collection1/leader_elect/parshard7/election/72078807814569988-parshard72-n_0000000001
   [junit4]   2> 586473 INFO  (zkCallback-2988-thread-8) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard8/leader after winning as /collections/collection1/leader_elect/parshard8/election/72078807814569988-parshard82-n_0000000001
   [junit4]   2> 586473 INFO  (zkCallback-2988-thread-9) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard10/leader after winning as /collections/collection1/leader_elect/parshard10/election/72078807814569988-parshard102-n_0000000001
   [junit4]   2> 586473 INFO  (zkCallback-2988-thread-7) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard12/leader after winning as /collections/collection1/leader_elect/parshard12/election/72078807814569988-parshard122-n_0000000001
   [junit4]   2> 586474 INFO  (zkCallback-2988-thread-1) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586474 INFO  (zkCallback-2988-thread-11) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard2/leader after winning as /collections/collection1/leader_elect/parshard2/election/72078807814569988-parshard22-n_0000000001
   [junit4]   2> 586474 INFO  (zkCallback-2988-thread-12) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard5/leader after winning as /collections/collection1/leader_elect/parshard5/election/72078807814569988-parshard52-n_0000000001
   [junit4]   2> 586474 INFO  (zkCallback-2988-thread-10) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard1/leader after winning as /collections/collection1/leader_elect/parshard1/election/72078807814569988-parshard12-n_0000000001
   [junit4]   2> 586474 INFO  (zkCallback-2988-thread-13) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/parshard13/leader after winning as /collections/collection1/leader_elect/parshard13/election/72078807814569988-parshard132-n_0000000001
   [junit4]   2> 586474 INFO  (zkCallback-2988-thread-5) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586474 INFO  (zkCallback-2988-thread-3) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586474 INFO  (zkCallback-2988-thread-2) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586475 INFO  (zkCallback-2988-thread-13) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586475 INFO  (zkCallback-2988-thread-10) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586475 INFO  (zkCallback-2988-thread-12) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586475 INFO  (zkCallback-2988-thread-11) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586475 INFO  (zkCallback-2988-thread-7) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586475 INFO  (zkCallback-2988-thread-9) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586475 INFO  (zkCallback-2988-thread-8) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586475 INFO  (zkCallback-2988-thread-4) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 586476 INFO  (zkCallback-2988-thread-6) [    ] o.a.s.c.LeaderElectionTest Sleeping for 3333ms to simulate leadership takeover delay
   [junit4]   2> 589811 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 589811 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100134b379f0002, likely client has closed socket
   [junit4]   2> 589813 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43985
   [junit4]   2> 589813 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43985
   [junit4]   2> 589813 INFO  (TEST-LeaderElectionTest.testParallelElection-seed#[149FD44F2D278CBA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParallelElection
   [junit4]   2> 589819 INFO  (TEST-LeaderElectionTest.testBasic-seed#[149FD44F2D278CBA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasic
   [junit4]   2> 589819 INFO  (TEST-LeaderElectionTest.testBasic-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 589819 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 589819 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 589919 INFO  (TEST-LeaderElectionTest.testBasic-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer start zk server on port:45961
   [junit4]   2> 589919 INFO  (TEST-LeaderElectionTest.testBasic-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45961
   [junit4]   2> 589919 INFO  (TEST-LeaderElectionTest.testBasic-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45961
   [junit4]   2> 589921 INFO  (zkConnectionManagerCallback-2993-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589923 INFO  (zkConnectionManagerCallback-2995-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589924 INFO  (zkConnectionManagerCallback-2997-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589926 INFO  (TEST-LeaderElectionTest.testBasic-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 589927 INFO  (TEST-LeaderElectionTest.testBasic-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72078808054562818-dummynode1-n_0000000000
   [junit4]   2> 589929 INFO  (TEST-LeaderElectionTest.testBasic-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 589930 INFO  (TEST-LeaderElectionTest.testBasic-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45961
   [junit4]   2> 589930 INFO  (TEST-LeaderElectionTest.testBasic-seed#[149FD44F2D278CBA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45961
   [junit4]   2> 589930 INFO  (TEST-LeaderElectionTest.testBasic-seed#[149FD44F2D278CBA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBasic
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionTest_149FD44F2D278CBA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=or, timezone=Africa/Harare
   [junit4]   2> NOTE: Linux 4.15.0-45-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=365254528,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [LukeRequestHandlerTest, StressHdfsTest, SolrCloudExampleTest, TestPHPSerializedResponseWriter, ShardSplitTest, DistanceFunctionTest, BadComponentTest, CurrencyFieldTypeTest, SuggesterFSTTest, HdfsRestartWhileUpdatingTest, TestMinMaxOnMultiValuedField, TestPartialUpdateDeduplication, DocValuesNotIndexedTest, TestSchemaSimilarityResource, SimplePostToolTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestManagedResourceStorage, SchemaVersionSpecificBehaviorTest, TestSolrXml, FastVectorHighlighterTest, ConfigureRecoveryStrategyTest, TestIndexingPerformance, PhrasesIdentificationComponentTest, AtomicUpdatesTest, TestSolrQueryParser, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestAuthorizationFramework, TestDownShardTolerantSearch, TestSolrConfigHandlerConcurrent, CoreMergeIndexesAdminHandlerTest, TestBlendedInfixSuggestions, TestRecoveryHdfs, HLLUtilTest, ExplicitHLLTest, TestEmbeddedSolrServerSchemaAPI, CoreAdminHandlerTest, SolrGraphiteReporterTest, NodeAddedTriggerIntegrationTest, TransactionLogTest, TestIntervalFaceting, TestManagedSynonymGraphFilterFactory, TemplateUpdateProcessorTest, TestPrepRecovery, TestSolrCloudWithHadoopAuthPlugin, TestLMDirichletSimilarityFactory, TestSolrCloudWithDelegationTokens, TestCloudNestedDocsSort, SortSpecParsingTest, MoveReplicaHDFSFailoverTest, DirectSolrConnectionTest, RequestLoggingTest, PrimitiveFieldTypeTest, UtilsToolTest, SaslZkACLProviderTest, CheckHdfsIndexTest, VersionInfoTest, SearchRateTriggerIntegrationTest, TestJsonFacetsWithNestedObjects, TestSha256AuthenticationProvider, SystemInfoHandlerTest, ScheduledMaintenanceTriggerTest, TestCloudPivotFacet, LeaderElectionTest]
   [junit4] Completed [275/838 (1!)] on J1 in 58.03s, 5 tests, 1 error <<< FAILURES!

[...truncated 44372 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.7-Linux/154/consoleText

[repro] Revision: 0bad38439d0e64aaf80353eaa54282c9a0879718

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=LeaderElectionTest -Dtests.method=testStressElection -Dtests.seed=149FD44F2D278CBA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=or -Dtests.timezone=Africa/Harare -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       LeaderElectionTest
[repro] ant compile-test

[...truncated 3588 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.LeaderElectionTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=149FD44F2D278CBA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=or -Dtests.timezone=Africa/Harare -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 95 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.LeaderElectionTest
[repro] Exiting with code 0

[...truncated 43 lines...]

[JENKINS-EA] Lucene-Solr-7.7-Linux (64bit/jdk-12-ea+23) - Build # 155 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.7-Linux/155/
Java: 64bit/jdk-12-ea+23 -XX:+UseCompressedOops -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 14909 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-core/test/temp/junit4-J0-20190209_140632_367447831851719483431.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x00007fa479ef046c, pid=20059, tid=20092
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (12.0+23) (build 12-ea+23)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (12-ea+23, mixed mode, sharing, tiered, compressed oops, serial gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [libjvm.so+0xce046c]  PhaseIdealLoop::split_up(Node*, Node*, Node*) [clone .part.38]+0x47c
   [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-7.7-Linux/solr/build/solr-core/test/J0/hs_err_pid20059.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-core/test/J0/replay_pid20059.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   http://bugreport.java.com/bugreport/crash.jsp
   [junit4] #
   [junit4] <<< JVM J0: EOF ----

[...truncated 680 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: /home/jenkins/tools/java/64bit/jdk-12-ea+23/bin/java -XX:+UseCompressedOops -XX:+UseSerialGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-7.7-Linux/heapdumps -ea -esa --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=FA5CA203D7D48984 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=7.7.0 -Dtests.cleanthreads=perClass -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=3 -DtempDir=./temp -Djava.io.tmpdir=./temp -Dcommon.dir=/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/tools/junit4/solr-tests.policy -Dtests.LUCENE_VERSION=7.7.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=/home/jenkins/workspace/Lucene-Solr-7.7-Linux -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-core/test/J0 -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-core/test/temp -Djunit4.childvm.id=0 -Djunit4.childvm.count=3 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=false -classpath /home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-core/classes/test:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/test-framework/lib/junit4-ant-2.7.2.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/src/test-files:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-solrj/classes/java:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-core/classes/java:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/analysis/common/lucene-analyzers-common-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/analysis/nori/lucene-analyzers-nori-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/codecs/lucene-codecs-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/backward-codecs/lucene-backward-codecs-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/highlighter/lucene-highlighter-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/memory/lucene-memory-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/misc/lucene-misc-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/spatial-extras/lucene-spatial-extras-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/spatial3d/lucene-spatial3d-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/expressions/lucene-expressions-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/suggest/lucene-suggest-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/grouping/lucene-grouping-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/queries/lucene-queries-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/queryparser/lucene-queryparser-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/join/lucene-join-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/sandbox/lucene-sandbox-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/classification/lucene-classification-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/asm-5.1.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/asm-commons-5.1.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/avatica-core-1.10.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/caffeine-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/calcite-core-1.13.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/calcite-linq4j-1.13.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/commons-cli-1.2.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/commons-codec-1.11.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/commons-compiler-2.7.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/commons-configuration-1.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/commons-exec-1.3.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/commons-fileupload-1.3.3.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/commons-io-2.5.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/commons-lang-2.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/commons-lang3-3.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/commons-math3-3.6.1.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/curator-client-2.8.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/curator-framework-2.8.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/curator-recipes-2.8.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/disruptor-3.4.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/dom4j-1.6.1.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/eigenbase-properties-1.1.5.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/guava-14.0.1.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/hadoop-annotations-2.7.4.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/hadoop-auth-2.7.4.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/hadoop-common-2.7.4.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/hadoop-hdfs-2.7.4.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/hppc-0.8.1.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/htrace-core-3.2.0-incubating.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/jackson-annotations-2.9.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/jackson-core-2.9.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/jackson-core-asl-1.9.13.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/jackson-databind-2.9.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/jackson-dataformat-smile-2.9.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/jackson-mapper-asl-1.9.13.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/janino-2.7.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/jcl-over-slf4j-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/joda-time-2.2.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/log4j-1.2-api-2.11.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/log4j-api-2.11.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/log4j-core-2.11.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/log4j-slf4j-impl-2.11.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/org.restlet-2.3.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/org.restlet.ext.servlet-2.3.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/protobuf-java-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/rrd4j-3.2.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/spatial4j-0.7.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/lib/t-digest-3.1.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/solrj/lib/commons-io-2.5.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/solrj/lib/commons-math3-3.6.1.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/solrj/lib/httpclient-4.5.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/solrj/lib/httpcore-4.4.10.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/solrj/lib/httpmime-4.5.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/solrj/lib/jcl-over-slf4j-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/solrj/lib/noggit-0.8.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/solrj/lib/slf4j-api-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/solrj/lib/stax2-api-3.1.4.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/solrj/lib/zookeeper-3.4.13.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/gmetric4j-1.0.7.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/javax.servlet-api-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-continuation-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-deploy-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-http-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-io-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-jmx-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-rewrite-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-security-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-server-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-servlet-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-servlets-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-util-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-webapp-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/jetty-xml-9.4.14.v20181114.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/metrics-core-3.2.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/metrics-ganglia-3.2.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/metrics-graphite-3.2.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/metrics-jetty9-3.2.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/server/lib/metrics-jvm-3.2.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.2.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/antlr-2.7.7.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-core-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-core-api-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-core-avl-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-core-shared-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-i18n-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptor-kerberos-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/api-all-1.0.0-M20.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/bcprov-jdk15on-1.60.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/byte-buddy-1.9.3.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/ehcache-core-2.4.4.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/jersey-core-1.9.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/jersey-server-1.9.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/jetty-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/jetty-util-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/mina-core-2.0.0-M5.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/mockito-core-2.23.4.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/netty-all-4.0.36.Final.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/core/test-lib/objenesis-2.6.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-7.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/home/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-core/test/temp/junit4-J0-20190209_140632_3679156413763842219259.events @/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build/solr-core/test/temp/junit4-J0-20190209_140632_36710684731625274235263.suites -stdin
   [junit4] ERROR: JVM J0 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-7.7-Linux/solr/build/solr-core/test/temp/junit4-J0-20190209_140632_367447831851719483431.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-7.7-Linux/build.xml:633: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.7-Linux/build.xml:577: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.7-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/build.xml:267: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.7-Linux/solr/common-build.xml:558: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/common-build.xml:1572: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.7-Linux/lucene/common-build.xml:1099: 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-7.7-Linux/solr/build/solr-core/test/temp/junit4-J0-20190209_140632_367447831851719483431.sysout

Total time: 54 minutes 16 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