Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/141/
Java: 64bit/jdk-12-ea+23 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin.testBasics

Error Message:
Error from server at http://127.0.0.1:33199/solr: Expected mime type 
application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 403 
GSSException: Failure unspecified at GSS-API level (Mechanism level: Invalid 
argument (400) - Cannot find key of appropriate type to decrypt AP-REQ - AES128 
CTS mode with HMAC SHA1-96)</title> </head> <body><h2>HTTP ERROR 403</h2> 
<p>Problem accessing /solr/admin/collections. Reason: <pre>    GSSException: 
Failure unspecified at GSS-API level (Mechanism level: Invalid argument (400) - 
Cannot find key of appropriate type to decrypt AP-REQ - AES128 CTS mode with 
HMAC SHA1-96)</pre></p><hr><a href="http://eclipse.org/jetty";>Powered by 
Jetty:// 9.4.14.v20181114</a><hr/>  </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33199/solr: Expected mime type 
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 403 GSSException: Failure unspecified at GSS-API level (Mechanism 
level: Invalid argument (400) - Cannot find key of appropriate type to decrypt 
AP-REQ - AES128 CTS mode with HMAC SHA1-96)</title>
</head>
<body><h2>HTTP ERROR 403</h2>
<p>Problem accessing /solr/admin/collections. Reason:
<pre>    GSSException: Failure unspecified at GSS-API level (Mechanism level: 
Invalid argument (400) - Cannot find key of appropriate type to decrypt AP-REQ 
- AES128 CTS mode with HMAC SHA1-96)</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.14.v20181114</a><hr/>

</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([79E3BD9A18FE52B9:443B13B620100CC9]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:614)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:213)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin.testCollectionCreateSearchDelete(TestSolrCloudWithHadoopAuthPlugin.java:119)
        at 
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin.testBasics(TestSolrCloudWithHadoopAuthPlugin.java:107)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:835)




Build Log:
[...truncated 13981 lines...]
   [junit4] Suite: 
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/init-core-data-001
   [junit4]   2> 837256 WARN  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=62 numCloses=62
   [junit4]   2> 837256 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 837257 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 837257 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 837394 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-002
   [junit4]   2> 837394 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 837394 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 837394 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 837494 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41237
   [junit4]   2> 837494 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41237
   [junit4]   2> 837495 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41237
   [junit4]   2> 837499 WARN  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker-SendThread(localhost.localdomain:41237))
 [    ] o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 837503 WARN  (zkConnectionManagerCallback-7346-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1305044c name: 
ZooKeeperConnection Watcher:127.0.0.1:41237 got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 837503 WARN  (zkConnectionManagerCallback-7346-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 837503 INFO  (zkConnectionManagerCallback-7346-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 837508 WARN  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker-SendThread(localhost.localdomain:41237))
 [    ] o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 837513 WARN  (zkConnectionManagerCallback-7348-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1cf867e name: 
ZooKeeperConnection Watcher:127.0.0.1:41237/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 837513 WARN  (zkConnectionManagerCallback-7348-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 837513 INFO  (zkConnectionManagerCallback-7348-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 837519 WARN  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker-SendThread(localhost.localdomain:41237))
 [    ] o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 837519 WARN  (zkConnectionManagerCallback-7350-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@67b1a04 name: 
ZooKeeperConnection Watcher:127.0.0.1:41237 got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 837519 WARN  (zkConnectionManagerCallback-7350-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 837520 INFO  (zkConnectionManagerCallback-7350-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 837522 WARN  (jetty-launcher-7351-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 837522 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 837522 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 837522 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12-ea+23
   [junit4]   2> 837528 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 837528 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 837528 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 837530 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5537a062{/solr,null,AVAILABLE}
   [junit4]   2> 837532 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5745c6a3{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33199}
   [junit4]   2> 837532 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.e.j.s.Server Started @837567ms
   [junit4]   2> 837532 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33199}
   [junit4]   2> 837532 ERROR (jetty-launcher-7351-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 837532 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 837532 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 837532 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 837532 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 837532 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-07T07:00:57.320771Z
   [junit4]   2> 837533 WARN  
(jetty-launcher-7351-thread-1-SendThread(localhost.localdomain:41237)) [    ] 
o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 837533 WARN  (zkConnectionManagerCallback-7353-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f274408 name: 
ZooKeeperConnection Watcher:127.0.0.1:41237/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 837533 WARN  (zkConnectionManagerCallback-7353-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 837534 INFO  (zkConnectionManagerCallback-7353-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 837534 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 837607 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 837608 WARN  (jetty-launcher-7351-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@610370ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 837611 WARN  (jetty-launcher-7351-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@296b0a69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 837612 INFO  (jetty-launcher-7351-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41237/solr
   [junit4]   2> 837613 WARN  
(jetty-launcher-7351-thread-1-SendThread(localhost.localdomain:41237)) [    ] 
o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 837613 WARN  (zkConnectionManagerCallback-7359-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5a3d065b name: 
ZooKeeperConnection Watcher:127.0.0.1:41237 got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 837613 WARN  (zkConnectionManagerCallback-7359-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 837613 INFO  (zkConnectionManagerCallback-7359-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 837615 WARN  
(jetty-launcher-7351-thread-1-SendThread(localhost.localdomain:41237)) [    ] 
o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 837615 WARN  (zkConnectionManagerCallback-7361-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a8b28d7 name: 
ZooKeeperConnection Watcher:127.0.0.1:41237/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 837615 WARN  (zkConnectionManagerCallback-7361-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 837615 INFO  (zkConnectionManagerCallback-7361-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 837655 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33199_solr
   [junit4]   2> 837655 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.c.Overseer Overseer 
(id=72066954843062277-127.0.0.1:33199_solr-n_0000000000) starting
   [junit4]   2> 837657 WARN  
(jetty-launcher-7351-thread-1-SendThread(localhost.localdomain:41237)) [    ] 
o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 837657 WARN  (zkConnectionManagerCallback-7368-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6a014d0d name: 
ZooKeeperConnection Watcher:127.0.0.1:41237/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 837657 WARN  (zkConnectionManagerCallback-7368-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 837658 INFO  (zkConnectionManagerCallback-7368-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 837659 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41237/solr ready
   [junit4]   2> 837659 INFO  
(OverseerStateUpdate-72066954843062277-127.0.0.1:33199_solr-n_0000000000) 
[n:127.0.0.1:33199_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:33199_solr
   [junit4]   2> 837659 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33199_solr
   [junit4]   2> 837660 INFO  (zkCallback-7367-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 837660 INFO  (zkCallback-7360-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 837660 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.ConfigurableInternodeAuthHadoopPlugin
   [junit4]   2> 837663 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder Setting up 
SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 837663 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.s.HadoopAuthPlugin Params: 
{kerberos.principal=HTTP/127.0.0.1, 
kerberos.keytab=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/keytabs,
 type=kerberos, kerberos.name.rules=RULE:[1:$1@$0](.*EXAMPLE.COM)s/@.*//
   [junit4]   2> RULE:[2:$2@$0](.*EXAMPLE.COM)s/@.*//
   [junit4]   2> DEFAULT}
   [junit4]   2> 837664 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder Setting up 
SPNego auth with config: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 837674 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 837696 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33199.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@759111c1
   [junit4]   2> 837708 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33199.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@759111c1
   [junit4]   2> 837708 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33199.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@759111c1
   [junit4]   2> 837709 INFO  (jetty-launcher-7351-thread-1) 
[n:127.0.0.1:33199_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-002/node1/.
   [junit4]   2> 837725 WARN  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker-SendThread(localhost.localdomain:41237))
 [    ] o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 837725 WARN  (zkConnectionManagerCallback-7374-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1fc5a80d name: 
ZooKeeperConnection Watcher:127.0.0.1:41237/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 837725 WARN  (zkConnectionManagerCallback-7374-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 837725 INFO  (zkConnectionManagerCallback-7374-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 837726 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 837726 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41237/solr ready
   [junit4]   2> 837734 INFO  
(TEST-TestSolrCloudWithHadoopAuthPlugin.testBasics-seed#[79E3BD9A18FE52B9]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting testBasics
   [junit4]   1> Debug is  true storeKey true useTicketCache false useKeyTab 
true doNotPrompt false ticketCache is null isInitiator true KeyTab is 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001/tempDir-001/minikdc/keytabs
 refreshKrb5Config is true principal is solr tryFirstPass is false useFirstPass 
is false storePass is false clearPass is false
   [junit4]   1> Refreshing Kerberos configuration
   [junit4]   2> 837740 INFO  (pool-124-thread-1) [    ] 
o.a.k.k.k.s.r.KdcRequest The preauth data is empty.
   [junit4]   2> 837741 INFO  (pool-124-thread-1) [    ] o.a.k.k.k.s.KdcHandler 
KRB error occurred while processing request:Additional pre-authentication 
required
   [junit4]   2> 837743 INFO  (pool-124-thread-1) [    ] 
o.a.k.k.k.s.r.AsRequest AS_REQ ISSUE: authtime 1549522857531,s...@example.com 
for krbtgt/example....@example.com
   [junit4]   1> principal is s...@example.com
   [junit4]   1> Will use keytab
   [junit4]   1> Commit Succeeded 
   [junit4]   1> 
   [junit4]   2> 837749 INFO  (pool-124-thread-1) [    ] 
o.a.k.k.k.s.r.TgsRequest TGS_REQ ISSUE: authtime 1549522857537,solr for 
HTTP/127.0....@example.com
   [junit4]   2> 837758 WARN  (qtp270174129-20040) [    ] 
o.a.h.s.a.s.AuthenticationFilter Authentication exception: GSSException: 
Failure unspecified at GSS-API level (Mechanism level: Invalid argument (400) - 
Cannot find key of appropriate type to decrypt AP-REQ - AES128 CTS mode with 
HMAC SHA1-96)
   [junit4]   2> 837759 INFO  
(TEST-TestSolrCloudWithHadoopAuthPlugin.testBasics-seed#[79E3BD9A18FE52B9]) [   
 ] o.a.s.SolrTestCaseJ4 ###Ending testBasics
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithHadoopAuthPlugin -Dtests.method=testBasics 
-Dtests.seed=79E3BD9A18FE52B9 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=so -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.03s J2 | TestSolrCloudWithHadoopAuthPlugin.testBasics <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33199/solr: Expected mime type 
application/octet-stream but got text/html. <html>
   [junit4]    > <head>
   [junit4]    > <meta http-equiv="Content-Type" 
content="text/html;charset=utf-8"/>
   [junit4]    > <title>Error 403 GSSException: Failure unspecified at GSS-API 
level (Mechanism level: Invalid argument (400) - Cannot find key of appropriate 
type to decrypt AP-REQ - AES128 CTS mode with HMAC SHA1-96)</title>
   [junit4]    > </head>
   [junit4]    > <body><h2>HTTP ERROR 403</h2>
   [junit4]    > <p>Problem accessing /solr/admin/collections. Reason:
   [junit4]    > <pre>    GSSException: Failure unspecified at GSS-API level 
(Mechanism level: Invalid argument (400) - Cannot find key of appropriate type 
to decrypt AP-REQ - AES128 CTS mode with HMAC SHA1-96)</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.14.v20181114</a><hr/>
   [junit4]    > </body>
   [junit4]    > </html>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([79E3BD9A18FE52B9:443B13B620100CC9]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:614)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:213)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
   [junit4]    >        at 
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin.testCollectionCreateSearchDelete(TestSolrCloudWithHadoopAuthPlugin.java:119)
   [junit4]    >        at 
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin.testBasics(TestSolrCloudWithHadoopAuthPlugin.java:107)
   [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:567)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 837762 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.k.k.k.s.i.DefaultInternalKdcServerImpl Default Internal kdc server stopped.
   [junit4]   2> 838793 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=149331248
   [junit4]   2> 838793 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33199_solr
   [junit4]   2> 838793 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 838794 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:33199_solr as DOWN
   [junit4]   2> 838794 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 838808 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 838808 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f36836d: rootName = 
solr_33199, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@7fbfb37c
   [junit4]   2> 838818 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 838818 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4bad31ed: rootName = 
solr_33199, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@332d39bf
   [junit4]   2> 838837 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 838837 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@21dcbb80: rootName = 
solr_33199, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@4691df2d
   [junit4]   2> 838837 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@62c42815[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@50320277[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 838858 INFO  (closeThreadPool-7378-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72066954843062277-127.0.0.1:33199_solr-n_0000000000) closing
   [junit4]   2> 838858 INFO  
(OverseerAutoScalingTriggerThread-72066954843062277-127.0.0.1:33199_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 838863 INFO  
(OverseerStateUpdate-72066954843062277-127.0.0.1:33199_solr-n_0000000000) 
[n:127.0.0.1:33199_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:33199_solr
   [junit4]   2> 838863 INFO  (zkCallback-7367-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 838878 INFO  (closeThreadPool-7378-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72066954843062277-127.0.0.1:33199_solr-n_0000000000) closing
   [junit4]   2> 838878 INFO  (jetty-closer-7375-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72066954843062277-127.0.0.1:33199_solr-n_0000000000) closing
   [junit4]   2> 838880 INFO  (jetty-closer-7375-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5745c6a3{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 838880 INFO  (jetty-closer-7375-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5537a062{/solr,null,UNAVAILABLE}
   [junit4]   2> 838880 INFO  (jetty-closer-7375-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 838880 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 838893 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 838894 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41237
   [junit4]   2> 838894 INFO  
(SUITE-TestSolrCloudWithHadoopAuthPlugin-seed#[79E3BD9A18FE52B9]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41237
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin_79E3BD9A18FE52B9-001
   [junit4]   2> Feb 07, 2019 7:00:58 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene80, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@731c788f),
 locale=so, timezone=Asia/Novokuznetsk
   [junit4]   2> NOTE: Linux 4.15.0-45-generic amd64/Oracle Corporation 12-ea 
(64-bit)/cpus=8,threads=1,free=213491032,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestReplicationHandlerDiskOverFlow, SolrIndexMetricsTest, 
SimpleCollectionCreateDeleteTest, TestAuthorizationFramework, 
TestUseDocValuesAsStored, ClassificationUpdateProcessorIntegrationTest, 
TestSimTriggerIntegration, OverseerRolesTest, ClusterStateTest, 
TestFieldCacheWithThreads, TestCloudNestedDocsSort, TestLegacyFieldReuse, 
TestUpdate, ShufflingReplicaListTransformerTest, ZkNodePropsTest, SolrCoreTest, 
DistributedFacetPivotSmallAdvancedTest, TestCloudPseudoReturnFields, 
CheckHdfsIndexTest, TestManagedResourceStorage, TestSearchPerf, FileUtilsTest, 
TestSimpleTextCodec, TestLeaderElectionWithEmptyReplica, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestExtendedDismaxParser, 
TestCloudSchemaless, TestSchemaSimilarityResource, 
TestManagedSchemaThreadSafety, HdfsDirectoryFactoryTest, 
PreAnalyzedFieldManagedSchemaCloudTest, ScheduledTriggerIntegrationTest, 
TestChildDocTransformer, NodeAddedTriggerTest, CollectionStateFormat2Test, 
QueryEqualityTest, TestPullReplica, TestComplexPhraseLeadingWildcard, 
TestStressInPlaceUpdates, TestTrieFacet, ResourceLoaderTest, ScriptEngineTest, 
TestRTGBase, SystemInfoHandlerTest, IndexSchemaTest, UpdateParamsTest, 
ParsingFieldUpdateProcessorsTest, TestSimDistribStateManager, 
SuggesterWFSTTest, ReturnFieldsTest, TestSweetSpotSimilarityFactory, 
EnumFieldTest, TestDFISimilarityFactory, ActionThrottleTest, 
TestSSLRandomization, AtomicUpdateProcessorFactoryTest, CreateRoutedAliasTest, 
TestManagedSynonymGraphFilterFactory, TaggerTest, SoftAutoCommitTest, 
LeaderFailoverAfterPartitionTest, HighlighterTest, TestExpandComponent, 
DirectUpdateHandlerTest, AnalyticsMergeStrategyTest, ShardRoutingCustomTest, 
BadComponentTest, SliceStateTest, TestSmileRequest, DirectSolrConnectionTest, 
MultiThreadedOCPTest, TestFuzzyAnalyzedSuggestions, CoreAdminHandlerTest, 
TestReversedWildcardFilterFactory, HdfsRecoverLeaseTest, TestStressLucene, 
TestSimNodeAddedTrigger, TestEmbeddedSolrServerSchemaAPI, 
CdcrRequestHandlerTest, TestJsonFacetsWithNestedObjects, 
SolrMetricReporterTest, TestSolrCloudWithKerberosAlt, MigrateRouteKeyTest, 
DocumentAnalysisRequestHandlerTest, TestSystemIdResolver, TestCustomSort, 
TestExceedMaxTermLength, TestSizeLimitedDistributedMap, TestRawTransformer, 
HdfsAutoAddReplicasIntegrationTest, TestSQLHandler, SpellCheckCollatorTest, 
AutoScalingHandlerTest, MoreLikeThisHandlerTest, 
TestSubQueryTransformerCrossCore, DistributedFacetExistsSmallTest, 
JWTAuthPluginIntegrationTest, LukeRequestHandlerTest, 
TestSlowCompositeReaderWrapper, ByteBuffersDirectoryFactoryTest, 
V2StandaloneTest, TestDocTermOrdsUninvertLimit, HdfsUnloadDistributedZkTest, 
TestScoreJoinQPScore, TestHalfAndHalfDocValues, TestCustomStream, 
TestCloudSearcherWarming, TestDownShardTolerantSearch, 
UniqFieldsUpdateProcessorFactoryTest, RecoveryZkTest, 
CollectionsAPIAsyncDistributedZkTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestFieldTypeResource, 
ReplaceNodeTest, CoreMergeIndexesAdminHandlerTest, 
DistribJoinFromCollectionTest, TestCodecSupport, DistributedMLTComponentTest, 
RequiredFieldsTest, BooleanFieldTest, TestCharFilters, 
NodeMarkersRegistrationTest, TestTolerantUpdateProcessorCloud, 
HealthCheckHandlerTest, SuggestComponentContextFilterQueryTest, 
EmbeddedSolrNoSerializeTest, RollingRestartTest, ConfigSetsAPITest, 
TestRecoveryHdfs, TestSolrCloudWithHadoopAuthPlugin]
   [junit4] Completed [375/843 (1!)] on J2 in 2.76s, 1 test, 1 error <<< 
FAILURES!

[...truncated 44072 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/141/consoleText

[repro] Revision: 199725d5d59c684631d78ce1a8811f3668266bf5

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestSolrCloudWithHadoopAuthPlugin 
-Dtests.method=testBasics -Dtests.seed=79E3BD9A18FE52B9 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=so -Dtests.timezone=Asia/Novokuznetsk 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

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

[...truncated 3577 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestSolrCloudWithHadoopAuthPlugin" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=79E3BD9A18FE52B9 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=so 
-Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[...truncated 75 lines...]
[repro] Failures:
[repro]   0/5 failed: 
org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin
[repro] Exiting with code 0

[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to