Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/330/

2 tests failed.
FAILED:  org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain

Error Message:
Expecting <2 callbacks in buffer, was 2

Stack Trace:
java.lang.AssertionError: Expecting <2 callbacks in buffer, was 2
        at 
__randomizedtesting.SeedInfo.seed([3E0B80CB353B5DAA:8F147FEF85F8CE75]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain(AuditLoggerIntegrationTest.java:128)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        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 
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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.TestLBHttp2SolrClient.testTwoServers

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:42547/solr/collection1/select?q=*%3A*&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: 
http://127.0.0.1:42547/solr/collection1/select?q=*%3A*&wt=javabin&version=2
        at 
__randomizedtesting.SeedInfo.seed([5875ACCAA635B109:F89F02477D7E9F29]:0)
        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:406)
        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:739)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
        at 
org.apache.solr.client.solrj.TestLBHttp2SolrClient.testTwoServers(TestLBHttp2SolrClient.java:186)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        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 
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.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException
        at 
org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:397)
        ... 46 more




Build Log:
[...truncated 13686 lines...]
   [junit4] Suite: org.apache.solr.security.AuditLoggerIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_3E0B80CB353B5DAA-001/init-core-data-001
   [junit4]   2> 1414893 INFO  
(SUITE-AuditLoggerIntegrationTest-seed#[3E0B80CB353B5DAA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1414928 INFO  
(SUITE-AuditLoggerIntegrationTest-seed#[3E0B80CB353B5DAA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1414928 INFO  
(SUITE-AuditLoggerIntegrationTest-seed#[3E0B80CB353B5DAA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1415034 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testSynchronous
   [junit4]   2> 1415040 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_3E0B80CB353B5DAA-001/tempDir-001
   [junit4]   2> 1415040 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1415041 INFO  (auditTestCallback-2633-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 
32992
   [junit4]   2> 1415059 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1415059 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1415158 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.c.ZkTestServer start zk server on port:34839
   [junit4]   2> 1415158 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34839
   [junit4]   2> 1415158 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34839
   [junit4]   2> 1415203 INFO  (zkConnectionManagerCallback-3308-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1415218 INFO  (zkConnectionManagerCallback-3310-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1415219 INFO  (zkConnectionManagerCallback-3312-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1415229 WARN  (jetty-launcher-3313-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1415230 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1415230 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1415230 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1415230 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1415230 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1415231 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1415231 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@fbdee12{/solr,null,AVAILABLE}
   [junit4]   2> 1415282 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1e6a938b{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:44960}
   [junit4]   2> 1415282 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.e.j.s.Server Started @1415575ms
   [junit4]   2> 1415282 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44960}
   [junit4]   2> 1415282 ERROR (jetty-launcher-3313-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1415282 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1415282 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1415282 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1415282 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1415282 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-10T18:53:06.832Z
   [junit4]   2> 1415284 INFO  (zkConnectionManagerCallback-3315-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1415284 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1415830 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1415848 WARN  (jetty-launcher-3313-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7c845eb3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1415881 WARN  (jetty-launcher-3313-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6195aa6c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1415882 INFO  (jetty-launcher-3313-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34839/solr
   [junit4]   2> 1415919 INFO  (zkConnectionManagerCallback-3322-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1416007 INFO  (zkConnectionManagerCallback-3324-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1416503 INFO  (jetty-launcher-3313-thread-1) 
[n:127.0.0.1:44960_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44960_solr
   [junit4]   2> 1416503 INFO  (jetty-launcher-3313-thread-1) 
[n:127.0.0.1:44960_solr    ] o.a.s.c.Overseer Overseer 
(id=74499451474673669-127.0.0.1:44960_solr-n_0000000000) starting
   [junit4]   2> 1416549 INFO  (zkConnectionManagerCallback-3331-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1416551 INFO  (jetty-launcher-3313-thread-1) 
[n:127.0.0.1:44960_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34839/solr ready
   [junit4]   2> 1416553 INFO  (jetty-launcher-3313-thread-1) 
[n:127.0.0.1:44960_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44960_solr
   [junit4]   2> 1416553 INFO  
(OverseerStateUpdate-74499451474673669-127.0.0.1:44960_solr-n_0000000000) 
[n:127.0.0.1:44960_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:44960_solr
   [junit4]   2> 1416555 INFO  (zkCallback-3330-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1416555 INFO  
(OverseerStateUpdate-74499451474673669-127.0.0.1:44960_solr-n_0000000000) 
[n:127.0.0.1:44960_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1416556 INFO  (jetty-launcher-3313-thread-1) 
[n:127.0.0.1:44960_solr    ] o.a.s.c.CoreContainer Initializing auditlogger 
plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 1416746 INFO  (jetty-launcher-3313-thread-1) 
[n:127.0.0.1:44960_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1416856 INFO  (jetty-launcher-3313-thread-1) 
[n:127.0.0.1:44960_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44960.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1416893 INFO  (jetty-launcher-3313-thread-1) 
[n:127.0.0.1:44960_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44960.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1416893 INFO  (jetty-launcher-3313-thread-1) 
[n:127.0.0.1:44960_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44960.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1416906 INFO  (jetty-launcher-3313-thread-1) 
[n:127.0.0.1:44960_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_3E0B80CB353B5DAA-001/tempDir-001/node1/.
   [junit4]   2> 1417108 INFO  (zkConnectionManagerCallback-3337-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1417161 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1417162 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34839/solr ready
   [junit4]   2> 1417218 INFO  (qtp1619708434-8716) [n:127.0.0.1:44960_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1417218 INFO  (qtp1619708434-8716) [n:127.0.0.1:44960_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1417969 INFO  (qtp1619708434-8716) [n:127.0.0.1:44960_solr    
] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:44960/solr/admin/collections","nodeName":"n:127.0.0.1:44960_solr","message":"Completed","level":"INFO","date":1554922388771,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:44960"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":44960,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":2.0}
 to localhost:32992
   [junit4]   2> 1417971 INFO  (qtp1619708434-8717) [n:127.0.0.1:44960_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1417978 INFO  (qtp1619708434-8717) [n:127.0.0.1:44960_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1418500 INFO  (qtp1619708434-8717) [n:127.0.0.1:44960_solr    
] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:44960/solr/admin/collections","nodeName":"n:127.0.0.1:44960_solr","message":"Completed","level":"INFO","date":1554922389528,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:44960"},"solrParams":{"action":["CLUSTERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":44960,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CLUSTERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":7.0}
 to localhost:32992
   [junit4]   2> 1418501 INFO  (qtp1619708434-8718) [n:127.0.0.1:44960_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1418610 INFO  (qtp1619708434-8718) [n:127.0.0.1:44960_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=109
   [junit4]   2> 1418845 INFO  (auditTestCallback-2633-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   2> 1418932 INFO  (qtp1619708434-8718) [n:127.0.0.1:44960_solr    
] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:44960/solr/admin/collections","nodeName":"n:127.0.0.1:44960_solr","message":"Completed","level":"INFO","date":1554922390160,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:44960"},"solrParams":{"action":["OVERSEERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":44960,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=OVERSEERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":109.0}
 to localhost:32992
   [junit4]   2> 1418953 INFO  (auditTestCallback-2633-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   2> 1419005 INFO  (auditTestCallback-2633-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   2> 1419095 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1990322147
   [junit4]   2> 1419095 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44960_solr
   [junit4]   2> 1419110 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1419110 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:44960_solr as DOWN
   [junit4]   2> 1419337 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1419378 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1419378 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@50663b0c: rootName = 
solr_44960, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@5094874f
   [junit4]   2> 1419415 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1419415 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c1d1f52: rootName = 
solr_44960, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@29a7880d
   [junit4]   2> 1419417 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1419431 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@f3e6de2: rootName = 
solr_44960, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@8ca319f
   [junit4]   2> 1419431 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1419487 INFO  (closeThreadPool-3341-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499451474673669-127.0.0.1:44960_solr-n_0000000000) closing
   [junit4]   2> 1419529 INFO  
(OverseerStateUpdate-74499451474673669-127.0.0.1:44960_solr-n_0000000000) 
[n:127.0.0.1:44960_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:44960_solr
   [junit4]   2> 1419580 INFO  
(OverseerAutoScalingTriggerThread-74499451474673669-127.0.0.1:44960_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1419583 INFO  (jetty-closer-3338-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499451474673669-127.0.0.1:44960_solr-n_0000000000) closing
   [junit4]   2> 1419593 INFO  (closeThreadPool-3341-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499451474673669-127.0.0.1:44960_solr-n_0000000000) closing
   [junit4]   2> 1419860 INFO  (jetty-closer-3338-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@1e6a938b{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1419953 INFO  (jetty-closer-3338-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@fbdee12{/solr,null,UNAVAILABLE}
   [junit4]   2> 1420022 INFO  (jetty-closer-3338-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1420055 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1420253 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> 1420533 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34839
   [junit4]   2> 1420533 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34839
   [junit4]   2> 1420534 INFO  
(TEST-AuditLoggerIntegrationTest.testSynchronous-seed#[3E0B80CB353B5DAA]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testSynchronous
   [junit4]   2> 1420678 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting auth
   [junit4]   2> 1420703 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_3E0B80CB353B5DAA-001/tempDir-002
   [junit4]   2> 1420704 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1420707 INFO  (auditTestCallback-2648-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 
42782
   [junit4]   2> 1420707 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1420707 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1420807 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42436
   [junit4]   2> 1420807 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42436
   [junit4]   2> 1420807 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42436
   [junit4]   2> 1420922 INFO  (zkConnectionManagerCallback-3343-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421140 INFO  (zkConnectionManagerCallback-3345-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421161 INFO  (zkConnectionManagerCallback-3347-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421206 WARN  (jetty-launcher-3348-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1421206 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1421206 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1421206 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1421266 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1421266 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1421266 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1421267 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@44727b4c{/solr,null,AVAILABLE}
   [junit4]   2> 1421267 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@17642ac2{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39378}
   [junit4]   2> 1421267 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.e.j.s.Server Started @1421561ms
   [junit4]   2> 1421267 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39378}
   [junit4]   2> 1421268 ERROR (jetty-launcher-3348-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1421268 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1421268 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1421268 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1421268 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1421268 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-10T18:53:12.818Z
   [junit4]   2> 1421464 INFO  (zkConnectionManagerCallback-3350-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421465 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1422215 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1422217 WARN  (jetty-launcher-3348-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2a6360be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1422324 WARN  (jetty-launcher-3348-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2d0fee75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1422325 INFO  (jetty-launcher-3348-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42436/solr
   [junit4]   2> 1422384 INFO  (zkConnectionManagerCallback-3357-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1422615 INFO  (zkConnectionManagerCallback-3359-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423909 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39378_solr
   [junit4]   2> 1423910 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.c.Overseer Overseer 
(id=74499451844755461-127.0.0.1:39378_solr-n_0000000000) starting
   [junit4]   2> 1423984 INFO  (zkConnectionManagerCallback-3366-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1424058 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42436/solr ready
   [junit4]   2> 1424078 INFO  
(OverseerStateUpdate-74499451844755461-127.0.0.1:39378_solr-n_0000000000) 
[n:127.0.0.1:39378_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:39378_solr
   [junit4]   2> 1424095 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39378_solr
   [junit4]   2> 1424116 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.c.CoreContainer Initializing authorization 
plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 1424116 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: solr.BasicAuthPlugin
   [junit4]   2> 1424116 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.c.CoreContainer Initializing auditlogger 
plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 1424138 INFO  (zkCallback-3365-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1424154 INFO  (zkCallback-3358-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1424369 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1424557 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39378.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1424605 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39378.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1424605 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39378.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1424606 INFO  (jetty-launcher-3348-thread-1) 
[n:127.0.0.1:39378_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_3E0B80CB353B5DAA-001/tempDir-002/node1/.
   [junit4]   2> 1425204 INFO  (zkConnectionManagerCallback-3372-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425281 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1425351 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42436/solr ready
   [junit4]   2> 1425403 INFO  (qtp85305889-8787) [n:127.0.0.1:39378_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1425403 INFO  (qtp85305889-8787) [n:127.0.0.1:39378_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1425673 INFO  (qtp85305889-8787) [n:127.0.0.1:39378_solr    ] 
o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:39378/solr/admin/collections","nodeName":"n:127.0.0.1:39378_solr","message":"Completed","level":"INFO","date":1554922396953,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:39378"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":39378,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":0.0}
 to localhost:42782
   [junit4]   2> 1425765 INFO  (auditTestCallback-2648-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   2> 1425821 INFO  (qtp85305889-8788) [n:127.0.0.1:39378_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1425821 INFO  (qtp85305889-8788) [n:127.0.0.1:39378_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1426023 INFO  (qtp85305889-8788) [n:127.0.0.1:39378_solr    ] 
o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:39378/solr/admin/collections","nodeName":"n:127.0.0.1:39378_solr","message":"Completed","level":"INFO","date":1554922397371,"username":"solr","clientIp":"127.0.0.1","collections":[],"headers":{"Authorization":"Basic
 
c29scjpTb2xyUm9ja3M=","User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:39378"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":39378,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":0.0}
 to localhost:42782
   [junit4]   2> 1426024 INFO  (qtp85305889-8788) [n:127.0.0.1:39378_solr    ] 
o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed 
permission {
   [junit4]   2>   "name":"collection-admin-edit",
   [junit4]   2>   "role":"admin"} 
   [junit4]   2> 1426166 INFO  (auditTestCallback-2648-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   2> 1426349 INFO  (qtp85305889-8788) [n:127.0.0.1:39378_solr    ] 
o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:39378/solr/admin/collections","nodeName":"n:127.0.0.1:39378_solr","message":"Rejected","level":"WARN","date":1554922397574,"clientIp":"127.0.0.1","collections":["test"],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:39378"},"solrParams":{"pullReplicas":["0"],"name":["test"],"nrtReplicas":["1"],"action":["CREATE"],"numShards":["1"],"tlogReplicas":["0"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":39378,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CREATE&name=test&numShards=1&nrtReplicas=1&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2","eventType":"REJECTED","requestType":"ADMIN","status":401,"qtime":-1.0}
 to localhost:42782
   [junit4]   2> 1426349 INFO  (qtp85305889-8788) [n:127.0.0.1:39378_solr    ] 
o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal: 
[null] type: [ADMIN], collections: [test,], Path: [/admin/collections] path : 
/admin/collections params 
:pullReplicas=0&name=test&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 
   [junit4]   2> 1426393 WARN  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.h.i.c.TargetAuthenticationStrategy Authentication scheme Basic not supported
   [junit4]   2> 1426420 INFO  (auditTestCallback-2648-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   2> 1426495 INFO  (qtp85305889-8788) [n:127.0.0.1:39378_solr    ] 
o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:39378/solr/admin/collections","nodeName":"n:127.0.0.1:39378_solr","message":"Unauthorized","level":"WARN","date":1554922397900,"clientIp":"127.0.0.1","collections":["test"],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:39378"},"solrParams":{"pullReplicas":["0"],"name":["test"],"nrtReplicas":["1"],"action":["CREATE"],"numShards":["1"],"tlogReplicas":["0"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":39378,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CREATE&name=test&numShards=1&nrtReplicas=1&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2","eventType":"UNAUTHORIZED","requestType":"ADMIN","status":403,"qtime":-1.0}
 to localhost:42782
   [junit4]   2> 1426676 INFO  (auditTestCallback-2648-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   1> 
{"requestUrl":"http://127.0.0.1:39378/solr/admin/collections","nodeName":"n:127.0.0.1:39378_solr","message":"Completed","level":"INFO","date":1554922397371,"username":"solr","clientIp":"127.0.0.1","collections":[],"headers":{"Authorization":"Basic
 
c29scjpTb2xyUm9ja3M=","User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:39378"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":39378,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":0.0}
   [junit4]   2> 1426861 WARN  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.h.i.c.TargetAuthenticationStrategy Authentication scheme Basic not supported
   [junit4]   2> 1426931 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1182742119
   [junit4]   2> 1426931 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39378_solr
   [junit4]   2> 1426950 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1426950 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:39378_solr as DOWN
   [junit4]   2> 1427003 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1427023 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1427023 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@510cb9ad: rootName = 
solr_39378, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@5dfa7536
   [junit4]   2> 1427076 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1427076 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@72569ecb: rootName = 
solr_39378, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@29a7880d
   [junit4]   2> 1427078 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1427078 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3717d17d: rootName = 
solr_39378, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@8ca319f
   [junit4]   2> 1427078 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1427083 INFO  (qtp85305889-8789) [    ] 
o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:39378/solr/admin/collections","message":"Rejected","level":"WARN","date":1554922398392,"clientIp":"127.0.0.1","headers":{"Authorization":"Basic
 
c29scjp3cm9uZ1BX","User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:39378"},"solrParams":{},"solrHost":"127.0.0.1","solrPort":39378,"solrIp":"127.0.0.1","resource":"/solr","httpMethod":"GET","httpQueryString":"action=CREATE&name=test&numShards=1&nrtReplicas=1&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2","eventType":"REJECTED","requestType":"UNKNOWN","status":401,"qtime":-1.0}
 to localhost:42782
   [junit4]   2> 1427153 INFO  (closeThreadPool-3376-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499451844755461-127.0.0.1:39378_solr-n_0000000000) closing
   [junit4]   2> 1427153 INFO  
(OverseerAutoScalingTriggerThread-74499451844755461-127.0.0.1:39378_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1427169 INFO  
(OverseerStateUpdate-74499451844755461-127.0.0.1:39378_solr-n_0000000000) 
[n:127.0.0.1:39378_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39378_solr
   [junit4]   2> 1427171 INFO  (auditTestCallback-2648-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /solr
   [junit4]   2> 1427191 INFO  (zkCallback-3365-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1427388 INFO  (jetty-closer-3373-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499451844755461-127.0.0.1:39378_solr-n_0000000000) closing
   [junit4]   2> 1427469 INFO  (closeThreadPool-3376-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499451844755461-127.0.0.1:39378_solr-n_0000000000) closing
   [junit4]   2> 1427562 INFO  (jetty-closer-3373-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@17642ac2{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1427672 INFO  (jetty-closer-3373-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@44727b4c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1427672 INFO  (jetty-closer-3373-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1427777 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1427786 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> 1427807 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42436
   [junit4]   2> 1427807 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42436
   [junit4]   2> 1427822 INFO  
(TEST-AuditLoggerIntegrationTest.auth-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending auth
   [junit4]   2> 1427899 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testMuteAdminListCollections
   [junit4]   2> 1427915 INFO  (auditTestCallback-2663-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 
36698
   [junit4]   2> 1427916 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_3E0B80CB353B5DAA-001/tempDir-003
   [junit4]   2> 1427916 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1427951 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1427951 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1428064 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.ZkTestServer start zk server on port:36811
   [junit4]   2> 1428064 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36811
   [junit4]   2> 1428064 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36811
   [junit4]   2> 1428352 INFO  (zkConnectionManagerCallback-3378-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1428425 INFO  (zkConnectionManagerCallback-3380-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1428441 INFO  (zkConnectionManagerCallback-3382-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1428458 WARN  (jetty-launcher-3383-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1428458 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1428458 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1428458 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1428480 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1428480 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1428480 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1428481 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e1f4339{/solr,null,AVAILABLE}
   [junit4]   2> 1428481 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3c91a7c6{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43028}
   [junit4]   2> 1428481 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.e.j.s.Server Started @1428775ms
   [junit4]   2> 1428481 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43028}
   [junit4]   2> 1428494 ERROR (jetty-launcher-3383-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1428494 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1428494 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1428494 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1428494 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1428494 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-10T18:53:20.044Z
   [junit4]   2> 1428619 INFO  (zkConnectionManagerCallback-3385-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1428620 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1429579 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1429592 WARN  (jetty-launcher-3383-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@8018bc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1429595 WARN  (jetty-launcher-3383-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@288c7bb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1429608 INFO  (jetty-launcher-3383-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36811/solr
   [junit4]   2> 1429610 INFO  (zkConnectionManagerCallback-3392-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1429612 INFO  (zkConnectionManagerCallback-3394-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1429979 INFO  (jetty-launcher-3383-thread-1) 
[n:127.0.0.1:43028_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43028_solr
   [junit4]   2> 1429979 INFO  (jetty-launcher-3383-thread-1) 
[n:127.0.0.1:43028_solr    ] o.a.s.c.Overseer Overseer 
(id=74499452321857541-127.0.0.1:43028_solr-n_0000000000) starting
   [junit4]   2> 1430059 INFO  (zkConnectionManagerCallback-3401-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1430216 INFO  (jetty-launcher-3383-thread-1) 
[n:127.0.0.1:43028_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36811/solr ready
   [junit4]   2> 1430269 INFO  
(OverseerStateUpdate-74499452321857541-127.0.0.1:43028_solr-n_0000000000) 
[n:127.0.0.1:43028_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:43028_solr
   [junit4]   2> 1430269 INFO  (jetty-launcher-3383-thread-1) 
[n:127.0.0.1:43028_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43028_solr
   [junit4]   2> 1430314 INFO  
(OverseerStateUpdate-74499452321857541-127.0.0.1:43028_solr-n_0000000000) 
[n:127.0.0.1:43028_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1430315 INFO  (jetty-launcher-3383-thread-1) 
[n:127.0.0.1:43028_solr    ] o.a.s.c.CoreContainer Initializing auditlogger 
plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 1430350 INFO  (zkCallback-3400-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1430498 INFO  (jetty-launcher-3383-thread-1) 
[n:127.0.0.1:43028_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1430588 INFO  (jetty-launcher-3383-thread-1) 
[n:127.0.0.1:43028_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43028.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1430768 INFO  (jetty-launcher-3383-thread-1) 
[n:127.0.0.1:43028_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43028.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1430768 INFO  (jetty-launcher-3383-thread-1) 
[n:127.0.0.1:43028_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43028.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1430769 INFO  (jetty-launcher-3383-thread-1) 
[n:127.0.0.1:43028_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_3E0B80CB353B5DAA-001/tempDir-003/node1/.
   [junit4]   2> 1431172 INFO  (zkConnectionManagerCallback-3407-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1431209 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1431210 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:36811/solr ready
   [junit4]   2> 1431237 INFO  (qtp709920296-8856) [n:127.0.0.1:43028_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1431237 INFO  (qtp709920296-8856) [n:127.0.0.1:43028_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1431239 INFO  (qtp709920296-8857) [n:127.0.0.1:43028_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1431273 INFO  (qtp709920296-8857) [n:127.0.0.1:43028_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=34
   [junit4]   2> 1431339 INFO  (qtp709920296-8857) [n:127.0.0.1:43028_solr    ] 
o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:43028/solr/admin/collections","nodeName":"n:127.0.0.1:43028_solr","message":"Completed","level":"INFO","date":1554922402823,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:43028"},"solrParams":{"action":["CLUSTERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":43028,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CLUSTERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":34.0}
 to localhost:36698
   [junit4]   2> 1431342 INFO  (auditTestCallback-2663-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   2> 1431355 INFO  (qtp709920296-8858) [n:127.0.0.1:43028_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1431623 INFO  (qtp709920296-8858) [n:127.0.0.1:43028_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=268
   [junit4]   2> 1431851 INFO  (auditTestCallback-2663-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   2> 1431969 INFO  (qtp709920296-8858) [n:127.0.0.1:43028_solr    ] 
o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:43028/solr/admin/collections","nodeName":"n:127.0.0.1:43028_solr","message":"Completed","level":"INFO","date":1554922403173,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:43028"},"solrParams":{"action":["OVERSEERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":43028,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=OVERSEERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":268.0}
 to localhost:36698
   [junit4]   2> 1432003 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 
0x108acdb6f9b0007, likely client has closed socket
   [junit4]   2> 1432012 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=195320494
   [junit4]   2> 1432012 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43028_solr
   [junit4]   2> 1432023 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1432024 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:43028_solr as DOWN
   [junit4]   2> 1432116 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1432137 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1432137 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@73bd7569: rootName = 
solr_43028, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1fdc270e
   [junit4]   2> 1432232 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1432232 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@72059405: rootName = 
solr_43028, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@29a7880d
   [junit4]   2> 1432266 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1432267 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@36255ee0: rootName = 
solr_43028, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@8ca319f
   [junit4]   2> 1432267 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1432335 INFO  (closeThreadPool-3411-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499452321857541-127.0.0.1:43028_solr-n_0000000000) closing
   [junit4]   2> 1432408 INFO  
(OverseerStateUpdate-74499452321857541-127.0.0.1:43028_solr-n_0000000000) 
[n:127.0.0.1:43028_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43028_solr
   [junit4]   2> 1432558 INFO  
(OverseerAutoScalingTriggerThread-74499452321857541-127.0.0.1:43028_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1432562 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 
0x108acdb6f9b0005, likely client has closed socket
   [junit4]   2> 1432712 INFO  (jetty-closer-3408-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499452321857541-127.0.0.1:43028_solr-n_0000000000) closing
   [junit4]   2> 1432712 INFO  (closeThreadPool-3411-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499452321857541-127.0.0.1:43028_solr-n_0000000000) closing
   [junit4]   2> 1432783 INFO  (jetty-closer-3408-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@3c91a7c6{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1432853 INFO  (jetty-closer-3408-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1e1f4339{/solr,null,UNAVAILABLE}
   [junit4]   2> 1432890 INFO  (jetty-closer-3408-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1432927 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1432999 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 
0x108acdb6f9b0000, likely client has closed socket
   [junit4]   2> 1433080 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> 1433235 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36811
   [junit4]   2> 1433235 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36811
   [junit4]   2> 1433238 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1433238 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36811
   [junit4]   2> 1433238 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36811
   [junit4]   2> 1433271 INFO  
(TEST-AuditLoggerIntegrationTest.testMuteAdminListCollections-seed#[3E0B80CB353B5DAA])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testMuteAdminListCollections
   [junit4]   2> 1433328 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testAsync
   [junit4]   2> 1433336 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_3E0B80CB353B5DAA-001/tempDir-004
   [junit4]   2> 1433337 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1433337 INFO  (auditTestCallback-2678-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 
37852
   [junit4]   2> 1433356 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1433356 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1433445 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34007
   [junit4]   2> 1433445 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34007
   [junit4]   2> 1433445 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34007
   [junit4]   2> 1433542 INFO  (zkConnectionManagerCallback-3414-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1433574 INFO  (zkConnectionManagerCallback-3416-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1433631 INFO  (zkConnectionManagerCallback-3418-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1433717 WARN  (jetty-launcher-3419-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1433717 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1433717 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1433717 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1433757 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1433757 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1433757 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1433757 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@187e9d94{/solr,null,AVAILABLE}
   [junit4]   2> 1433789 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@19519f4f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:45230}
   [junit4]   2> 1433789 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.e.j.s.Server Started @1434083ms
   [junit4]   2> 1433789 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45230}
   [junit4]   2> 1433789 ERROR (jetty-launcher-3419-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1433789 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1433789 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1433789 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1433789 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1433789 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-10T18:53:25.339Z
   [junit4]   2> 1433826 INFO  (zkConnectionManagerCallback-3421-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1433837 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1435872 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1435874 WARN  (jetty-launcher-3419-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@d69ffc5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1435958 WARN  (jetty-launcher-3419-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@97907b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1435959 INFO  (jetty-launcher-3419-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34007/solr
   [junit4]   2> 1436070 INFO  (zkConnectionManagerCallback-3428-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1436159 INFO  (zkConnectionManagerCallback-3430-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1437023 INFO  (jetty-launcher-3419-thread-1) 
[n:127.0.0.1:45230_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45230_solr
   [junit4]   2> 1437023 INFO  (jetty-launcher-3419-thread-1) 
[n:127.0.0.1:45230_solr    ] o.a.s.c.Overseer Overseer 
(id=74499452674703365-127.0.0.1:45230_solr-n_0000000000) starting
   [junit4]   2> 1437144 INFO  (zkConnectionManagerCallback-3437-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1437215 INFO  (jetty-launcher-3419-thread-1) 
[n:127.0.0.1:45230_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34007/solr ready
   [junit4]   2> 1437262 INFO  (jetty-launcher-3419-thread-1) 
[n:127.0.0.1:45230_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45230_solr
   [junit4]   2> 1437263 INFO  (jetty-launcher-3419-thread-1) 
[n:127.0.0.1:45230_solr    ] o.a.s.c.CoreContainer Initializing auditlogger 
plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 1437265 INFO  (zkCallback-3436-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1437265 INFO  
(OverseerStateUpdate-74499452674703365-127.0.0.1:45230_solr-n_0000000000) 
[n:127.0.0.1:45230_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:45230_solr
   [junit4]   2> 1437294 INFO  (zkCallback-3429-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1437403 INFO  (jetty-launcher-3419-thread-1) 
[n:127.0.0.1:45230_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1437500 INFO  (jetty-launcher-3419-thread-1) 
[n:127.0.0.1:45230_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45230.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1437609 INFO  (jetty-launcher-3419-thread-1) 
[n:127.0.0.1:45230_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45230.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1437642 INFO  (jetty-launcher-3419-thread-1) 
[n:127.0.0.1:45230_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45230.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25bf2458
   [junit4]   2> 1437643 INFO  (jetty-launcher-3419-thread-1) 
[n:127.0.0.1:45230_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_3E0B80CB353B5DAA-001/tempDir-004/node1/.
   [junit4]   2> 1438132 INFO  (zkConnectionManagerCallback-3444-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1438205 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1438279 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34007/solr ready
   [junit4]   2> 1438297 INFO  (qtp1689264884-8928) [n:127.0.0.1:45230_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1438297 INFO  (qtp1689264884-8928) [n:127.0.0.1:45230_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1438323 INFO  (qtp1689264884-8929) [n:127.0.0.1:45230_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1438348 INFO  (qtp1689264884-8929) [n:127.0.0.1:45230_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=24
   [junit4]   2> 1438380 INFO  (qtp1689264884-8930) [n:127.0.0.1:45230_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1438463 INFO  
(audit-3438-thread-1-processing-n:127.0.0.1:45230_solr) [n:127.0.0.1:45230_solr 
   ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:45230/solr/admin/collections","nodeName":"n:127.0.0.1:45230_solr","message":"Completed","level":"INFO","date":1554922409847,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:45230"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":45230,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":0.0}
 to localhost:37852
   [junit4]   2> 1438475 INFO  (qtp1689264884-8930) [n:127.0.0.1:45230_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=95
   [junit4]   2> 1438482 INFO  (auditTestCallback-2678-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   2> 1438682 INFO  
(audit-3438-thread-1-processing-n:127.0.0.1:45230_solr) [n:127.0.0.1:45230_solr 
   ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:45230/solr/admin/collections","nodeName":"n:127.0.0.1:45230_solr","message":"Completed","level":"INFO","date":1554922409898,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:45230"},"solrParams":{"action":["CLUSTERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":45230,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CLUSTERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":24.0}
 to localhost:37852
   [junit4]   2> 1438911 INFO  (auditTestCallback-2678-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   2> 1438947 INFO  
(audit-3438-thread-1-processing-n:127.0.0.1:45230_solr) [n:127.0.0.1:45230_solr 
   ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback 
{"requestUrl":"http://127.0.0.1:45230/solr/admin/collections","nodeName":"n:127.0.0.1:45230_solr","message":"Completed","level":"INFO","date":1554922410025,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient]
 
1.0","Connection":"keep-alive","Host":"127.0.0.1:45230"},"solrParams":{"action":["OVERSEERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":45230,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=OVERSEERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":95.0}
 to localhost:37852
   [junit4]   2> 1438949 INFO  (auditTestCallback-2678-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Received audit event for path 
/admin/collections
   [junit4]   2> 1439131 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=960558658
   [junit4]   2> 1439131 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45230_solr
   [junit4]   2> 1439150 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1439150 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:45230_solr as DOWN
   [junit4]   2> 1439223 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1439247 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1439247 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@419b08b3: rootName = 
solr_45230, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@20d23214
   [junit4]   2> 1439251 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1439251 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@23914d6e: rootName = 
solr_45230, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@29a7880d
   [junit4]   2> 1439278 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1439295 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@62eaa922: rootName = 
solr_45230, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@8ca319f
   [junit4]   2> 1439295 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1439405 INFO  (closeThreadPool-3448-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499452674703365-127.0.0.1:45230_solr-n_0000000000) closing
   [junit4]   2> 1439405 INFO  
(OverseerStateUpdate-74499452674703365-127.0.0.1:45230_solr-n_0000000000) 
[n:127.0.0.1:45230_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:45230_solr
   [junit4]   2> 1439413 INFO  
(OverseerAutoScalingTriggerThread-74499452674703365-127.0.0.1:45230_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1439568 INFO  (closeThreadPool-3448-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499452674703365-127.0.0.1:45230_solr-n_0000000000) closing
   [junit4]   2> 1439604 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 
0x108acdb84a30006, likely client has closed socket
   [junit4]   2> 1439604 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=74499452674703365-127.0.0.1:45230_solr-n_0000000000) closing
   [junit4]   2> 1439640 INFO  (jetty-closer-3445-thread-1) [    ] 
o.a.s.s.AuditLoggerPlugin Shutting down async Auditlogger background thread(s)
   [junit4]   2> 1439640 WARN  
(audit-3438-thread-1-processing-n:127.0.0.1:45230_solr) [n:127.0.0.1:45230_solr 
   ] o.a.s.s.AuditLoggerPlugin Interrupted while waiting for next audit log 
event
   [junit4]   2> 1439729 INFO  (jetty-closer-3445-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@19519f4f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1439729 INFO  (jetty-closer-3445-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@187e9d94{/solr,null,UNAVAILABLE}
   [junit4]   2> 1439729 INFO  (jetty-closer-3445-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1439766 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1439831 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> 1439833 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34007
   [junit4]   2> 1439833 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34007
   [junit4]   2> 1439847 INFO  
(TEST-AuditLoggerIntegrationTest.testAsync-seed#[3E0B80CB353B5DAA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testAsync
   [junit4]   2> 1439957 INFO  
(TEST-AuditLoggerIntegrationTest.searchWithException-seed#[3E0B80CB353B5DAA]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting searchWithException
   [junit4]   2> 1439991 INFO  
(TEST-AuditLoggerIntegrationTest.searchWithException-seed#[3E0B80CB353B5DAA]) [ 
   ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_3E0B80CB353B5DAA-001/tempDir-005
   [junit4]   2> 1439991 INFO  
(TEST-AuditLoggerIntegrationTest.searchWithException-seed#[3E0B80CB353B5DAA]) [ 
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1439991 INFO  (auditTestCallback-2693-thread-1) [    ] 
o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 
35060
   [junit4]   2> 1440013 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1440013 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1440228 INFO  
(TEST-AuditLoggerIntegrationTest.searchWithException-seed#[3E0B80CB353B5DAA]) [ 
   ] o.a.s.c.ZkTestServer start zk server on port:45215
   [junit4]   2> 1440228 INFO  
(TEST-AuditLoggerIntegrationTest.searchWithException-seed#[3E0B80CB353B5DAA]) [ 
   ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45215
   [junit4]   2> 1440228 INFO  
(TEST-AuditLoggerIntegrationTest.searchWithException-seed#[3E0B80CB353B5DAA]) [ 
   ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45215
   [junit4]   2> 1440688 INFO  (zkConnectionManagerCallback-3450-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1440973 INFO  (zkConnectionManagerCallback-3452-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1441001 INFO  (zkConnectionManagerCallback-3454-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1441047 WARN  (jetty-launcher-3455-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1441047 INFO  (jetty-launcher-3455-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [ju

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

s.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null616683913
     [copy] Copying 240 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null616683913
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null616683913

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 74ms :: artifacts dl 3ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 244 minutes 14 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to